PDA


View Full Version : error after install


cartman
08-21-2007, 10:18 AM
No errors on the install all went pretty smooth.

however if i goto the http://www.mysite.com/dynamics/ it returns the error below.

Fatal error: Call to undefined function: construct_replacement_array()

/home/mysite/public_html/dynamics/dyna_global.php on line 187

that line when i look at it is about this
$navreplace['replace'][] = $vba_options['dyna_title'];

Any help would be appreciated.

Brian
08-21-2007, 05:32 PM
I'm guessing that you're running the CMPS, and have used the 'Integration' link to integrate your index.php file? Regardless, if you'll download the package from here again and upload the forum/includes/vba_dyna_functions.php file over your existing one, that should take care of the problem.

cartman
08-22-2007, 06:30 AM
Still has the error after altering that file

Fatal error: Call to undefined function: construct_replacement_array() in /home/gpcricket/public_html/dynamics/dyna_global.php on line 187

any other suggestions?

i tried deleting the file then uploading it again and still no go.

Brian
08-23-2007, 12:13 PM
Are you sure you were uploading the correct file (forum/includes/vba_dyna_functions.php)? I've just double checked that file in the download package here, but the code is correct and there should not be any way you could receive that error if you had replaced the file...

cartman
08-24-2007, 12:26 AM
yes i can confirm that the file was uploaded to that locaton.

cartman
08-24-2007, 12:44 AM
I deleted the whole installation, downloaded the script again from this site and reinstalled and it is now working.

Brian
08-24-2007, 12:35 PM
Sounds like your FTP program was not overwriting the file when you first tried to replace it then.