Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: Installation Failure JC 2.2.0.2 w/Joomla 1.5.22
Pages: [1]   Go Down
  Print  
Author Topic: Installation Failure JC 2.2.0.2 w/Joomla 1.5.22  (Read 2095 times)
0 Members and 1 Guest are viewing this topic.
compassrose
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« on: March 17, 2011, 20:04:21 »

Installation of JComments through admin cp produces this error message:

        * JFolder::files: Path does not point to a valid folder or the folder has been deleted.
        * JFolder::folder: Path does not point to a valid folder or the folder has been deleted.
        * JFolder::files: Path does not point to a valid folder or the folder has been deleted.
        * Error! Could not find a Joomla! XML setup file in the package.

Unable to find install package

** Installation of other components, modules, etc. works fine.

System information:
PHP Built on:    Linux s424.sureserver.com 2.6.36.2-grsec #2 SMP Sat Jan 22 05:26:16 EST 2011 x86_64
Database Version:    5.1.54-msl-usrs-sure2-log
Database Collation:    utf8_general_ci
PHP Version:    5.2.17
Web Server:    Apache
Web Server to PHP interface:    cgi-fcgi
Joomla! Version:    Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT


Directory permissions: writable

Any assistance would be greatly appreciated.

Regards,
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #1 on: April 19, 2011, 04:09:13 »

Check permissions for all folders listed here: http://www.joomlatune.com/jcomments-installation-guide.html
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
iradvan
Newbie
*

Karma: 0
Offline Offline

Posts: 1


Email
« Reply #2 on: June 08, 2011, 09:46:37 »

Hi there,
I have exactly same issue upgrading to Ver. 2.2.0.2 from 2.2.0.1 on Joomla Ver. 1.5.23. I went back to Ver. 2.2.0.1 and no installation error. It seems like there's a problem with new version and Joomla 1.5.2x. I'll wait until we get an answer from JoomlaTune guys.

Installation of JComments through admin cp produces this error message:

        * JFolder::files: Path does not point to a valid folder or the folder has been deleted.
        * JFolder::folder: Path does not point to a valid folder or the folder has been deleted.
        * JFolder::files: Path does not point to a valid folder or the folder has been deleted.
        * Error! Could not find a Joomla! XML setup file in the package.

Unable to find install package

** Installation of other components, modules, etc. works fine.

System information:
PHP Built on:    Linux s424.sureserver.com 2.6.36.2-grsec #2 SMP Sat Jan 22 05:26:16 EST 2011 x86_64
Database Version:    5.1.54-msl-usrs-sure2-log
Database Collation:    utf8_general_ci
PHP Version:    5.2.17
Web Server:    Apache
Web Server to PHP interface:    cgi-fcgi
Joomla! Version:    Joomla! 1.5.22 Stable [ senu takaa ama woi ] 04-November-2010 18:00 GMT


Directory permissions: writable

Any assistance would be greatly appreciated.

Regards,
Logged
rambo12
Newbie
*

Karma: 0
Offline Offline

Posts: 1


« Reply #3 on: January 07, 2012, 10:10:46 »

unable to install jcomment getting this error




JInstaller::install: SQL Error. DB function failed with error number 1064
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 'TYPE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`' at line 37 SQL=CREATE TABLE IF NOT EXISTS `jos_jcomments` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `parent` INT(11) UNSIGNED NOT NULL DEFAULT '0', `path` VARCHAR(255) NOT NULL DEFAULT '', `level` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', `object_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `object_group` VARCHAR(255) NOT NULL DEFAULT '', `object_params` TEXT NOT NULL DEFAULT '', `lang` VARCHAR(255) NOT NULL DEFAULT '', `userid` INT(11) UNSIGNED NOT NULL DEFAULT '0', `name`VARCHAR(255) NOT NULL DEFAULT '', `username`VARCHAR(255) NOT NULL DEFAULT '', `email` VARCHAR(255) NOT NULL DEFAULT '', `homepage` VARCHAR(255) NOT NULL DEFAULT '', `title` VARCHAR(255) NOT NULL DEFAULT '', `comment` TEXT NOT NULL DEFAULT '', `ip` VARCHAR(15) NOT NULL DEFAULT '', `date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `isgood` SMALLINT(5) UNSIGNED NOT NULL default '0', `ispoor` SMALLINT(5) UNSIGNED NOT NULL default '0', `published` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', `subscribe` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', `source` VARCHAR(255) NOT NULL DEFAULT '', `source_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', `checked_out` INT(11) UNSIGNED NOT NULL DEFAULT '0', `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` VARCHAR(50) DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_userid` (`userid`), KEY `idx_source` (`source`), KEY `idx_email` (`email`), KEY `idx_lang` (`lang`), KEY `idx_subscribe` (`subscribe`), KEY `idx_checkout` (`checked_out`), KEY `idx_object` (`object_id`, `object_group`, `published`, `date`), KEY `idx_path` (`path`, `level`) ) TYPE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
SQL =

CREATE TABLE IF NOT EXISTS `jos_jcomments` (
`id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`parent` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`path` VARCHAR(255) NOT NULL DEFAULT '',
`level` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
`object_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`object_group` VARCHAR(255) NOT NULL DEFAULT '',
`object_params` TEXT NOT NULL DEFAULT '',
`lang` VARCHAR(255) NOT NULL DEFAULT '',
`userid` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`name`VARCHAR(255) NOT NULL DEFAULT '',
`username`VARCHAR(255) NOT NULL DEFAULT '',
`email` VARCHAR(255) NOT NULL DEFAULT '',
`homepage` VARCHAR(255) NOT NULL DEFAULT '',
`title` VARCHAR(255) NOT NULL DEFAULT '',
`comment` TEXT NOT NULL DEFAULT '',
`ip` VARCHAR(15) NOT NULL DEFAULT '',
`date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
`isgood` SMALLINT(5) UNSIGNED NOT NULL default '0',
`ispoor` SMALLINT(5) UNSIGNED NOT NULL default '0',
`published` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
`subscribe` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0',
`source` VARCHAR(255) NOT NULL DEFAULT '',
`source_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`checked_out` INT(11) UNSIGNED NOT NULL DEFAULT '0',
`checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
`editor` VARCHAR(50) DEFAULT NULL,
PRIMARY KEY  (`id`),
KEY `idx_userid` (`userid`),
KEY `idx_source` (`source`),
KEY `idx_email` (`email`),
KEY `idx_lang` (`lang`),
KEY `idx_subscribe` (`subscribe`),
KEY `idx_checkout` (`checked_out`),
KEY `idx_object` (`object_id`, `object_group`, `published`, `date`),
KEY `idx_path` (`path`, `level`)
) TYPE=MyISAM CHARACTER SET `utf8` COLLATE `utf8_general_ci`;
Logged
Pages: [1]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: Installation Failure JC 2.2.0.2 w/Joomla 1.5.22
 
Jump to: