strange when upgrading from 1.1 (blank screen) strange when upgrading from 1.1 (blank screen)
 

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

strange when upgrading from 1.1 (blank screen)

Started by zom, October 18, 2003, 05:53:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zom

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  :(  :?:
Thanks to everyone

Zarsky

link?  also....if you "view source" is anything at all being sent to your browser?
Read the Online DOCs, FAQ, and SEARCH the board BEFORE posting questions for help.

hyperion

Also, delete the cookie left in your browser by CPG 1.1. It can cause strange behavior when present.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

zom

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.
Thanks to everyone

tuxetuxe

When i press the "let's go" in the install.php the instalagion hangs.. the html of the next page is just this
<!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?!?!? :|

Joachim Müller

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

tuxetuxe

this line was commented in the php.ini !
extension=mysql.so

Thanks!