Error when Module mod_gk_register is enable

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Fri Mar 09, 2012 9:58 pm
When i enable the module on the register position it breaks the website,
All i get is this

Fatal error: Uncaught exception 'Exception' with message 'Ficheiro XML não foi carregado' in /home/mbitmade/public_html/projeto/libraries/joomla/form/form.php:2011 Stack trace: #0 /home/mbitmade/public_html/projeto/modules/mod_gk_register/mod_gk_register.php(20): JForm::getInstance('/home/mbitmade/...', '/home/mbitmade/...', Array) #1 /home/mbitmade/public_html/projeto/libraries/joomla/application/module/helper.php(175): include('/home/mbitmade/...') #2 /home/mbitmade/public_html/projeto/libraries/joomla/document/html/renderer/module.php(106): JModuleHelper::renderModule(Object(stdClass), Array) #3 /home/mbitmade/public_html/projeto/libraries/joomla/document/html/renderer/modules.php(39): JDocumentRendererModule->render(Object(stdClass), Array, NULL) #4 /home/mbitmade/public_html/projeto/libraries/joomla/document/html/html.php(371): JDocumentRendererModules->render('register', Array, NULL) #5 /home/mbitmade/public_html/projeto/libraries/joomla/document/html/html.php(655): JDocumentHTML->getBuffer('modules', 'register', A in /home/mbitmade/public_html/projeto/libraries/joomla/form/form.php on line 2011
User avatar
Expert Boarder

GK User
Sun Mar 11, 2012 6:15 pm
Anyone please :?: :?: :?: :?:
User avatar
Expert Boarder

GK User
Sun Mar 11, 2012 6:40 pm
Hi

Which Joomla version are you using?
Joomla!1.6 ?
User avatar
Platinum Boarder

GK User
Sun Mar 11, 2012 7:28 pm
Seichinha wrote:Hi

Which Joomla version are you using?
Joomla!1.6 ?


Using 2.5.2

Thanks
User avatar
Expert Boarder

GK User
Mon Mar 12, 2012 4:42 am
That's weird
Exception message seams to indicate there's missing file or not enough permission on file.

Can you PM to send me administrator access?
User avatar
Platinum Boarder

GK User
Mon Mar 12, 2012 9:05 am
Seichinha wrote:That's weird
Exception message seams to indicate there's missing file or not enough permission on file.

Can you PM to send me administrator access?


PM sent

thank you
User avatar
Expert Boarder

GK User
Wed Apr 04, 2012 6:11 pm
If the file is there and it is readable then it probably not getting its full path probably due to server setup, e.g non function ".DS." therefore not finding "registration.xml".
$path output becomes = '/home/mbitmade/...'

Try below;
Find File: /modules/mod_gk_register/mod_gk_register.php
Find Line: 18 which is below
Code: Select all
$path = JPATH_BASE.DS.'modules'.DS.'mod_gk_register'.DS.'registration.xml';

Replace it with below
Code: Select all
$path = '/home/mbitmade/public_html/projeto/modules/mod_gk_register/registration.xml';


See you around...
User avatar
Platinum Boarder


cron