Link to home
Start Free TrialLog in
Avatar of VapiSoft
VapiSoft

asked on

Error when installing JA Purity

Hi,
I downloaded and installed the "JA Purity II" from
http://www.joomlart.com/forums/downloads.php?do=cat&id=145
I downloaded the "quickstart" verion that inclues the Joomla instalation.

When I get to the last sceen I click on the "Install Sample Data" button and I get the

Error: the XML response that was returned from the server cannot be processed

If I continue (without the Sample Data), I get the regular Joomla site (without the JA Purity).
ASKER CERTIFIED SOLUTION
Avatar of Panagiotis S
Panagiotis S
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VapiSoft
VapiSoft

ASKER

I tried without putting the 'jos_vm'' and I receive the following error (from MySQL).
So I assume that the tables already exist.
I don't know where should I put the 'jos_vm' in the SQL command.


CREATE TABLE IF NOT EXISTS `#__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` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',[...]

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I still have the same error in the SQL

CREATE TABLE IF NOT EXISTS `jos_vm_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` int(10) unsigned NOT NULL default '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL default '0', `ordering` int(11) NOT NULL default '0', `publish_up` datetime NOT NULL default '0000-00-00 00:00:[...]

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I did that.
But now the Joomla site doesn't work.
It gives me an error that the appache is down (which is not).
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes.
I think I will try to reinstall it, and keep the jos_users (and remove all the rest of the tables).
Maybe this will work!
I don't remember what happened but after many trials It worked.