Hi, I've installed Drupal using softaculous (installing "manually" didn't go well), but am running into 2 problems that prevent me from getting the site gonig at all
1) I installed several modules, including Views, "Backup and Migrate", and Superfish. They seem to install but then when I click on "configure" for Superfish or Backup (from the Admin/Modules page) Drupal takes me to the "Structure" admin page, and there is no way to configure Superfish, or create a View, or do a backup.
I looked at the DB and there were no entries for superfish in the menu-links or menu-router tables. There were on the other hand tables for the Backup & Migrate module. This suggests to me that installation failed at different times
2) it occurred to me that I didn't need the "Backup and Migrate" on my cPanel installantaion of Drupal, but could use the SQL created by this module on my test server, and upload via PHPMYSQL. Alas after doing this, the site wouldn't work at all, and routinely gives me this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in .../sites/all/modules/views/modules/comment.views.inc on line 62
(also "views/includes/plugins.inc on line 436")
Interestingly - very similar errors came up whilst trying to install the modules in the first place. The error was sometimes
in other files:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
5 bytes) in ...../sites/all/modules/
backup_migrate/includes/destinations.email.inc on line 84
Has anyone else encountered similar problems - or have an idea what's going on? These are PHP errors - but how do I change this? I don't have access to PHP.ini (do I?)
Many thanks
Henry
1) I installed several modules, including Views, "Backup and Migrate", and Superfish. They seem to install but then when I click on "configure" for Superfish or Backup (from the Admin/Modules page) Drupal takes me to the "Structure" admin page, and there is no way to configure Superfish, or create a View, or do a backup.
I looked at the DB and there were no entries for superfish in the menu-links or menu-router tables. There were on the other hand tables for the Backup & Migrate module. This suggests to me that installation failed at different times
2) it occurred to me that I didn't need the "Backup and Migrate" on my cPanel installantaion of Drupal, but could use the SQL created by this module on my test server, and upload via PHPMYSQL. Alas after doing this, the site wouldn't work at all, and routinely gives me this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in .../sites/all/modules/views/modules/comment.views.inc on line 62
(also "views/includes/plugins.inc on line 436")
Interestingly - very similar errors came up whilst trying to install the modules in the first place. The error was sometimes
in other files:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
5 bytes) in ...../sites/all/modules/
backup_migrate/includes/destinations.email.inc on line 84
Has anyone else encountered similar problems - or have an idea what's going on? These are PHP errors - but how do I change this? I don't have access to PHP.ini (do I?)
Many thanks
Henry
Comment