Quote:
Originally Posted by Lizard King
Sam , do you have any plans to auto add unique key to imported definations ?
|
Hey lizard... it should be doing so now. Last release reworked this a bit better so if the key isnt there during import, it should be generating one for you.
Quote:
Originally Posted by goshalim
Sorry Guys but i did exactly what you said.
Stil having the same problem below.
Code:
Warning: require_once([path]/includes/ame_bbcode.php) [function.require-once]: failed to open stream: No such file or directory in [path]/newreply.php(742) : eval()'d code on line 1
Fatal error: require_once() [function.require]: Failed opening required '/home/gorgino/public_html/canarybreeder/up/forum/includes/ame_bbcode.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gorgino/public_html/canarybreeder/up/forum/newreply.php(742) : eval()'d code on line 1
|
That error means that the files were not uploaded into the correct location or that the files that were uploaded do not have the correct permissions.
Check in your forum/includes folder to see if ame_bbcode.php is there. If not, you didnt upload all the files or you uploaded them into the wrong place.