Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 04-08-2016, 05:01 PM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,641
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Unhappy Cannot Add Pets anymore because of Alchemy

After installing the alchemy mod,i just cannot add pets anymore. I also cannot add items that can be created with alchemy.

Does anything have to be fixed or i need to uninstall alchemy? Because i want to add new pets/items again,there is suposed to have millions of pets.

Error,creating pet:

Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/enchante/public_html/classes/class_adminsidebar.php on line 18

Error,creating Alchemy item:

Strict Standards: Declaration of AdminSidebar::setDivision() should be compatible with Sidebar::setDivision(GUIComponent $module) in /home/enchante/public_html/classes/class_adminsidebar.php on line 18

Fatal error: Uncaught exception 'LanguageException' with message 'Language var add_title does not exist.' in /home/enchante/public_html/classes/class_language.php:68 Stack trace: #0 /home/enchante/public_html/admincp/view/alchemyview.php(39): Language->__get('add_title') #1 /home/enchante/public_html/classes/class_frontcontroller.php(100): ACPAlchemyView->add() #2 /home/enchante/public_html/admincp/index.php(109): FrontController->render() #3 /home/enchante/public_html/admincp/index.php(113): AdminCP::main() #4 {main} thrown in /home/enchante/public_html/classes/class_language.php on line 68

Error on site.com/inventory/alchemy:

Fatal error: Call to undefined method InventoryView::alchemy() in /home/enchante/public_html/classes/class_frontcontroller.php on line 100

I just want to add new pets or create alchemy items,but these annoying text who i can't test anything appears.
Reply With Quote
  #2  
Old 04-08-2016, 05:12 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 49,585
tahbikat is on a distinguished road
Default

For the lang issues, replace your entire lang_inventory.php with this. Also feel free to change some of the text, as I've customized it for my site. As for your other issues, I can't really help there:

PHP Code:
<?php

//Language variables used for Inventory Page

$lang['inventory'] = "Here is the list of every item you own";
$lang['inventory_empty'] = "You currently do not have any items in your inventory.";
$lang['select_title'] = "Select a creature";
$lang['select'] = "Now you need to choose a creature to use this item:<br>";
$lang['item_error'] = "An error has occurred while manipulating item";
$lang['use_none'] = "It appears that you do not have this item in your inventory. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['use_fail'] = "It seems that item can not be used on the creature selected. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['use_effect'] = "The item refuses to take effect, what a waste of money and effort! <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['sell_empty'] = "You have yet to specify the quantity of items to sell...<br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['sell_none'] = "It appears that you do not have this item in your inventory. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['sell_quantity'] = "It seems that you wish to sell more items than you already own, this action is invalid. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>"
$lang['sell'] = "You have sold ";
$lang['sell2'] = "successfully and earned some money back.<br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>"
$lang['toss_confirm'] = "Confirm your Action"
$lang['toss_warning'] = "Are you sure you wish to toss {$mysidia->input->post("itemname")}?<br> 
                         It will be permanently removed from your inventory, and this action cannot be undone!<br>"
;
$lang['toss_none'] = "It appears that you do not have this item in your inventory. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";                     
$lang['toss'] = "You have successfully removed ";
$lang['toss2'] = " from your inventory. <br /><br /> <a href='http://mysgardia.com/inventory'><button type='button'>Return to Inventory</button></a><br>";
$lang['alchemy_title'] = "Welcome to the Alchemy Service";
$lang['alchemy'] = "You come upon a quaint, older building in the middle of the Mysgardia Kingdom. You see various types of mages here, utilizing the workstations to magically craft powerful new items. A few of the Mysgardian Kingdom's forces stand idly by, keeping watch and discouraging anyone from stealing.<br /><br />";
$lang['alchemy_choose'] = " You select your first item:";
$lang['alchemy_choose2'] = "Then you select your second:";
$lang['alchemy_disabled'] = "Unfortunately the admin has disabled the Alchemy System for this site, you may send him/her a message for more information.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_success'] = "Congratulations!";
$lang['alchemy_newitem'] = "You have successfully produced a new item "
$lang['alchemy_newitem2'] = " by using Alchemy. You may now manage it in your inventory, or continue to use the alchemy system.<br /><br />
                             <a href='/inventory/alchemy'><button type='button'>Return</button></a>"
;
$lang['alchemy_invalid'] = "The specified item combination is invalid, it does not produce a new item...<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_empty'] = "You have not entered two valid items for performing alchemy.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_insufficient'] = "You do not have the necessary items for producing a new item through alchemy.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_chance'] = "The alchemy fails! How unfortunate, maybe you should try again?<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_cost'] = "Apparently you do not have enough money to afford the alchemy service, please come back later.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_license'] = "You appear to lack the license required to perform alchemy, please make sure you have the license in your inventory first.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_recipe'] = "It seems that you do not have the recipe to produce an item from the two selected items.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
$lang['alchemy_usergroup'] = "Unfortunately, the admin has specified that only certain users can perform alchemy, you may consult him/her by sending a message.<br /><br /> <a href='/inventory/alchemy'><button type='button'>Return</button></a>";
?>
Reply With Quote
  #3  
Old 04-08-2016, 05:26 PM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,641
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

Still not working! :(
It's about the admin sidebar.
Reply With Quote
  #4  
Old 04-10-2016, 12:38 PM
RestlessThoughts's Avatar
RestlessThoughts RestlessThoughts is offline
Member
 
Join Date: Mar 2016
Posts: 10
Gender: Female
Credits: 1,133
RestlessThoughts is on a distinguished road
Default

Anything with "Strict Standards" can be ignored. But you can get rid of them by replacing your files with these if they bug you:
http://www.mysidiaadoptables.com/for...53#attachments

This error:
Fatal error: Call to undefined method InventoryView::alchemy() in /home/enchante/public_html/classes/class_frontcontroller.php on line 100

I am guessing is because the alchemy mod has to replace some existing files and they might not have replaced correctly. I suggest downloading the alchemy mod files and trying to upload them to your site again (aka reinstall).
__________________
Reply With Quote
  #5  
Old 04-10-2016, 03:56 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 332,559
Hall of Famer is on a distinguished road
Default

Just as RestlessThoughts said, the strict standards error with admin sidebar will not stop you from creating pets. Its easy to fix though, although you should be able to create pets without fixing it anyway.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #6  
Old 05-16-2016, 06:43 PM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 150
Gender: Unknown/Other
Credits: 19,641
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

But it stopped...awwww
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:33 PM.

Currently Active Users: 590 (0 members and 590 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636