forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: zom on October 18, 2003, 05:53:46 pm

Title: strange when upgrading from 1.1 (blank screen)
Post by: zom on October 18, 2003, 05:53:46 pm
I have upgraded from version 1.1 standalone.
The upgrade has been done without error notice and without problem (upgrade.php).
But when I go to the index.php page I have a blank page. (no error only long to load and full blank)
So I did upload the index.php from version 1.1 and it seems to work. But I don't understand where is the bug and if everything is really ok using the index.php file from the 1.1 version
advise or coments?
THANKS  :(  :?:
Title: strange when upgrading from 1.1 (blank screen)
Post by: Zarsky on October 18, 2003, 05:56:45 pm
link?  also....if you "view source" is anything at all being sent to your browser?
Title: strange when upgrading from 1.1 (blank screen)
Post by: hyperion on October 18, 2003, 09:07:30 pm
Also, delete the cookie left in your browser by CPG 1.1. It can cause strange behavior when present.
Title: blank page index.php after upgrade
Post by: zom on October 18, 2003, 10:15:23 pm
I have nothing else than that when i ask to ly brownser the source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


But direct links thttp://www.my_site.com/copper/displayimage.php?album=163&pos=1o gallery works .
Only the index page not working.
Title: instalation problems!
Post by: tuxetuxe on October 18, 2003, 10:21:35 pm
When i press the "let's go" in the install.php the instalagion hangs.. the html of the next page is just this
Code: [Select]
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Coppermine - Installation</title><link type="text/css" rel="stylesheet" href="installer.css">
</head>
<body>
 <div align="center">
  <div style="width:600px;">
      <table width="100%" border="0" cellpadding="0" cellspacing="1" class="maintable">
       <tr>
        <td valign="top" bgcolor="#EFEFEF"><img src="images/logo.gif"><br />

        </td>
       </tr>
      </table>


i am runnig apache + php4 +mysql. And i've installed teh module php4-mysql....

How do i install coppermine?!?!? :|
Title: strange when upgrading from 1.1 (blank screen)
Post by: Joachim Müller on October 19, 2003, 11:59:23 am
I'm pretty sure you are running your own server - this has been asked a lot on the old board (e.g. http://coppermine.sourceforge.net/oldboard/viewtopic.php?t=2112 ) and the answer probably is: see to it that your server (or actually php on your server) has the phpmysql module. Edit php.ini (and remember to restart your server once you change anything).

GauGau

P.S. Please post if this helped, I'll put it into the faq then
Title: worked!
Post by: tuxetuxe on October 19, 2003, 03:03:38 pm
this line was commented in the php.ini !
Code: [Select]
extension=mysql.so

Thanks!