It unpacked alright in the server.
installation/index.php worked fine on
1 : Language
2 : Pre-restoration Check
3 : License
4 : Database
put in the new SQL database configuration details. And completed advanced settings,
But the NEXT button to go to step 5 "FTP Configuration" does not work! which is very strange as if there was an error with the configuration it would normally take you to a page displaying the error and then you could go back and fix. But in this case it just dose not click.
I have called my server provider and they said that there is a problem with the joomla package upload, I ve then tried to re-upload a new backup and reinstalled it in a new domain. But the same thing happened.
I made sure there was no interruption in the upload as well and watched it for 2.5 hours going steady at 40 Kb/sec..
You have any ideas Jem?
Thx you for support buddy
I'm at a loss on this one, you should be getting some error that gives you a better clue to the problem.
Guessing here:
A) The database details on the from the localhost are different than the database details on the new server. the have to match or you have to enter the new info properly.
Permissions on the new DB are not set properly. With some hosts, after you create a new DB you still have to create a user and assign permissions.
C) The php.ini memory level is set too low, but this usually doesn't cause a problem until screen 6. (This is part of your hosting package, not Joomla or the template, you'd need to check with your host on this. Some are as low as 4-8MB, should be 32-64MB)
I think you need to search for similar issues on joomlapack.net or or post on their forums to get this one sorted.
It turned out that some of the file worn t extracting properly on the server as well. What I needed was an extra tool from the Joomlapack native tools 2009.3 which extracts the files locally without failure.
It turned out that some of the file worn t extracting properly on the server as well. What I needed was an extra tool from the Joomlapack native tools 2009.3 which extracts the files locally without failure.
Hi All,
Getting SQL syntax error after database configuration step when trying to install Joomla Pancea package locally with XAMPP
Any ideas?
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'textCHARACTER SET `utf8`' at line 29 SQL=CREATE TABLE `jos_banner` ( `bid` int(11) NOT NULL auto_increment, `cid` int(11) NOT NULL default '0', `type` varchar(30) NOT NULL default 'banner', `name` varchar(255) NOT NULL default '', `alias` varchar(255) NOT NULL default '', `imptotal` int(11) NOT NULL default '0', `impmade` int(11) NOT NULL default '0', `clicks` int(11) NOT NULL default '0', `imageurl` varchar(100) NOT NULL default '', `clickurl` varchar(200) NOT NULL default '', `date` datetime default NULL, `showBanner` tinyint(1) NOT NULL default '0', `checked_out` tinyint(1) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `editor` varchar(50) default NULL, `custombannercode` text, `catid` INTEGER UNSIGNED NOT NULL DEFAULT 0, `description` TEXT NOT NULL DEFAULT '', `sticky` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0, `ordering` INTEGER NOT NULL DEFAULT 0, `publish_up` datetime NOT NULL default '0000-00-00 00:00:00', `publish_down` datetime NOT NULL default '0000-00-00 00:00:00', `tags` TEXT NOT NULL DEFAULT '', `params` TEXT NOT NULL DEFAULT '', PRIMARY KEY (`bid`), KEY `viewbanner` (`showBanner`), INDEX `idx_banner_catid`(`catid`) ) textCHARACTER SET `utf8`