Menu

#149 Layout::getModuleJavascript not loading

Core Module
open
Code/Logic (73)
5
2010-11-15
2010-11-15
Eloi George
No

When this is invoked, phpWS tries to pull the js files from a nonexistent directory.
The problem is actually a bug in /mod/layout/class/Layout.php
Line 715 needs to be changed from this:

$base = PHPWS_SOURCE_DIR . "mod/$module";

to this:

$base = "mod/$module/";

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.