Author |
Message |
|
Your MySQL connection is using latin1.
If possible change the character set in your my.cnf
|
|
|
You didn't update your config.inc.php.
Make sure your config.inc.php contains the following code:
Then run the update script http://slu2ggo.org/Sluggo/misc/update_db.php
|
|
|
There's a small mistake in the norwegian language file.
line 19:
should be
|
|
|
There are probably some problems with FreeType.
Disable TTF in the ouptut script image.php
Can you post the gd version und os which is installed on your testserver?
thanks
|
|
|
The following files has been changed in 2.4.1:
- lib/add.class.php
- lib/image.class.php
- lib/gb.class.php
- admin/panel_edit.php
- addentry.php
- image.php
- templates/captcha.php
just replace these files
|
|
|
Changelog
[sec] improved human image verification - GD and FreeType is not required anymore
[fix] uses imagecreatetruecolor if possible
[fix] some minor bugs
|
|
|
PHP has to be installed with GD + FreeType Support
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
|
|
|
db -> uses mysql or pgsql to store the data
textfile -> uses flat textfiles to store the data
|
|
|
fixed. thanks
|
|
|
2.04 is a bugfix release. update all *.php files except your config.php file
that's all
|
|
|
It's a problem with virtual paths which is not supported on windows servers like IIS.
replace the template/captcha.php with
and image.php with
|
|
|
I just update the gd check in add.class.php.
A better solution will be added in the next version.
|
|
|
you can enable the image verfication in the config.inc.php file
|
|
|
ok, i will take a look.
|
|
|
Changelog
[sec] added captcha
[add] password reset script
[fix] some minor bugs
|
|
|