Koozali.org: home of the SME Server

PHP blank pages

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
PHP blank pages
« on: May 04, 2006, 07:07:13 PM »
After upgrading a php application (tiki 1.9.3.1 from 1.9.2 www.tikiwiki.org), I'm now getting blank pages, with the following error in /var/log/messages:

May  4 12:57:18 gluon httpd: PHP Warning:  (null)(): Failed opening '/home/e-smith/files/ibays/Primary/html/tiki-setup.php' for inclusion (include_path='.:/usr/share/pear-addons:/usr/share/pear') in Unknown on line 0

I've tried adding and removing PhpBaseDir from the db accounts to no avail.

Where should I look for answers?  Would this be a good FAQ question?

Help... thanks.
............

duncan

PHP blank pages
« Reply #1 on: May 05, 2006, 02:08:20 AM »
Alot of the time blank pages are due to permission problems. Do a ls -la in the directory and see who owns what.

Offline jahlewis

  • *
  • 151
  • +0/-0
    • http://www.arachnerd.com/
PHP blank pages
« Reply #2 on: May 05, 2006, 05:49:07 PM »
I've tried all sorts of permissions attempts, from chmod -R 777 etc.

Its in Primary, and the user is admin, group is www for now.

The setup.php i'm trying to run works when the permissions check fails, but when I fix the permissions, I get the blank page with no php errors in /var/log/messages

What should I do?

-JL
............