When i try to publish i get an alert. This is in IE and Chrome.
I've read that more people had this problem but fixed it when installing php-xml. This isnt a working solution for me because i have debian with apache and php-xml is allready installed.
Checked USER-FILES --> got 777 and folders in there allso.
i've changed "display_errors.log" to On in the php.ini file. This changed something. I didn't got the error alert, but this gave me a new window and the text
This project does not contain any pages..
I've changed "display_errors.log" back. And again the alert was there.
Next i've changed the config.php -> $development = true;
This gave me a /tmp/debug.log file.
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/database_library.php175Running : SELECT * FROM sitedetails
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/database_library.php175Running : select originaltemplatesdetails.template_name, logindetails.username, originaltemplatesdetails.template_framework, templaterights.user_id, templaterights.folder, templaterights.template_id, templatedetails.access_to_whom from originaltemplatesdetails, templaterights, templatedetails, logindetails where templatedetails.template_type_id = originaltemplatesdetails.template_type_id and templatedetails.creator_id = logindetails.login_id and templaterights.template_id = templatedetails.template_id and templaterights.template_id="3" and role="creator"
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/database_library.php175Running : select * from templaterights where user_id=? AND template_id = ?
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/database_library.php175Running : select role from templaterights where user_id= ? AND template_id = ?
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/template_status.php139Running : select templaterights.template_id, role, logindetails.username, originaltemplatesdetails.template_name FROM templaterights, logindetails, originaltemplatesdetails, templatedetails where templatedetails.template_type_id = originaltemplatesdetails.template_type_id AND templaterights.template_id = templatedetails.template_id and templatedetails.creator_id = logindetails.login_id and templaterights.template_id= ? AND role = ?
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/template_status.php153Running : select templaterights.template_id, role, logindetails.username, originaltemplatesdetails.template_name from templaterights, logindetails, originaltemplatesdetails, templatedetails where templatedetails.template_type_id = originaltemplatesdetails.template_type_id AND templaterights.template_id = templatedetails.template_id and templatedetails.creator_id = logindetails.login_id and templaterights.template_id = ?
2016-07-04 16:58:51 /var/www/xerte.site/web/edithtml.php48Running : UPDATE templatedetails SET date_accessed=? WHERE template_id = ?
2016-07-04 16:58:51 /var/www/xerte.site/web/website_code/php/database_library.php175Running : select username from logindetails where login_id=?
2016-07-04 16:59:08 /var/www/xerte.site/web/website_code/php/database_library.php175Running : SELECT * FROM sitedetails
~
Can anyone help me fix this?