Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phpBB Forum


SEDef

Recommended Posts

Posted

Hi there

 

I have installed phpBB forum (This contribution) and i get the error when i click on Forum in Information Box:

 

Fatal error: Cannot instantiate non-existent class: sql_db in /home/public_html/os/includes/modules/phpbb2/includes/db.php on line 60

 

I have followed the install file.

 

What have i done wrong?

 

Thanks

Posted

Ok, i figure that out:

 

in includes/configure.php and in includes/admin/configure.php the line

 

define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql'

 

must be changed to this one:

 

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

 

But i still have some errors on the page...

 

So i move on to use some other forum...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...