Posted by mcflurry on February 9, 2012 at 11:01pm
Hi all,
I am a new drupal user and newbie.. I installed the service module in a drupal 6.22 (This drupal is a configured web that is working fine...). My problem starts when I try to configure the module. I can't see the menu option "Services" , also I tried to access to the web http://mysite/myweb/admin/build/services but It doesn't work and I don't receive any error... I am very frustrated because I don't know how I can fix it... I appreciate any help (tips, ideas, things that I have to check....)
Some things:
-> I added permissions to use services module for admin and root
-> I want to use this module to implement a REST api...
Regards
Comments
Clear the cache. You can also
Clear the cache. You can also try disabling and unistalling the module and then installing it back again.
Luis
Unfortunately, I didn't work,
Unfortunately, I didn't work, I clean the sql cache via the configured web and I tried to use this php snippet
<?phpdb_query("DELETE FROM {cache};");
?>
Also, I deleted from my folder ...,/myweb/sites/all/modules , the services module and I extracted again the tar file... I restarted mysql and http daemons but I continue without see the services menu. Some idea about how I can fix if it is installer correctly? f.e which tables are modified to install this module...
Regards,
mcflurry
You shouldn't be using that
You shouldn't be using that line to clear the cache. Go to admin/settings/performance and clean the cache from there or use drush.
If you can install any module, than you should be able to install services, I seriously don't think there's something wrong with your site, but services is a really hard module, maybe you should start with something easier and once you know your way around Drupal then you can move on to something more difficult.
Luis