bwssytems / domuslink

web-based frontend for Heyu
http://domus.link.co.pt/
1 stars 1 forks source link

Fatal error: Call to a member function getModuleImage() #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just add the domus.Link folder to your apache user home (on macos x, 
http://localhost/~sylvek/domus.Link/)
2. the error appends

What is the expected output? What do you see instead?

Fatal error: Call to a member function getModuleImage() on a non-object in 
/Users/sylvek/Sites/domus.Link/lib/classes/location.class.php on line 133

What version of Heyu and domus.Link are you using? On what operating
system?

macosx 10.6.8 with the original apache (2.2+)
self build heyu 2.10
domus.Link is here : /Users/sylvek/Sites/domus.Link

Please provide any additional information below.

see my config file.

Original issue reported on code.google.com by smaucourt on 5 Jul 2011 at 8:25

Attachments:

GoogleCodeExporter commented 9 years ago
heyu config:

alias freebox A1
alias tv A2
alias home_cinema A1,2

Original comment by smaucourt on 5 Jul 2011 at 3:37

GoogleCodeExporter commented 9 years ago
actually, I need the db/aliasmap file to determine the error. If you could post 
that it would be great.

Brad

Original comment by bwsamuels@gmail.com on 7 Jul 2011 at 1:38

GoogleCodeExporter commented 9 years ago
Ahh, my bad, the module type default for multi-modules returns "multi" to be 
used in getting the .tpl file. Need to make this retrieve "module" instead.

Original comment by bwsamuels@gmail.com on 13 Nov 2011 at 6:07

GoogleCodeExporter commented 9 years ago
Well, I tested some cases for the previous post I made and cannot get this to 
occur. Will need  all the db directory files to research.

Brad

Original comment by bwsamuels@gmail.com on 13 Nov 2011 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by bwsamuels@gmail.com on 13 Nov 2011 at 7:03

GoogleCodeExporter commented 9 years ago
The path to ' http://localhost/~sylvek/domus.Link/' is not valid as the tilde 
and the user home directory name are only valid in bash. Apache does not know 
how to interpret this. The path in Apache is dependent on the DocumentRoot 
config directive.

Brad

Original comment by bwsamuels@gmail.com on 7 Dec 2011 at 2:41

GoogleCodeExporter commented 9 years ago
Also, this could be related to the module list intialization that has been 
fixed. Closing pending reoccurrence

Original comment by bwsamuels@gmail.com on 2 Jan 2012 at 6:41

GoogleCodeExporter commented 9 years ago

Original comment by bwsamuels@gmail.com on 2 Jan 2012 at 6:41