1) import_path was set to /home/xerte/v3.1/import
root_file_path was set to /home/xerte/v3.1
The above values related to an earlier attempt to install this product.
I have replaced the above values with: -
/var/www/html/import
/var/www/html
2) I have checked config.php and I see this setting in this file: -
$development = true;
Should this be "$developer" as per your suggestion in the forum or "$development" as per my config.php?
3)Item (3) above: yes there are login errors in the /var/log/apache2/error_log: -
root@xerte-d:/var/log/apache2# tail -f error.log
[Fri Apr 29 11:59:20.291643 2016] [:error] [pid 29324] [client 143.167.16.2:49954] PHP Warning: fopen(/var/www/htmlerror_logs/cs1slb.log): failed to open stream: No
I looks like there is a / missing between /var/www/html and error_logs etc. This looks like an incorrect configuration string that should be terminated by a /
import_path and root_file_path were updated again in the sitedetails table to include the trailin slashes thus: -
mysql> select import_path, root_file_path from sitedetails;
+
+
+
| import_path | root_file_path |
+
+
+
| /var/www/html/import/ | /var/www/html/ |
+
+
+
1 row in set (0.00 sec)
mysql>
Follwing thes changes, the Xerte Online Toolkit seemed to work correctly. Clicking Create, providing a name, and clicking Create again, produced an edit screen that was populated with tools. Attached is a screen shot.
Thank you very much for your assistance.