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
still same :(

my php ver is:  4.3.11

:'(
hmm maybe that's the problem, i have 5.1.6
what can i do for run plug in correctly?
hmm i don't know :s
dared Wrote:still same :(

my php ver is:  4.3.11

:'(
I haven't tested this on PHP 4.x
Will need to do some time...
Hey there,

I would first like to say that you're plugin is awesome. I love it! Second, I am having some problems. It works perfectly fine on my localhost, but live is another story. :(

After I have activated it, and now deactivated it, I get this error in the Plugin Manager in the ACP:

PHP Code:
MySQLi error: 1146
Table 'mybbthemesDB.mybb_plaza_cat' doesn't exist
Query: SELECT * FROM mybb_plaza_cat ORDER BY disporder


When I activate it, I start getting this error:

PHP Code:
Warning: Cannot modify header information - headers already sent by (output started at /mounted-storage/home43a/sub007/sc32027-UTQC/8ez.com/mybbthemes/admin/adminfunctions.php:88) in /mounted-storage/home43a/sub007/sc32027-UTQC/8ez.com/mybbthemes/inc/functions.php on line 78

Also for this error something weird happens in the plugin manager. Buttons for the bank, etc, from the Plaza.php page show up in the ACP Plugin Manager, as well as the categories and items.

I have deactivated, reuploaded, etc. It does no good. Every time I deactivate I get the first error...

Any ideas here??

Hmm, I presume this is different to the issue you wrote at MyBB?

If so, I'm totally lost...
Try deleting /inc/myplaza/myplaza_functions.php and /plaza.php - does the plugin manager look fine?

Also, are you running different PHP versions?
ok Zinga Finally got time to install this. Ive done everything in the read me but im still getting this error:

Code:
MySQL error: 1060
Duplicate column name 'money'
Query: ALTER TABLE `mybb_users` ADD ( `money` decimal(10,2) NOT NULL default '10', `purchases` int(10) NOT NULL default '0' );


OK never mind fixed that problem but now im getting this error when going to the plaza.php file:

Code:
Fatal error: Call to undefined function: visible_to_ugroup() in /homepages/16/d200218465/htdocs/Console-CrAzY/forum/plaza.php on line 243

incadudeF Wrote:ok Zinga Finally got time to install this. Ive done everything in the read me but im still getting this error:

Code:
MySQL error: 1060
Duplicate column name 'money'
Query: ALTER TABLE `mybb_users` ADD ( `money` decimal(10,2) NOT NULL default '10', `purchases` int(10) NOT NULL default '0' );

Hmm, why does _everyone_ get that error???
It's not like the plugin tries to add it twice or anything.
Did it fail the first time you activated the plugin?

incadudeF Wrote:

Code:
Fatal error: Call to undefined function: visible_to_ugroup() in /homepages/16/d200218465/htdocs/Console-CrAzY/forum/plaza.php on line 243

Is the plugin activated?
yeah it that error showed up the first time i did it. It told me that the plug in was successfully installed but now that i went back to check it isn't installed. But now im getting another error:

Code:
MySQL error: 1060
Duplicate column name 'canmanageplaza'
Query: ALTER TABLE `mybb_adminoptions` ADD ( `canmanageplaza` CHAR(3) NOT NULL default '' );


Ill drop it again and see if works

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