PDA

View Full Version : problem with using items


Phoeniix
11-01-2013, 02:56 AM
i get this error when giving my adoptable an item

Fatal error: Uncaught exception 'Exception' with message 'The item function is invalid' in /home/antillia/public_html/classes/class_privateitem.php:89 Stack trace: #0 /home/antillia/public_html/inventory.php(31): PrivateItem->apply('1') #1 {main} thrown in /home/antillia/public_html/classes/class_privateitem.php on line 89


version 1.3.2 (cause 1.3.4 doesnt work for me)

any fixes?

IntoRain
11-01-2013, 03:49 AM
Are all these errors from a clean install? Without you implementing or changing any code? Maybe the item you created is incomplete or has wrong attributes?

Hall of Famer
11-02-2013, 03:34 PM
The easiest way to find out is to actually look at the item function inside your table prefix.items and see if its defined or mistakenly defined. You know how to use phpmyadmin, dont you?

Phoeniix
11-02-2013, 07:54 PM
Fixed. Thanks HoF!!