I know this is an older version, just have not had time to upgrade it yet
I just moved one of our photopost installs to a new server and am now receiving the following error upon visiting the main page:
Notice: Undefined variable: argv in D:\inetpub\AACA Site\photopost\index.php on line 15
Line 15 has the following:
if ( is_numeric($argv[0]) ) {
header("Location: {$Globals['maindir']}/showphoto.php?photo={$argv[0]}");
exit;
Any suggestions on what could be causing this?
This server is a Windows2003 box, running:
PHP V 4.3.7 (Safe_mode is off)
MySQL V 3.23.49
Permissions all seem fine as well.
Thanks,
Charlie