HELP! Loads of Errors! HELP! Loads of Errors!
 

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

HELP! Loads of Errors!

Started by crazypilot3, June 14, 2005, 07:19:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

crazypilot3

Basically I am running Win XP PRO on IIS 5.0 server. Also have PHP 5 and MySQL 4.3. I downloaded coppermine version 1.3 and unzipped it, placed in "Inetpub/wwwroot/mysite/PhotoGallery/". I read the instructions to CHMOD two folders i believe. I had no clue what to do so I went into my IIS control and right clicked those two folders and checked Write, and click apply. I thought everything was going good until I went to localhost/mysite/PhotoGallery and got this error:


Notice: Undefined index: PATH_TRANSLATED in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php on line 21

Notice: Undefined offset: -1 in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php on line 22

Coppermine Photo Gallery seems not to be installed correctly, or you're running coppermine for the first time. You'll be redirected to the installer. If your browser doesn't support redirect, click here.



hmm ok ... then it transferred me to the installation page. I can see the installation setup, but above it there are more errors:

Notice: Undefined index: PATH_TRANSLATED in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\install.php on line 21

Notice: Undefined offset: -1 in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\install.php on line 22



I havent edited anything yet so I dont know what to do. I plan to integrate this with phpbb. Please help me!

Thankyou

Anthony

Abbas Ali

These are not errors, just notices. Proceed with installation, fill all the required parameters in respective fields and report the results here.
Chief Geek at Ranium Systems

Joachim Müller

permissions: http://coppermine.sourceforge.net/tutorial/permissions/iis.php

Sidenote: your IIS install is so extremely "out-of-the-box", you're very vulnerable as far as I can see against standard root kits. Change your webroot. Windows XP is not a server operating system, I strongly suggest to review the whole idea of running your own webserver publicly unless you're very, very experienced.

crazypilot3

ok Everything installed, now I get these errors (btw my website is called FamilyCentral):


Notice: Undefined index: PATH_TRANSLATED in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php on line 21

Notice: Undefined offset: -1 in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php on line 22

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php:21) in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\themes\classic\theme.php on line 810

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php:21) in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\themes\classic\theme.php on line 811

Warning: Cannot modify header information - headers already sent by (output started at c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\index.php:21) in c:\Inetpub\wwwroot\FamilyCentral\PhotoGallery\include\functions.inc.php on line 51


Also when I logged in, it said something about how my IE browser doesnt accept cookie scripts... How do I fix that... I have my cookies to accept all.

crazypilot3

#4
hmm cant figure this out

Joachim Müller


crazypilot3


Tranz

Please do not PM unless requested, as GauGau's signature says.

crazypilot3

#8
The solution is below.

erased my ip for security purpose:

kegobeer

Turn off error messages in php.ini.

display_errors = Off

Your cookie problems are probably the result of a strange server configuration.  That's usually the cause for the browser cannot accept cookie message.
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

crazypilot3