PDA

View Full Version : Page not Found error in AdminCP for vBa CMPS options


Tbird66
12-14-2004, 01:38 PM
I have my forum in the root of my website. Did the install, commented out chdir('./forums'); in cmps_index.php. When I attempt to navigate to any vBa CMPS options (Default Settings, Edit Modules, etc), I get a Page not Found error.

For kicks I tried to open cmps_index.php, and I got the following:

PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Tbird Site\global.php on line 24 PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Tbird Site\global.php on line 39 PHP Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\Tbird Site\global.php on line 46 PHP Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Tbird Site\includes\init.php on line 517 PHP Warning: Invalid argument supplied for foreach() in C:\Tbird Site\includes\sessions.php on line 270 PHP Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Tbird Site\includes\functions.php on line 3615

Soo, I'm guessing that I screwed up the install, but any ideas as to where?

Thanks!

Brian
12-14-2004, 01:42 PM
You're running PHP5, right? If so, please see this post:
http://www.vbadvanced.com/forum/showpost.php?p=11389&postcount=13

Our Sponsors
 

Tbird66
12-14-2004, 01:43 PM
Well, I've tried it with it in and I get the same results. Besides, I don't think that I need a change directory call if the forum is in the root - I don't have a website/forum directory...

ConqSoft
12-14-2004, 01:44 PM
Well, I've tried it with it in and I get the same results. Besides, I don't think that I need a change directory call if the forum is in the root - I don't have a website/forum directory...

Yeah, I misread that part for some reason. :(

Our Sponsors
 

Tbird66
12-14-2004, 01:48 PM
No worries.

Brian, I made the edit you suggested. Now everything looks ok when I browse to cmps_index.php, but I still have the Page not Found problem in AdminCP.

Brian
12-14-2004, 02:01 PM
I assume you uploaded the vba_cmps_admin.php file to your admincp directory, right? Where are the links for the CMPS pointing to?

Tbird66
12-14-2004, 02:09 PM
Now thats embarrassing - I deleted vba_cmps_admin.php instead of vbacmps_install.php at the end of the install!

Everything is fine now - thanks!

Tbird66
12-14-2004, 02:55 PM
Actually, I have 1 small issue - I have a "<" appearing above the calendar on the portal page.

Brian
12-14-2004, 03:00 PM
Sounds like you may have made one of the modifications to one of your calendar templates incorrectly. Try re-applying those template changes and see if that helps.

Tbird66
12-14-2004, 03:08 PM
that did it - thanks again.