k no issues…
Anyways Thanks!!!
Line no 25 is defining an object of the JCOnfig class of joomla.
$JOOMLA_CONFIG = new JConfig();
$JOOMLA_CONFIG this is declared as a global variable, before this statement.
I have used a component of wordpress to integrate the wordpress in my joomla site
After installing wp-symposium plugin, I am getting a fatal error like this
Fatal error: Class ‘JConfig’ not found in D:\wamp\www\jword\components\com_wordpress\wp\wp-config.php on line 24
I tried to check every possiblities to reolve this..
But unable to resolve..
If anybody can help…???