Menu Content

Support

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

problem after installing JoomDOC 3 into joomla 1.7
(1 viewing) (1) Guest
Support forum for users using free edition of JoomDOC. These forums are mainly for mutual help between users.

NOTE: Due to our capacity limitations, ARTIO does not monitor this forum category regularly. If you want direct support from ARTIO, please start a ticket at Support Dashboard. If you have no support ticket available, you need to purchase it.
  • Page:
  • 1
  • 2

TOPIC: problem after installing JoomDOC 3 into joomla 1.7

problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23376

Hi all,
I also have a problem after installing it into joomla 1.7. I wanted to define the path for the document, these errors show up:

----------------------------------------------------------------------------------------------------

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\wamp\www\Joomla17\libraries\joomla\database\database\mysql.php on line 282

4 0.3550 7614496 require_once( 'C:\wamp\www\Joomla17\administrator\components\com_joomdoc\joomdoc.php' ) ..\helper.php:156

----------------------------------------------------------------------------------------------------

Warning: Invalid argument supplied for foreach() in C:\wamp\www\Joomla17\administrator\components\com_joomdoc\helpers\folder.php on line 286

4 0.3550 7614496 require_once( 'C:\wamp\www\Joomla17\administrator\components\com_joomdoc\joomdoc.php' ) ..\helper.php:156

----------------------------------------------------------------------------------------------------

Notice: Undefined property: stdClass::$componentid in C:\wamp\www\Joomla17\libraries\joomla\application\menu.php on line 235

4 0.3550 7614496 require_once( 'C:\wamp\www\Joomla17\administrator\components\com_joomdoc\joomdoc.php' ) ..\helper.php:156

----------------------------------------------------------------------------------------------------

Notice: Undefined property: stdClass::$componentid in C:\wamp\www\Joomla17\libraries\joomla\application\menu.php on line 235

4 0.3550 7614496 require_once( 'C:\wamp\www\Joomla17\administrator\components\com_joomdoc\joomdoc.php' ) ..\helper.php:156

The line with number 4 in front is the explanation of the error. Thanks in advance for any help.
Last Edit: 12 years, 8 months ago by tonhe.

Re: problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23459

  • biocyberman
Try editing 2 lines in administrator/components/com_joomdoc/documents.php

Original:
 
Line 126:
$query = 'SELECT `file`.`upload`, `file`.`path`, `document`.`id`, `document`.`title`, `document`.`ordering`, `document`.`access`, `document`.`publish_up`, `document`.`publish_down`, `document`.`state` AS `published`, `document`.`checked_out`, `document`.`checked_out_time`, `document`.`created_by`, `document`.`state`, `document`.`favorite`, `document`.`parent_path`, `editor`.`name` AS `editor`, `access`.`' . (J16 ? 'title' : 'name') . '` AS `access_title` ';
 
Line 135:
$query .= 'LEFT JOIN `#__' . (J16 ? 'viewlevels' : 'groups') . '` AS `access` ON `access`.`id` = `document`.`access` ';
 


Edited:

 
Line 126:
$query = 'SELECT `file`.`upload`, `file`.`path`, `document`.`id`, `document`.`title`, `document`.`ordering`, `document`.`access`, `document`.`publish_up`, `document`.`publish_down`, `document`.`state` AS `published`, `document`.`checked_out`, `document`.`checked_out_time`, `document`.`created_by`, `document`.`state`, `document`.`favorite`, `document`.`parent_path`, `editor`.`name` AS `editor`, `access`.`title` AS `access_title` ';
 
Line 135:
$query .= 'LEFT JOIN `#__' . (J16 ? 'viewlevels' : 'usergroups') . '` AS `access` ON `access`.`id` = `document`.`access` ';
 


This will fix your error but does not guarantee the whole thing will work. I am still not able to make it work.

Re: problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23466

  • enock
This works! Great!
But the file is here: administrator/components/com_joomdoc/models/documents.php

But the upload doesn't work! I also can't create folders. In the admin-tool I only have the buttons "documents" and "Update".

What's wrong?

Re: problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23470

I am having the same problem. I really wanted to buy this component, but wisely decided to try the free one first. Hope this gets fixed and will then look at paying.

Re: problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23476

  • enock
Yes, me too. But when the free version doesn't work, so I can't buy this component.

Re: problem after installing JoomDOC 3 into joomla 1.7 12 years, 8 months ago #23589

In Admin login - Create folder , upload link are not working (though buttons do take files/arguments) but nothing seems to happen.

Also in the front end - buttons are not even visible..
somebody please help..
  • Page:
  • 1
  • 2
User Login Empty