I now have access to error logs.

These are the main errors listed:

Directory index forbidden by rule: /home/sites/alfonsorecords.co.uk/public_html/forum/include/
Segmentation Fault in 23620, waiting for debugger
Premature end of script headers: index.php
Cannot get media type from 'cgi-script'

I'm not quite sure what any of them mean .. any clues much appreciated.

Thanks,

Simon

Certainly .. thanks .. link to site:

http://www.alfonsorecords.co.uk/forum/index.php

This link works fine:

http://www.alfonsorecords.co.uk/forum/v … m.php?id=3

Simon

Hi

Thanks for the reply. Other pages .. or some of them .. load fine .. but index.php (and search.php) don't.

I don't have immediate access to error logs .. but I will in an hour or so ..

Simon

Hello all

I'm moving a PunBB site from one host to another .. both PunBB 1.2.14 and both PHP 4.4.4 - but, for some reason, on the new site, the index page just won't load .. it hangs for ages and then gives a 500 internal server error.

I've checked permissions and things like memory_limit in php.ini (both 128M) and post_max_size (both 60M).

I'd be grateful if anyone could point out any other PHP config values I should check for ..

Thank you,

Simon

5

(1 replies, posted in PunBB 1.2 discussion)

Hello everyone

Just a quick fix for anyone finding their PunBB forum CSS doesn't validate .. with the following:

Line: 26 Context : .pun .clearer, .pun .nosize

Parse Error - [empty string]

If you just change the following lines in /style/imports/base.css :

/* 2.1 Clearing floats and invisible items */
.pun .clearer, .pun .nosize {
    HEIGHT: 0;
    WIDTH: 0;
    LINE-HEIGHT: 0;
    FONT-SIZE: 0;
    OVERFLOW: hidden
}

to:

/* 2.1 Clearing floats and invisible items */
.pun .clearer, .pun .nosize {
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    }

It'll validate.

;-)

6

(1 replies, posted in Feature requests)

Hello

Does anyone know whether it's possible (via a current mod or hack) to set the date of a post in the future? (Other than via phpMyAdmin or similar.)

I'm using the excellent Calendar mod and would like to be able to have forthcoming posts listed.

Thank you.

Hey Gizzmo

Thanks for the Calendar mod .. much appreciated.

I was wondering how you were getting on with a new version (for 1.2)?

Three things I'd really like (maybe you have them planned already):

1. Ability to turn of birthday function.

2. Ability to turn calendar on/off for specific forums or categories.

3. Ability to post future events (i.e. make a post dated next week and for it to show in the calendar).

If any of these are possible now (via a small hack) I'd be grateful if anyone could share.

Thank you.

8

(3 replies, posted in PunBB 1.2 troubleshooting)

Okay .. solved it .. I'd just upgraded my copy of BBEdit and the encoding was set incorrectly .. (I'd used BBEdit to copy and paste config.php)

: )

9

(3 replies, posted in PunBB 1.2 troubleshooting)

Thanks for the reply.

I tried enabling pun_debug .. but the page still won't display anything .. not even an error.

To be clear .. I went through the installation process fine .. uploaded config.php .. but when I click on view forum (i.e. index.php) it's just blank .. if I view source in my browser it's just:

<html><body></body></html>

Thanks

10

(3 replies, posted in PunBB 1.2 troubleshooting)

Hello

I'm a bit mystified:

Fresh install of PunBB 1.1.5 on Apache 1.3.28 and PHP 4.3.8 ..

Files were uploaded in ASCII mode ..

The database was propagated properly ..

All permissions checked (and even changed to 777 to test) ..

But my index page is blank??

.. with no errors from Apache or PHP.

Any suggestions?

Thank you