• 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!

I need to create table.

niladar

Xampera RL Project
Joined
Jan 9, 2009
Messages
154
Reaction score
0
Location
Sweden
Exception information

Message received: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'rlmap.z_shop_offer' doesn't exist
File: C:\xampp\htdocs\shopsystem.php
On line: 173
Exception code: 42S02

Current site

Error shown on: C:/xampp/htdocs/index.php

Requests

subtopic :: shopsystem
__utma :: 94832840.540329831.1267288471.1267408268.1267426116.36
__utmz :: 94832840.1267408268.35.2.utmcsr=by138w.bay138.mail.live.com|utmccn=(referral)|utmcmd=referral|utmcct=/mail/InboxLight.aspx
PHPSESSID :: bc96235fc1c33fd0161f91271629da49
__utmb :: 94832840.16.10.1267426116
__utmc :: 94832840


Last errors

type :: 8
message :: Undefined variable: main_content
file :: C:\xampp\htdocs\shopsystem.php
line :: 400
 
Go to your php my admin, export your table z_shop_offer and then copy the ode:
CREATE TABLE z_shop_offer blabla and add it as rlmap.z_shop_offer
 
Back
Top