Installation completed
Blank page after installation of coppermine (cpg1.4.2).
any suggestions / help ?
Regards.
more details needed. Don't double-post nor cross-post. I deleted your other, identical posting.
Blank page is often caused when the underlying PHP script generates errors that would normally cause PHP notifications. Most commercial web servers that have been installed following best practices disable such notifications from being shown to the browser due to security concerns.
Generally however depending on how well your system is setup, those errors might be going to a log that your webhost is storing for you. Look around for a logs folder or in the directory above your document root.
you can also insert the error_reporting command into the page to see if it will override the servers error_reporting configuration to get a clue as to what the real problem is.
add it right after the opening <?php in index.php
<?php
error_reporting(E_ALL);
State the nature of your problem: Blank page after installation of coppermine.
URL: http://www.videoarab.com/photogallery/
Version of coppermine: (cpg1.4.2).
Any other versions installed: Coppermine 1.3.2 http://videoarab.com/Coppermine No Errors
Operating system: Linux
Apache version: 1.3.34 (Unix)
PHP version: 4.4.1
MySQL version: 4.0.25-standard
Is this an upgrade/from what to what: No
Have you searched for your problem: Yes, no results found.
DB checking report:
videoara_cpg140 is now being checked.
videoara_cpg140.cpg140_albums OK
videoara_cpg140.cpg140_banned OK
videoara_cpg140.cpg140_bridge OK
videoara_cpg140.cpg140_categories OK
videoara_cpg140.cpg140_comments OK
videoara_cpg140.cpg140_config OK
videoara_cpg140.cpg140_dict OK
videoara_cpg140.cpg140_ecards OK
videoara_cpg140.cpg140_exif OK
videoara_cpg140.cpg140_favpics OK
videoara_cpg140.cpg140_filetypes OK
videoara_cpg140.cpg140_hit_stats OK
videoara_cpg140.cpg140_pictures OK
videoara_cpg140.cpg140_plugins OK
videoara_cpg140.cpg140_sessions OK
videoara_cpg140.cpg140_temp_data OK
videoara_cpg140.cpg140_usergroups OK
videoara_cpg140.cpg140_users OK
videoara_cpg140.cpg140_vote_stats OK
videoara_cpg140.cpg140_votes OK
Have you tried donnoman's suggestion ?
Quote from: Nibbler on November 26, 2005, 04:16:43 PM
Have you tried donnoman's suggestion ?
Thanks for your's attenstion...
yes I tried to insert:
<?php
error_reporting(E_ALL);
in index page of Coppermine Photo Gallery (first line after: <?php)
but the same problem!
Also add this line of code after that one you just added
ini_set("display_errors", 1);
Quote from: Nibbler on November 26, 2005, 06:01:20 PM
Also add this line of code after that one you just added
ini_set("display_errors", 1);
added to index:
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
still blank page. ???
if you want to test this version i can provide you MySQL configuration info in order to reinstall this demo version..
Regards
Works fine for me. I see your Coppermine 1.4.2 (stable) installation at http://www.videoarab.com/photogallery/.
Quote from: kegobeer on November 26, 2005, 06:18:36 PM
Works fine for me. I see your Coppermine 1.4.2 (stable) installation at http://www.videoarab.com/photogallery/.
yes it's http://www.videoarab.com/photogallery/
I cannot see any thing (I'm using Microsoft Internet Explorer IE6),
I can see the index source code (blank page):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1256"></HEAD>
<BODY></BODY></HTML>
dump your browser cache/clear your cookies it worked for me as well.
maybe for some users in special countries available ::)
for me and for some contacts on msn not showing though the cockies and temporary cleaned.
we are lucated in Europe (Denmark).
I'll test it in another places.
Thanks and Regards.
Works fine for me both using IE and Firefox, localized German versions, on Windows2000
Worked in IE and FF on XP in US.
Did you try using another browser? Maybe it has something to do with the isp if the people with the issue uses msn.
Works fine for me on Opera/Firefox/IE on XP here in the middle of the pacific ocean.
Dennis
Thanks for you all...
it's seems with (IE) not available in Danmark, tested with some friends... Blank Page.
But tested with (IE) in Sweden... worked fine.
also worked with you from different lucations... worked.
I have no choice except forgeting this version (cpg1.4.2).
my new question: do you think if manually upgrade my current version 1.3.2 to (cpg1.4.2) i'll get the saame problem?
get the most recent danish language file from the cvs.
Quote from: GauGau on November 27, 2005, 04:41:14 AM
get the most recent danish language file from the cvs.
I have the same problem with my page: http://www.decan.org/gallery
Where do I find this language file??
--
Regards
Martin [DK1620]
http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/lang/danish.php (http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/lang/danish.php)
Quote from: Nibbler on November 28, 2005, 05:09:04 PM
http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/lang/danish.php (http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/lang/danish.php)
:-* Thanks
Fixed...
Replaced the new
danish.php which I downloaded from this link (http://cvs.sourceforge.net/viewcvs.py/*checkout*/coppermine/stable/lang/danish.php) (Posted by: Nibbler), with an old one in
cpg1.4 package.
lang/danish.php
Thank a lot! This just fixed my problem ive been trying to fix for a couple of hours.