Error on Instalation Fatal error: require_once() [function.r

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 18, 2013 10:20 pm
I Buy a StoreBox template with quickstart but when i install the site run well but the problem is on backend, because send this message:

Warning: require_once(/home/"mysite"/public_html/sitio/administrator/modules/mod_login/helper.php) [function.require-once]: failed to open stream: No such file or directory in /home/"mysite"/public_html/sitio/administrator/modules/mod_login/mod_login.php on line 13

Fatal error: require_once() [function.require]: Failed opening required '/home/"mysite"/public_html/sitio/administrator/modules/mod_login/helper.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/"mysite"/public_html/sitio/administrator/modules/mod_login/mod_login.php on line 13

Sorry for my english
User avatar
Fresh Boarder

GK User
Fri Apr 19, 2013 4:09 am
Make sure all files and folders are uploaded properly. In this case it is missing following file / folder.

Code: Select all
/home/"mysite"/public_html/sitio/administrator/modules/mod_login/mod_login.php


See you around...
User avatar
Platinum Boarder

GK User
Tue May 14, 2013 5:09 pm
Hi, I'm getting this error too when I try to open a popup window to select a project in Projectfork on the frontend. I've tried replacing the gk.framework.php file (which was already there) but I hasn't helped. Any ideas?
Thanks, James


Error message:

Warning: require_once(/home/getscotl/public_html/templates/gk_storebox/libDSframeworkDSgk.parser.php) [function.require-once]: failed to open stream: No such file or directory in /home/getscotl/public_html/templates/gk_storebox/lib/gk.framework.php on line 16

Fatal error: require_once() [function.require]: Failed opening required '/home/getscotl/public_html/templates/gk_storebox/libDSframeworkDSgk.parser.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/getscotl/public_html/templates/gk_storebox/lib/gk.framework.php on line 16
User avatar
Junior Boarder

GK User
Tue May 14, 2013 10:05 pm
Please open file and add directory seperator.

File: /templates/gk_storebox/lib/gk.framework.php
Line:14
Which is below
Code: Select all
// No direct access.
defined('_JEXEC') or die;


Replace with below

Code: Select all
// No direct access.
defined('_JEXEC') or die;
if(!defined('DS')){ define('DS',DIRECTORY_SEPARATOR); }


See you around...
User avatar
Platinum Boarder

GK User
Wed May 15, 2013 8:52 am
Thank you, that works perfectly. However, for some reason, the popup window that opens doesn't use the stylesheet?
James
User avatar
Junior Boarder

GK User
Wed May 15, 2013 9:55 am
Do you have a link to your website so I can check this issue as without seeing it, it would be difficult to make suggestions.

You can send it to my email normanuk[at]live.co.uk if you don't want it in forums.

See you around...
User avatar
Platinum Boarder


cron