Hi,
Just setup coppermine(well i think i have)
installe latest evrsion form site. along with latest php and mysql.
all seems to be ok.
goto to install.php and get the following error above all the setup info
Notice: Undefined index: PATH_TRANSLATED in D:\www\bart\coppermine\install.php on line 21
Notice: Undefined offset: -1 in D:\www\bart\coppermine\install.php on line 22
still filled out all the info and hit lets go then get the same info above just the coppermine logo.
Anybody know what i am doing wrong.
thanks in advance
Specific version numbers are helpful. If you are using php5 then you need to enable long arrays in your php.ini
hi sorry,
its php 5.04
mysql 4.1.11
coppermine 1.3.2
just checked and long arrays is set to on
regards
Having the same trouble:
Notice: Undefined index: PATH_TRANSLATED in \coppermine\install.php on line 21
Notice: Undefined offset: -1 in \coppermine\install.php on line 22
Installed Standalone Coppermine 1.3.2 and then tried 1.3.1 with the same results each.
Apache2.0, PHP 5+
http://www.experts-exchange.com/Web/Web_Languages/PHP/PHP_Windows/Q_20591770.html
Good info about various server variables.
I feel you. I should become an expert at PHP and Apache configurations, and likely an expert with SQL first and then I can run simple programs like Coppermine. Thanks for the help?
That link explains different ways to get the server variables that are available to you. If PATH_TRANSLATED isn't available, that would explain why you get that error.
Just like this simple script:
<?php
echo $_SERVER['PATH_TRANSLATED'];
?>
Make a php file, put that code in it, and execute it. Do you get anything? If not, comment out lines 21-26 in install.php and try again. If you do, comment out those lines anyway and try again.
The error message is not important, it's just the nuke install check.