Questions on getting Xerte Toolkits installed on your server and questions about authentication and user logins.

Blank Edit Page With No Content

Plus d'informations
il y a 10 ans 3 mois #3672 par cs1slb
Réponse de cs1slb sur le sujet Blank Edit Page With No Content
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.
Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 3 mois #3673 par tom
Réponse de tom sur le sujet Blank Edit Page With No Content
That indeed seems to fix everything! Glad it all works properly now!

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 1 mois #3799 par cs1slb
Réponse de cs1slb sur le sujet Blank Edit Page With No Content
After a few weeks of attending to other matters, I have resumed work on this. It seems, as if I have gone backwards in the interval! Let me start with a screen shot: -

This window was rendered after a successful ldap login.

If I click on any of the buttons (including logout) nothing happens.

You previously asked me to check some things and I have checked them again.

Here are the locations (from sitedetails) of the import_path and root_file_path: -
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>

Here are the permissions of these directories: -
root@xerte-d:/var/www/html# ls -ld /var/www/html/import
drwxr-xr-x 2 www-data www-data 4096 Feb 24 14:52 /var/www/html/import
root@xerte-d:/var/www/html# ls -ld /var/www/html
drwxr-xr-x 25 www-data www-data 4096 Jun 10 15:24 /var/www/html

There is no output to: -
/var/log/xerte/xerte-debug.log
Both the log file and the containing directory are rwx to the user www-data

There is no output to:
/var/log/apache2/error.log
when I authenticate using LDAP or when I click a button.

developer is equal to true in config.php

Regards,

Stephen
Pièces jointes :

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 10 ans 1 mois #3800 par tom
Réponse de tom sur le sujet Blank Edit Page With No Content
It seems that the layout code has not run.
Some typical causes:
- mixing https and http (specifically if site_url points to http, and you try to load the page through https)
- timeout
- cache issues (so try to clean the cache)

Are there any javascript errors in the browser console (F12 in Chrome on Windows, don't know by heart what it would be on a mac)

Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.138 secondes
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo