Page 1 of 1

PunBB Problems

Posted: Wed Jul 05, 2006 6:16 pm
by MayDay
I have a clean, new install of  cmsms 0.13, in a directory www/mysite/cms, and have uploaded and installed PunBB 0.7.

When I try to log into the Forum Administration, from the admin in Users & Groups, I get this error:
Parse error: syntax error, unexpected $end in /home3/www/mysite/cms/modules/PunBB/admin_index.php on line 206

When I try to log in to Page Access Permissions Administration, I get this message in CMS:
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.

The config.php file seems to be set up correctly. Several other modules are operating. Other parts on the cms are functioning. Any thoughts?

Robert

Re: PunBB Problems: Anyone?

Posted: Fri Jul 07, 2006 12:19 am
by MayDay
Lots of lookers here, but no replies with any help or thoughts.

RJ

Re: PunBB Problems

Posted: Fri Jul 07, 2006 6:42 am
by cyberman
MayDay wrote: When I try to log in to Page Access Permissions Administration, I get this message in CMS:
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.
This message say what you have to do  ;D - install PunBB first. You have to run modules/punbb/install.php.

PunBB module is only a wrapper to run PunBB inside CMSms  ;).

Re: PunBB Problems

Posted: Fri Jul 07, 2006 7:00 pm
by myotus
MayDay wrote:
When I try to log in to Page Access Permissions Administration, I get this message in CMS:
The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first.

The config.php file seems to be set up correctly. Several other modules are operating. Other parts on the cms are functioning. Any thoughts?

Robert
Yep, you have to run "install.php" first. This will require you to either create a new database or add the tables for PunBB to your cmsms installation's database. As far as a "config.php" file - it does not exsist. You need to create it, paste the code it gives you after you complete the PunBB installation process and add it to the modules/PunBB folder.

_Joe