What is the error msg your users are getting while DEBUG is on?
2 2011-10-19 03:52
Re: Punbb help (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 2011-10-18 20:43
Re: [release] SFS Antispam (52 replies, posted in PunBB 1.3 extensions)
it's compatible with last reCAPTCHA punbb extension?
I tested it with reCAPTCHA and it works great.
4 2011-09-30 20:30
Re: SEF URL problem (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 2011-09-30 00:12
Re: SEF URL problem (6 replies, posted in PunBB 1.3 troubleshooting)
Could you paste the contents of your .htaccess file. Maybe we can figure it out.
6 2011-09-30 00:11
Re: [Release] Auto DST (6 replies, posted in PunBB 1.3 extensions)
This has been corrected.
I apologize for this oversight.
7 2011-09-29 00:34
Re: SEF URL problem (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.
9 2011-09-29 00:25
Topic: [Release] Auto DST (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 2011-09-27 03:33
Re: [Release] reCAPTCHA (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 2011-09-20 23:42
Re: [Release] reCAPTCHA (19 replies, posted in PunBB 1.3 extensions)
Registration:
Configuration:
12 2011-09-20 23:41
Topic: [Release] reCAPTCHA (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