Undefined Constant DS

Feel free to talk about everything related to our Joomla Products
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
Wed Dec 03, 2014 3:22 pm
Hi there

I am using Joomla! 3.3.6 with PHP 5.3.29 and the Game_Magazine_J!3 template.

I get this error at the top:

Notice: Use of undefined constant DS - assumed 'DS' in /websites/af/affordableplumbingandgas.com.au/templates/gk_game_magazine/html/com_content/article/default.php on line 6

Can someone please assist me to clear this error?

Cheers, Brian
User avatar
Fresh Boarder

GK User
Thu Dec 04, 2014 7:54 am
Hello,

Please try to add the following code:

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


after:

Code: Select all
// No direct access.
defined('_JEXEC') or die;


in the file which returns this issue (templates/gk_game_magazine/html/com_content/article/default.php)
User avatar
Administrator

GK User
Thu Dec 04, 2014 3:28 pm
Many thanks, simple and effective! :roll:

Brian
User avatar
Fresh Boarder


cron