Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for asdgas

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 22:48
  • Posts: 1
  • Profile Views: 2373
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
I had to make 2 modifications:

First, define the constant J16 correctly:
\components\com_joomdoc\assets\j16\index.php, line 19
define('J16', version_compare(JVERSION, '1.6') >= 0);

Edit: Better alterantive
define('J16', JVersion::isCompatible('1.6'));


Then, in \administrator\components\com_joomdoc\tables\file.php, line 69
// OLD:
$this->_db->setQuery('SELECT `id` FROM `#__joomdoc_file` WHERE `path` = ' . $this->_db->Quote($this->path)) . ' AND `version` = ' . $version;
// NEW
$this->_db->setQuery('SELECT `id` FROM `#__joomdoc_file` WHERE `path` = ' . $this->_db->Quote($this->path));


There are still some glitches on windows systems with subfolders and directory separators in the URL.
problem after instal ...
Category: Community Support
More
User Login Empty