PDA

View Full Version : Having a problem installing CMPS portal!!!Need Help !!!PHP Error


ChaoticMageDDC
04-23-2005, 11:07 PM
I've double checked everything two or three times. I have followed everything it has told me in the readme file of the CMPS install..

After i modify everything i get this error.

Parse error: parse error in C:\Inetpub\wwwroot\GOA\forum\includes\functions.ph p on line 2018

Here is the code it wants me to replace in the instructions!

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Replace with

if (THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'calendar' OR (THIS_SCRIPT == 'adv_index') OR (THIS_SCRIPT == 'index' AND $vboptions['showevents']))

Now im not completely sure if it has to do with the functions template or not but i would assume so... Can someone please help me get this problem resolved?

EDIT: I get this error when i try to install the portal using this link

http://www.goaguild.com/forum/admincp/vbacmps_install.php

and if you go to the main link http://www.goaguild.com/ i get all those errors. Everything works perfect when i revert back..

This is VB 3.07 and i would assume the latest version of CMPS i just downloaded it tonight.
Thanks! :dead:

twoseven
04-23-2005, 11:21 PM
you should really post this in hte CMPS area for the one you dl'd there are several out there. too many to be able to know which you are using

ChaoticMageDDC
04-23-2005, 11:40 PM
I looked everywhere to figure where to post this, it's so confusing everything looks the same.

Reeve of shinra
04-24-2005, 01:05 AM
These are the errors I saw when I visited your page:


Warning: chdir(): No such file or directory (errno 2) in C:\Inetpub\wwwroot\GOA\index.php on line 21

Warning: main(./global.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\GOA\index.php on line 32

Fatal error: main(): Failed opening required './global.php' (include_path='.;c:\php4\pear') in C:\Inetpub\wwwroot\GOA\index.php on line 32


I think your problem is that you have the incorrect url in the chdir and in the absolute path. I am not sure what you typed out but its not going to be c:\etc it would be something like /website/mysite/yadda/global.php or whatever.

Windows uses the \ but in apache that gets switched to / (I think lol)

ChaoticMageDDC
04-24-2005, 01:10 AM
ahh your right that may be my problem. I will take a look and report back.. Thanks!

Ok, that 2n problem is fixed. Now i'm still having an issue with the function.php file!

Any ideas?