Environment:
Joomla 1.5.14 (native)
PHP 5.2.11
MySQL 4.0.27
I downloaded com_joomdoc-2.0.2.zip and used the Upload Package File in Extension Manager to upload/install.
A lot of installation success messages, then I see:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /homepages/nn/xxxxxxxxxx/htdocs/www/libraries/joomla/database/database/mysql.php on line 344
When I try to migrate from DOCman 1.4 (we were running in legacy mode), I see:
SOME_ERROR_CODE - An error has occurred.
Migration not successfully.
In the Control Panel, under Unapproved Documents, I see:
Warning: Invalid argument supplied for foreach() in /homepages/nn/xxxxxxxxxx/htdocs/www/administrator/modules/mod_joomdoc_approval/mod_joomdoc_approval.php on line 44
Clicking on Documents, I get:
DB function failed with error number 1146
Table 'joomladb.jos_joomdoc' doesn't exist SQL=SELECT count(*) FROM jos_joomdoc AS a
Clicking on Groups, I get:
Table 'joomladb.jos_joomdoc_groups' doesn't exist SQL=SELECT count(*) FROM jos_joomdoc_groupsDB function failed with error number 1146
Table 'joomladb.jos_joomdoc_groups' doesn't exist SQL=SELECT * FROM jos_joomdoc_groups ORDER BY groups_name LIMIT 0, 10
Clicking on Licenses, I get:
Table 'joomladb.jos_joomdoc_licenses' doesn't exist SQL=SELECT count(*) FROM jos_joomdoc_licenses
Warning: Invalid argument supplied for foreach() in /homepages/nn/xxxxxxxxxx/htdocs/www/administrator/components/com_joomdoc/includes/licenses.php on line 130
DB function failed with error number 1146
Table 'joomladb.jos_joomdoc_licenses' doesn't exist SQL=SELECT id, name, license FROM jos_joomdoc_licenses ORDER BY name LIMIT 0, 10
Clicking on Statistics, I get:
Warning: Invalid argument supplied for foreach() in /homepages/nn/xxxxxxxxxx/htdocs/emm/administrator/components/com_joomdoc/includes/docman.html.php on line 143
Clicking on Download Logs, I get:
DB function failed with error number 1146
Table 'joomladb.jos_joomdoc_log' doesn't exist SQL=SELECT count(*) FROM jos_joomdoc_log
Any tips/hints/hand-holding are welcomed and will be appreciated.
Thank you!