Closed (fixed)
Project:
Services
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2008 at 15:48 UTC
Updated:
23 Sep 2008 at 00:42 UTC
Hello,
Would someone be willing to install the database tables for Services? For some reason, they aren't being installed and I do not know how to do it. I will pay anyone willing to do so ....
Please let me know. It is pretty important that this gets done as there is an investor looking at stuff on the site Monday and I need the services module in order to run the new video player on the site (DashPlayer).
Please help. Thanks!
Comments
Comment #1
Surf New Media commentedPlease! Not that I am begging or anything ....
Comment #2
snelson commentedTry disabling the module(s), and deleting "services" from the "system" table. The re-enable services at admin/build/modules.
Also, see services.install for the create table SQL, if this still doesn't work. Should work though, are you getting any specific errors?
Scott
Comment #3
Surf New Media commentedThanks for writing.
The specific message I am getting is: user warning: Table 'primworg_drupal1.services_keys' doesn't exist query: SELECT * FROM services_keys in /home/primworg/public_html/includes/database.mysql.inc on line 172.
This happens whenever I try to create a key, which is needed for the DashPlayer. When I checked out the database, there were no services tables installed at all, which has brought me here.
I have not checked the system table yet, so I will try that now ... Thanks again and I will keep you posted, unless you have other ideas. Thanks.
Comment #4
pasqualleyou can uninstall the module on page admin/build/modules/uninstall. That should remove the record from {system} table..
Comment #5
Surf New Media commentedOK, I tried .... I think I installed the tables correctly, but not the site won't even recognize the services module at all ... It will not show up in the module directory or anything.
I am stumped.
Comment #6
pasquallein the module directory? huh. do you mean admin/build/modules page?
start again..
1. copy the module into /sites/all/modules directory
2. enable the module on yoursite.com/admin/build/modules page
3. that's all..
Comment #7
Surf New Media commentedIt's not working .... Now when I try to create a key, I get the following error messages:
* user warning: Unknown column 'domain' in 'where clause' query: SELECT count(*) FROM services_timestamp_nonce WHERE domain = 'primetimenow.org' AND timestamp = 1220889357 AND nonce = 'JiFyiXndLC' in /home/primworg/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'domain' in 'field list' query: INSERT INTO services_timestamp_nonce (domain, timestamp, nonce) VALUES ('primetimenow.org', 1220889357, 'JiFyiXndLC') in /home/primworg/public_html/includes/database.mysql.inc on line 172.
* user warning: Unknown column 'kid' in 'field list' query: SELECT kid FROM services_keys WHERE domain = 'primetimenow.org' in /home/primworg/public_html/includes/database.mysql.inc on line 172.
Comment #8
pasquallenow try:
1. uninstall services on yoursite.com/admin/build/modules/uninstall
2. enable the module on yoursite.com/admin/build/modules page
you should have correct tables after reinstall..
Comment #9
Surf New Media commentedThank you!!!! That did it!
Comment #10
pasqualleoh, finally :)
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.