Blank page after installation of coppermine Blank page after installation of coppermine
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Blank page after installation of coppermine

Started by videoarab, November 26, 2005, 03:32:39 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

videoarab

Installation completed  

Blank page after installation of coppermine (cpg1.4.2).

any suggestions / help ?


Regards.

Joachim Müller

#1
more details needed. Don't double-post nor cross-post. I deleted your other, identical posting.

donnoman

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);

videoarab

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


Nibbler


videoarab

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!

Nibbler

Also add this line of code after that one you just added

ini_set("display_errors", 1);

videoarab

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

kegobeer

Works fine for me.  I see your Coppermine 1.4.2 (stable) installation at http://www.videoarab.com/photogallery/.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

videoarab

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>

donnoman

dump your browser cache/clear your cookies it worked for me as well.

videoarab

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.

Joachim Müller

Works fine for me both using IE and Firefox, localized German versions, on Windows2000

Tranz

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.

artistsinhawaii

Works fine for me on Opera/Firefox/IE on XP here in the middle of the pacific ocean.


Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

videoarab

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?

Joachim Müller

get the most recent danish language file from the cvs.

mprs

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] 


videoarab

Quote from: Nibbler on November 28, 2005, 05:09:04 PM
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 (Posted by: Nibbler), with an old one in cpg1.4 package.
lang/danish.php