Following up on this node:
http://drupal.org/node/101504
I tried to remove the module in order to try to install it again. I deleted all the lm_paypal* files from settings and menus. I deleted all of the lm_paypal* tables. Removed the module and all files from sites/default/modules/lm_paypal.
Deleted all cache files. Saved the admin -> modules page to ensure the module was not there. Reinstalled the lm_paypal module. As soon as another page is clicked, critical Page Not Found error recurs.
Is there anything else that needs to be deleted in the database? Any other solutions? I'd really like to get this module working.
Comments
Comment #1
jghyde commentedI have a less severe problem that may be related. Basically, lm_paypal installs, but there is no settings/lm_paypal section where I can add the Paypal email address where payments are processed. Everything else shows up fine in the Admin menu... just no settings/lm_paypal.
joe
Comment #2
LeeMcL commentedI've tried to duplicate this problem locally but failed. Can you confirm you are using Drupal 4.7.3, please?
All I can think is there is some other problem that lm_paypal is somehow making worse. Sometimes it is a memory issue. Have you tried increasing the amount of memory for PHP. I have the following in my settings.php file:
// Increase the memory available as I was running out with the extra modules
// installed
ini_set('memory_limit', '12M');
As for the second problem, the missing settings page, can you also let me know which version of Drupal you are using? Can you also test if the page is accessible, even if it doesn't appear on the menu. To do this try going to http://www.example.com/?q=admin/settings/lm_paypal (with www.example.com replaced by your site name of course!)
Lee
Comment #3
LeeMcL commented