blank page - php include(include\<file>) and require(include\<file>) errors blank page - php include(include\<file>) and require(include\<file>) errors
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

blank page - php include(include\<file>) and require(include\<file>) errors

Started by gatoatigrado, November 16, 2005, 07:28:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gatoatigrado

I have the same blank page problem but I looked through the php and tried to debug it. This is what happens

  • index.php requests include for include/init.inc.php
  • init.inc.php requests include for include/config.inc.php
  • for some reason, it is fixable by changing include/config.inc.php to config.inc.php
  • error persists for all second-level includes

it seems like the includes are not really being bound inside the php files. I am using php 5.0.4. I have seen that others have gotten it to work with php5 but perhaps their configuration is different. mysql is not the problem, neither is apache.

please email gatoatigrado@sbcglobal.net if you really have a solution.

Joachim Müller

we don't do individual support by email, however, you can turn on thread notification if you don't want to check your thread every now and then for answers.
Using cpg1.3.x with PHP5, you have to turn register_long_arrays, see http://forum.coppermine-gallery.net/index.php?action=search2;search=register_long_arrays