Error when opening filebrowser in backend

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Feb 04, 2013 4:03 pm
Reply with quote
Report this post
Just getting this:

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

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

GK User
Tue Feb 05, 2013 8:54 am
Reply with quote
Report this post
What you mean by filebrowser ? Could you give me more details ?
User avatar
Platinum Boarder

GK User
Fri Feb 08, 2013 9:28 am
Reply with quote
Report this post
I have form2content installed and for a f2c content type I select a template. F2c places their templates in media/com_form2content/templates/ and it is those files I can't choose. If I change joomla template away from News, it works and I can choose from any template in media/com_form2content/templates/
User avatar
Fresh Boarder

GK User
Fri Feb 08, 2013 1:48 pm
Reply with quote
Report this post
Please try to open file :

Code: Select all
/home/public_html/templates/gk_news/lib/gk.framework.php


and at the top of file add this code :

Code: Select all
if(!defined('DS')){
   define('DS',DIRECTORY_SEPARATOR);
}
User avatar
Platinum Boarder

GK User
Wed Feb 13, 2013 12:33 pm
Reply with quote
Report this post
Thanks that worked
User avatar
Fresh Boarder


cron