My installation:
Drupal-Domain is installed on /drupal (www.example.com)
LMO installed on /lmo (on ist own subdomain (soccer.example.com)
Both installations work fine (standalone).

But I think the problem is that Drupal cannot see the lmo path.
If I try to use the Module (with Path set to "http://soccer.example.com/") I only get the following Error from Drupal-Menu "LMO Administration":

Warning: main(PATH_TO_LMO/lmo-admintest.php): failed to open stream: No such file or directory in /www/htdocs/w007491c/lmo/lmo-adminmain.php on line 21

Fatal error: main(): Failed opening required 'PATH_TO_LMO/lmo-admintest.php' (include_path='.:/usr/share/php:..') in /www/htdocs/w007491c/lmo/lmo-adminmain.php on line 21

On the ?q=lmo page I see all my installed leages but whatever I try to select I got an error.

The Links do not have the Path to the lmo installation:
http://lmo-start.php/?todo=&file=Regio20062007.l98&PHPSESSID=f65dad172be...

Comments

MartinSfromB’s picture

Assigned: Unassigned » MartinSfromB
Category: bug » support

In the settings of the lmo module you have to assign the path to your lmo installation, not the url! Please got to admin/settings/lmo (with drupal 4.7) an set the path to '/www/htdocs/w007491c/lmo'.
Please give feedback if it was the answer.

sir_falcon’s picture

Great...
That was it.

Thank you.

It should be mentioned in the Readme that in some cases you have to add the real/complete path on the webserver...

MartinSfromB’s picture

Status: Active » Fixed

It was a pleasure for me.
I added a hint on this to the readme.

Anonymous’s picture

Status: Fixed » Closed (fixed)