Follow-up Comment #4, sr #603 (project savane):
I also had the blank page problem, and it turned out to be a php
configuration problem.
I'm afraid I can't say exactly what, but other php scripts I had weren't
working properly either (those that had to access txt files gave permission
errors, although the permissions were correctly set).
Anyway, as it was driving me a bit crazy, I reinstalled php and reconfigured
it from zero, as well as looking carefully at apache's httpd.conf, making
sure it included, besides the stuff indicatede in the INSTALL.verbose, the
following:
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
(...)
DirectoryIndex index.html index.php
(...)
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
And in the virtual hosts section, I included the "AllowOverride All"
directive inside a <Directory /home/irene/proyecto/savane/frontend/php>
</Directory> section. (This is needed to enable de directives specified in
the .htaccess files inside the frontend directory tree, which include
"ForceType application/x-httpd-php" directives, used to specify the handler
for certain files that do not have the .php extension).
hope this can be of use to you Luis...
_______________________________________________________
Reply to this item at:
<http://gna.org/support/?func=detailitem&item_id=603>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev