| Project: | Dynamic Logo |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Apologies if this is caused by dumb oversight of mine - I am at best an adv. NEWBY
Installing, I get the following errors:
Location http://pacificgreenparty.org/admin/logos
Referrer https://pacificgreenparty.org/admin/user/access
Message Table 'pgp.node' doesn't exist query: SELECT node.nid, node.title, dynamic_logo.active FROM node Inner Join dynamic_logo ON dynamic_logo.nid = node.nid WHERE node.type = 'dynamic_logo' in /.../includes/database.mysql.inc on line 172.
Severity error
Attempting to add a log I get a successful add (not sure what to make of this) but also:
* user warning: Table 'pgp.1_dynamic_logo' doesn't exist query: UPDATE 1_dynamic_logo set active=0 WHERE active=1 in /.../includes/database.mysql.inc on line 172.
* user warning: Table 'pgp.1_dynamic_logo' doesn't exist query: INSERT INTO 1_dynamic_logo (nid, active) VALUES (33, 1) in /.../includes/database.mysql.inc on line 172.
* user warning: Table 'pgp.files' doesn't exist query: SELECT files.filepath FROM files Inner Join dynamic_logo ON dynamic_logo.nid = files.nid WHERE dynamic_logo.active = 1 in /.../includes/database.mysql.inc on line 172.
* warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /.../sites/all/modules/dynamic_logo/dynamic_logo.module on line 313.
* user warning: Table 'pgp.files' doesn't exist query: SELECT files.filepath FROM files Inner Join dynamic_logo ON dynamic_logo.nid = files.nid WHERE dynamic_logo.active = 1 in /...includes/database.mysql.inc on line 172.
* warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /.../sites/all/modules/dynamic_logo/dynamic_logo.module on line 313.
* user warning: Table 'pgp.1_dynamic_logo' doesn't exist query: SELECT * FROM 1_dynamic_logo WHERE nid = 33 in /.../includes/database.mysql.inc on line 172.
* user warning: Table 'pgp.1_dynamic_logo' doesn't exist query: SELECT * FROM 1_dynamic_logo WHERE nid = 33 in /...includes/database.mysql.inc on line 172.
I have PHP 5.2, MySQL 5.0 and Drupal 5.7
I have a lot of modules and will share the list if it will help.
All my folders should have acceptable permissions.
Hope this helps.
Erik