Current time: 02-10-2012, 07:44 AM Hello There, Guest! (LoginRegister)




MySubscriptions, Donation Bar, MyDownloads, MyAchievements and support for our free and paid plugins. All that for $7!

Advertise Here!
Are you looking to advertise on this forum? Please read this announcement thread.


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Community Threads For MyPlaza Turbo?
05-07-2010, 02:09 PM (This post was last modified: 05-07-2010 02:10 PM by Seeker.)
Post: #1
Community Threads For MyPlaza Turbo?
Hi,
I don't see a "New threads" button in the MyPlaza Turbo section, obviously you are no longer supporting or wanting endless questions.
Can people still post somewhere with "Community Threads" to help each other?

For example:
Updating any items gives this error in the admin section (php5.3+)
Quote:Warning [2] substr() expects parameter 2 to be long, string given - Line: 1187 - File: inc/myplaza/inventory_admin_plugin.php PHP 5.3.1 (Linux)

How to fix (suppress) the php5.3 bug in MyPlaza Turbo Inventory Items Admin:

Step 1)
./inc/myplaza/inventory_admin_plugin.php
line 1187 find
PHP Code:
    if(($item['includefile'] == 'inventory' && ($item['idname'] == 'inventory_item') || ($mybb->settings['mycompany_bridge_inventory'] == MY_YES && substr('/mycompany_item_/'$item['idname'])))) 
replace with
PHP Code:
    if(($item['includefile'] == 'inventory' && ($item['idname'] == 'inventory_item') || ($mybb->settings['mycompany_bridge_inventory'] == MY_YES && @substr('/mycompany_item_/'$item['idname'])))) 

Step 2)
There are two more lines just below where you can add @ before 'substr'
FYI: This suppresses the errors, if I find out a better way to fix, then I will update.

#
Can we still get a tiny little sub-forum for MyPlaza Turbo? Smile
Thanks

My new signature has not been created, yet. Angel
Find all posts by this user
Quote this message in a reply

05-07-2010, 11:17 PM
Post: #2
RE: Community Threads For MyPlaza Turbo?
No, the MyPlaza Turbo forum is closed because I do not want to give support for it.
Simple as that Smile

[Image: s.png]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


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