We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development. You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup. If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules
|
||||||
| Announcements Latest news from Youjoomla team |
![]() |
|
|
#1 (permalink) |
|
Administrator
|
Dear members we a very proud to announce that our templates and extensions run smoothly on joomla 2.5.1 beta.
We are still in testing phase for all possible server versions and 1 issue that is an actual joomla 2.5 requirement could give you some headache. PHP 5.3. There is new php class introduced in php 5.3 version called Code:
get_called_class() You will see an error saying Code:
Fatal error: Call to undefined function get_called_class() in your_joomla/libraries/joomla/form/field.php on line 203 Do not be alarmed , if you are using our templates or our extensions this error might be visible only in admin backend when you try to go in extensions/template settings , quick fix for this is available. Please download the file attached , extract the zip and add file name yjsgclassfix.php in : template-or-extensions/elements folder . example: Yougrids template your_joomla/templates/yougrids/elements/ example: YJME module engine your_joomla/modules/mod_yjme/elements Now go to that elements folder and open any custom elements you see there. Which are usually solo php files and are in elements folder not in elements/sub_folder if one is available. example: Yougrids template your_joomla/templates/yougrids/elements/yjsglist.php example: YJME module engine your_joomla/modules/mod_yjme/elements/yjmelist.php Right after Code:
defined('JPATH_BASE') or die();
Code:
include_once('yjsgclassfix.php');
|
|
|
|
|
|
#2 (permalink) |
|
Unlicensed
Join Date: Apr 2011
Posts: 8
|
OK,
I have gone into /httpdocs/templates/yougrids/elements/ and added the downloaded file. Then i have gone to /httpdocs/templates/yougrids/elements/ and edited httpdocs/templates/yougrids/elements/yjsglist.php and added the include_once('yjsgclassfix.php'); This is for YouGrids, is that it, as it is still the same problem. |
|
|
|
|
|
#3 (permalink) |
|
Unlicensed
Join Date: Apr 2011
Posts: 8
|
I have still not got the menu working. Are the YouGrids templates updated for this error? Can the YouGrids package be downloaded and uploaded via FTP to fix the error on different template pages?
|
|
|
|
|
|
#5 (permalink) |
|
Unlicensed
Join Date: Apr 2011
Posts: 8
|
I did everything as described but still not working and shows up as shown here.
|
|
|
|
|
|
#6 (permalink) |
|
Administrator
|
do same for elements in YJ mega menu plugin elements folder
|
|
|
|
|
|
#7 (permalink) |
|
Unlicensed
Join Date: Apr 2011
Posts: 8
|
That fixed the problem. Many thanks.
![]() |
|
|
|
|
|
#8 (permalink) |
|
Unlicensed
Join Date: Jan 2011
Posts: 3
|
Added include_once('yjsgclassfix.php'); to each file present il elements directory work fine in 2.5 beta 2.
Even works with template additions and customisation as i tried before and succeeded with Youjoomla help on 1.7.2 : http://www.youjoomla.com/joomla_supp...wont-work.html Thank you. |
|
|
|
|
|
#9 (permalink) |
|
Administrator
|
after further digging here is the full fix for the above problem , there is no need to add the function , just download the set of 2.5 template compatible elements and extract it in
templates/template_name/elements folder overriding the existing ones for YJ Mega Menu Plugin 1.6 and UP just download the plugin http://www.youjoomla.com/free-joomla...plugin-16.html and reinstall |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|