1

(4 replies, posted in General discussion)

What is the error msg your users are getting while DEBUG is on?

2

(4 replies, posted in General discussion)

Once you turn on the DEBUG your users will get a much more descriptive error message.

These errors are most of the time associated with extensions.

Try disabling them and check if it goes away.

3

(52 replies, posted in PunBB 1.3 extensions)

fantasma wrote:

it's compatible with last reCAPTCHA punbb extension?

I tested it with reCAPTCHA and it works great.

4

(6 replies, posted in PunBB 1.3 troubleshooting)

# BEGIN PunBB

<IfModule mod_rewrite.c>
# MultiViews interfers with proper rewriting
Options -MultiViews

RewriteEngine On

# Uncomment and properly set the RewriteBase if the rewrite rules are not working properly
#RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
</IfModule>

# END PunBB

5

(6 replies, posted in PunBB 1.3 troubleshooting)

Could you paste the contents of your .htaccess file. Maybe we can figure it out.

6

(6 replies, posted in PunBB 1.3 extensions)

This has been corrected.

I apologize for this oversight.

7

(6 replies, posted in PunBB 1.3 troubleshooting)

I am just gonna quote what punBB says about this

WARNING! If you select any scheme other than the default scheme you must copy/rename the file .htaccess.dist to .htaccess in the forum root directory. The server that hosts the forums must be configured with mod_rewrite support and must allow the use of .htaccess files. For servers other than Apache, please refer to your servers documentation.

Try that.

8

(6 replies, posted in PunBB 1.3 extensions)

http://img854.imageshack.us/img854/46/autodst.png

9

(6 replies, posted in PunBB 1.3 extensions)

This extension expands timezone selection and makes DST adjustment automatic.

It does not require any configuration but it is a good idea to double check that your default timezone is set correctly.

After installation timezone selection will be expanded to match options available in Window OS and Daytime Light Savings adjustment will be done automatically for each zone.

This extension utilizes new functions available in PHP 5.2.0 and will require that you run at least that version on your server.

Download: http://mattstypa.com/wp-content/uploads … _punbb.zip

pun-recaptcha webpage: http://mattstypa.com/auto-dst-for-punbb/

Screenshots below

10

(19 replies, posted in PunBB 1.3 extensions)

Version 1.1 is out.

Small bug that showed an error message on the post form to registered users has been fixed.

11

(19 replies, posted in PunBB 1.3 extensions)

Registration:
http://mattstypa.com/wp-content/uploads/2011/09/pun-recaptcha-1.png

Configuration:
http://mattstypa.com/wp-content/uploads/2011/09/pun-recaptcha-2.png

12

(19 replies, posted in PunBB 1.3 extensions)

This extensions adds reCAPTCHA to registration page and/or guest post page.

Features:
- Theme support
- Language support
- Registration form integration
- Guest post integration
- Each component can be individually disabled
- Easy setup

Download: http://mattstypa.com/wp-content/uploads … _punbb.zip

pun-recaptcha webpage: http://mattstypa.com/auto-dst-for-punbb/

Screenshots below