chadopp / mythepisode

TV Series/Shows
2 stars 3 forks source link

Problem with rootDir in handler.php #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With mythDora the translation of the rootDir in the handler.php is not working 
properly.  You can work around this by hardcoding the $rootDir path to 
something like:
$rootDir = "/usr/share/mythweb";

The symptom of this problem is errors when loading the mainpage.

Original issue reported on code.google.com by chadopp@gmail.com on 6 Oct 2010 at 2:13

GoogleCodeExporter commented 9 years ago
Fixed by updating the $rootDir in handler.php 
$rootDir = getcwd();

Original comment by chadopp@gmail.com on 11 Oct 2010 at 2:18