Joomla!

geekology

New Member
Messages
0
Reaction score
0
Points
0
Hi! everyone. I am new to forums.x10hosting.com... I's developing a site in Joomla!.I have successfully uploaded the files from xampp server via filezilla. But when I tried to upload database from xampp serer via phpMyAdmin in cPanel. It gave the following error!
#################################################################
Error

SQL query:
INSERT INTO jos_banner
VALUES ( 1, 1, 'banner', 'OSM 1', 'osm-1', 0, 48, 0, 'osmbanner1.png', 'http://www.opensourcematters.org', '2004-07-07 15:31:29', 1, 0, '0000-00-00 00:00:00', '', '', 13, '', 0, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '', '' ) ;


MySQL said:
b_help.png

#1146 - Table 'databasename.jos_banner' doesn't exist
#################################################################

Can anyone help me... :biggrin:
 

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
First of all please post questions like this in http://forums.x10hosting.com/programming-help/

Form what I can see you have to create your database first. As you probably know Joomla needs to be installed on the server you want to use for it. Simply uploading everything is not enough cos Joomla needs to create all the requited databases. If you don't want to install Joomla on your web server then you have to make all the database tables manually witch can be hard.

I recommend you first install Joomla on the web server, set it up like you did on your local machine (install themes, configure settings, ...) and then transfer your data. That way Joomla will create all the necessary database tables for you.
 
Top