• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Php error for modern shop system

Jabbawock

New Member
Joined
Jul 11, 2011
Messages
14
Reaction score
0
I am running modern aac and trying to install shop system from

http://otland.net/f118/shop-system-f...2/index21.html

the only thing is I have no clue what im doing. The installation is in spanish or something and the english doesnt make much sense either.

I must of installed it somehow or i would not have been able to see this when i click

http://myURL//index.php/p/v/gifts/admin/add/1

I just get these on the page

PHP Code:
A PHP Error was encountered
Severity: Warning

Message: include(gifts/gifts.php) [function.include]: failed to open stream: No such file or directory

Filename: pages/gifts.php

Line Number: 2

PHP Code:
A PHP Error was encountered
Severity: Warning

Message: include() [function.include]: Failed opening 'gifts/gifts.php' for inclusion (include_path='.;C:\xampp\php\PEAR')

Filename: pages/gifts.php

Line Number: 2


I also get this in my servers command prompt

mysql_real_query(): SELECT * FROM shop_history WHERE `processed` = 0; - MYSQL ERROR: Table 'evo8.5.shop_history' doesn't exist (1146)
 
Back
Top