coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: Crazymodder on October 09, 2007, 08:13:35 PM

Title: Right php settings
Post by: Crazymodder on October 09, 2007, 08:13:35 PM
Hello can somebody tell my how I have to configure my php.ini file so that coppermine work.
Because now I only see a white page without error but I have allready enable the show error message;)
I hope you can help me

Best Regards
Benicke
Title: Re: Right php settings
Post by: Joachim Müller on October 10, 2007, 06:48:59 AM
Probably not related to php.ini. There are several possible reasons for blank pages. Post a link to your gallery for a start.
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 06:38:31 PM
hello you can see it here.
I know it was the version 1.4.12 I have allready download the new version I will install them.
But I have change the hoster so I hope you can help me ;)

Here is my gallery
http://193.164.132.22/gb-pics/gallery/index.php

I have enable to show errors ;)

Best Regards
Crazymodder
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 07:17:59 PM
I have found soemthing at google.
I have to to take some code into the index.php to display errors I hope it helps :)

This I have added at the begining of the file :)
ini_set( 'display_errors', true );
error_reporting( E_ALL );

Best Regards
Crazymodder
Title: Re: Right php settings
Post by: Joachim Müller on October 10, 2007, 07:23:18 PM
Are you a coder? If not, the setting you applied won't help you much. In fact, it will probably not help against your blank page issues. You could have enabled ebug_mode and notices_display in coppermine just as well instead of fiddling with core files.

Quote from: Crazymodder on October 10, 2007, 06:38:31 PM
I know it was the version 1.4.12 I have allready download the new version I will install them.
There's little point in looking into this if you're just about to upgrade. Perform the upgrade first, then post a reply here, saying that you did so.
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 07:29:20 PM
No I'm not a coder I found it at google I have delete it I make the Update now....

Best Regards
Crazymodder
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 07:44:53 PM
I have do the Update and the same Porblem :)
Title: Re: Right php settings
Post by: François Keller on October 10, 2007, 07:56:03 PM
 did you enable manually the debug mode? If you don't know how to do, look here http://coppermine-gallery.net/tutorial/debug_mode.php (http://coppermine-gallery.net/tutorial/debug_mode.php)
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 08:19:07 PM
Hello it was not possible to to enable it.
The database is completly new I can't take my old because at mysqldumper the is the same bug at the recovering there comes a white page.
mh I can open the install.php fine that works without problems :)

Best Regards
Crazymodder
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 08:55:09 PM
Oh sorry now I have found out how to make this sorry  :'( :'(. I think I have a other version :)

OK NOW IT IS ENABLED :)
Title: Re: Right php settings
Post by: François Keller on October 10, 2007, 10:27:55 PM
QuoteOK NOW IT IS ENABLED
are you sure ?
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 10:50:24 PM
Jo I'm very sure I have set the value to 1.
But there is no error message. THats a little bit difficult :) But I hope you can help me

Best Regards
Benicke
Title: Re: Right php settings
Post by: Sami on October 10, 2007, 10:56:51 PM
I've got 403 forbidden error on
http://193.164.132.22/gb-pics/gallery/themes/classic/template.html

this file should be readable by default!!!

check your files permissions
Title: Re: Right php settings
Post by: Crazymodder on October 10, 2007, 11:04:57 PM
Yeahr nice now I found the bug thaks for your big help.

Best Regards
Crazymodder
Title: Re: Right php settings
Post by: Joachim Müller on October 11, 2007, 07:51:10 AM
Quote from: Crazymodder on October 10, 2007, 11:04:57 PM
Yeahr nice now I found the bug thaks for your big help.
Imo it was Sami who found out what was wrong, not you. Definitely not a bug, but a PEBCAK issue. Marking thread as solved.