Forums / Setup & design / Blank pages: details, preview, translations etc.

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Blank pages: details, preview, translations etc.

Author Message

John Henrik Guttorm

Friday 16 January 2009 3:12:38 am

Hello

I can't seem to get the links in content management working. Using EZflow atm, and the links marked "Preview", "Details", "Translations", "Relations" are not working.

The URL path looks like :
Domain.no/test/index.php?/ezflow_site_admin/user/preferences/set/admin_navigation_details/1

I only get blank pages, not inline blanks. But totally empty pages.

Also error.ini can't be opened:
Domain.no/test/index.php?/ezflow_site_admin/settings/edit/ezflow_site_admin/error.ini/ErrorSettings-kernel/ErrorHandler/siteaccess

Shows up as a totally empty/blank page.

Any ideas? I'm totally new to this.

Dan Mansfield

Saturday 17 January 2009 3:04:25 am

The best place to start is to look in your apache logs to see if you are getting a specific error back from the server.
Depending upon your setup you will find them in either your virtual host log folder e.g. /home/domainname/logs/
or
/var/log/httpd/
the error_log is the one to look at.
user the command:
tail error_log
as this will show the last 10 lines of the log file and it would be best to cause the blank page to appear just before looking at the log file so you know you are looking at the right error.

Blank pages are usually caused by a PHP configuration error.
Once you have the error then a google or search in the forum will probably highlight the answer. Otherwise copy and paste the error here.