Quote:
Originally Posted by Merriweather
Still can't update the userid, it always says 127. And it appears I am on php 4.3.10, though I can upgrade if needed -- not sure if/how that will affect the rest of my site.
|
please upgrade if possible. i'm not sure what other mods you have installed but this mod was specifically designed for PHP 5. To the point i took my site offline for two days just waiting for it to be upgraded by the host. However, of course i suggest you check PHP 5 compatibility with any other mods you have installed first.
and run this query and it should fix [sql]ALTER TABLE `grps_grouptext` CHANGE `edit_userid` `edit_userid` INT( 10 ) NULL DEFAULT NULL; [/sql]