but new problem occured.
there is no "PM" link under user icon.
any ideas how to correct it...
thx
1 2006-04-05 18:33
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2006-04-05 17:49
Re: Private Message mod v1.2.2 (204 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I got error message when I install this mod. it says:
File: /mounted-storage/home16a/sub002/sc18484-OWDW/www/punbb/install_mod.php
Line: 62PunBB reported: Unable to create table messages.
Database reported: Invalid default value for 'owner' (Errno: 1067)
any ideas? how to avoid this error... thx
problem solved, greet goes to Damos on PunBB Resource
Owner is an interger but default value isn't an integer value ( i have mysql 5.0, maybe don't accept it :-/ )
I change it to :
Code:owner int(10) NOT NULL DEFAULT '0',
4 & 5 lines after, sender_id and posted have same pb.
Add 0 to default value
3 2006-04-05 12:51
Re: please remove this (8 replies, posted in PunBB 1.2 modifications, plugins and integrations)
when i try to run install_mod_en.php, it says
You are running a version of PunBB that this mod does not support. This mod supports PunBB versions: 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10
any ideas why it react like this? or I have to wait new version to come out?