Cannot Add Pets anymore because of Alchemy

Forum
Last Post
Threads / Messages

LUC1G07CH1

I'm a Unicorn
Member
Joined
Mar 31, 2016
Messages
114
Points
16
Age
21
Location
Brazil
Mysidian Dollar
11,813
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.
 
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:
<?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>";
?>
 
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/forum/project.php?issueid=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).
 
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.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,274
Messages
33,115
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top