I'm Running Joomla 2.5.14 CB 1.9.0
When someone clicks on 'Register' it just brings up a blank page.
In configuration-registration-URL to terms and conditions
I have index.php?option=com_comprofiler&Itemid=75
Why does it not go to this article ?
I tried putting the following in the modules/mod_weblinks/helper.php file
jimport('joomla.application.component.model');
but it did not help
Thanks, MadRiver
Last edit: 10 years 8 months ago by MadRiver. Reason: added a line
MadRiver wrote: I'm Running Joomla 2.5.14 CB 1.9.0
When someone clicks on 'Register' it just brings up a blank page.
In configuration-registration-URL to terms and conditions
I have index.php?option=com_comprofiler&Itemid=75
Why does it not go to this article ?
I tried putting the following in the modules/mod_weblinks/helper.php file
jimport('joomla.application.component.model');
but it did not help
Thanks, MadRiver
Please check our FAQ section for how to debug blank pages.