Endless Paradigm

Full Version: [MyBB] MyPlaza v0.5 (beta version)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
ok, thank you very much!
I get the following error when going to the plugin manager after uploading all files:

Code:
Fatal error: Cannot redeclare generate_post_check() (previously declared in /www/quotaless.com/e/l/a/elakkarigroup/htdocs/forums/inc/functions.php:390) in /www/quotaless.com/e/l/a/elakkarigroup/htdocs/forums/inc/plugins/myplaza.php on line 51


I am trying to install MyPlaza version 0.43

I hope anyone could help me over here, thanks!

I got MyPlaza 0.43 , I wanted to upgrade it to .53 but when I deactivated myplaza getting error on my board:

MySQL error: 1054
Unknown column 'u.nameformat' in 'field list'
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1218184414' ORDER BY u.username ASC, s.time DESC
If you made the code edits for custom name formatting, you need to revert them.
thiz iznt compatible with v1.4?!?!?!?! Erk
ZiNgA BuRgA Wrote:If you made the code edits for custom name formatting, you need to revert them.

how to do that manualy? The script couldn't revert them :(
Either you need to configure Advanced Modules so that the script can, or revert to backups you kept.
Did you do the code edits manually initially?  If so, you'll need to manually revert all of them.
ZiNgA BuRgA Wrote:Either you need to configure Advanced Modules so that the script can, or revert to backups you kept.
Did you do the code edits manually initially?  If so, you'll need to manually revert all of them.

no, i didn't do any code edits manually
I configured AM and reactivated/deactivated modules but nothing changed:

http://www.vitz-omsk.com/index.php

MySQL error: 1054
Unknown column 'u.nameformat' in 'field list'
Query: SELECT s.sid, s.ip, s.uid, s.time, s.location, u.username, u.invisible, u.usergroup, u.displaygroup, u.nameformat FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1218682032' ORDER BY u.username ASC, s.time DESC

maybe I could fix SQL tables manually? if so which tables should i edit?
AM should revert the code edits on deactivation.  If not, try entering the AM backups section and revert the files there (revert to original set of files).
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Reference URL's