1

(5 replies, posted in PunBB 1.2 troubleshooting)

Thanks, I had seen that post before but assumed it didnt apply to me (doh)
After talking with my host, it appears that Zend is installed on the server so that probably is the problem, but I have no clue what to ask to be fixed or changed, and it can't be uninstalled as the server is hosting other sites too. sad

2

(5 replies, posted in PunBB 1.2 troubleshooting)

Sorry I cant access the error logs at the moment, I can provide any other information though if it may help.

3

(5 replies, posted in PunBB 1.2 troubleshooting)

I recently decided to use punbb for my forum, and downloaded the 1.2.14 package. I uploaded all files and installed and uploaded the config.php file with no problems. However, when I try to go to index.php, the page loads for ages before giving a 500 Internal Server Error. Other pages show up fine, apart from search.php. I have searched the forums and gather that this is an issue alot of people have encountered, however I could not find any fixes which applied to me.

Site Link

Config.php is as follows

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'xxxxxx';
$db_username = 'xxxxxx';
$db_password = 'xxxxxx';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'xxxxxx';

define('PUN', 1);

I would appreciate any help on this smile