ERROR
signal000 - December 29, 2008 - 03:26
| Project: | LMO - League Manager Online |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I'm using Drupal 6.8 and have LMO installed and working in the root/lmo.
I cant get the module admin to open up in drupal, it gives me the error
Fatal error: require() [function.require]: Failed opening required '/init.php' (include_path='.:/hsphere/shared/apache/libexec/php5ext/php') in /hsphere/local/home/mysiteaccount/mywebsiteaddress.us/modules/lmo/lmo.common.inc on line 79

#1
Don't move lmo to the drupal root folder! Everything which belongs to the module should be holded into the module folder itself.
Try that:
a) download the whole lmo
b) download the drupal lmo module (this here)
c) unzip the drupal module (after that you will find the "lmo"-module-folder)
d) unzip the whole lmo (a) into the lmo-module-folder
Tip: Take a look at the attached screens
e) enable the lmo module
f) go to www.yoursite.com/sites/all/modules/lmo/lmo an install the whole lmo (don't forget to delete the install folder after install is finished)
g) go to www.yoursite.com/admin/settings/lmo and put this into the first field: "sites/all/modules/lmo/lmo" and the admin user and password into the second and third field (default-user "admin" and password: "lmo")
h) now you can go to www.yousite.com/lmo and it should work
#2
Perfect.
Im new to Drupal and switching CMS's. This support has been AWESOME..
No wonder its won so many awards.
Thank you very much for the help.
Bryan
#3
I dont understand step f:.
I work from cpanel (I have already unzipped the whole LMO in the drupal LMO folder). How do i now install LMO (as per step f,)