Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyBB] MyPlaza v0.5 (beta version)
Author Message
dared
Existential Entity

Posts: 10.4452
Threads: 0
Joined: 27th Nov 2007
Reputation: 0
E-Pigs: 0.5426
Offline
Post: #41
RE: [MyBB] MyPlaza v0.2 (preview version 3)
still same :(

my php ver is:  4.3.11

:'(
29/11/2007 05:53 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #42
RE: [MyBB] MyPlaza v0.2 (preview version 3)
hmm maybe that's the problem, i have 5.1.6

29/11/2007 11:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
dared
Existential Entity

Posts: 10.4452
Threads: 0
Joined: 27th Nov 2007
Reputation: 0
E-Pigs: 0.5426
Offline
Post: #43
RE: [MyBB] MyPlaza v0.2 (preview version 3)
what can i do for run plug in correctly?
29/11/2007 12:05 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #44
RE: [MyBB] MyPlaza v0.2 (preview version 3)
hmm i don't know :s

29/11/2007 02:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #45
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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...
29/11/2007 05:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
FirefoxWiz
Paradigmatic Apprentice

Posts: 21.6700
Threads: 0
Joined: 30th Nov 2007
Reputation: 0
E-Pigs: 0.5052
Offline
Post: #46
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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??


My Blog
MyBBThemes - Bringing your themes to life!
30/11/2007 05:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #47
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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?
30/11/2007 09:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Incadude
Peruano User

Posts: 1,091.2150
Threads: 90
Joined: 13th Feb 2007
Reputation: -4.77735
E-Pigs: 46.4848
Offline
Post: #48
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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


[Image: captuddfsdrese1.jpg]

[Image: explvisdust.gif]

If you are trapped under falling debris, conserve oxygen by not farting.


[Image: pimpsonsox4.jpg]

[Image: incacopyzx5.png]
made by diego
(This post was last modified: 01/12/2007 12:15 AM by Incadude.)
01/12/2007 12:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA
Smart Alternative

Posts: 17,022.2988
Threads: 1,174
Joined: 19th Jan 2007
Reputation: -1.71391
E-Pigs: 446.1274
Offline
Post: #49
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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?
01/12/2007 12:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Incadude
Peruano User

Posts: 1,091.2150
Threads: 90
Joined: 13th Feb 2007
Reputation: -4.77735
E-Pigs: 46.4848
Offline
Post: #50
RE: [MyBB] MyPlaza v0.2 (preview version 3)
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


[Image: captuddfsdrese1.jpg]

[Image: explvisdust.gif]

If you are trapped under falling debris, conserve oxygen by not farting.


[Image: pimpsonsox4.jpg]

[Image: incacopyzx5.png]
made by diego
01/12/2007 12:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: