-
AuthorPosts
-
jamjodesign Friend
jamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
April 3, 2010 at 9:08 pm #150107I installed the ja-extension manager in order to upgrade the ja-comments component but I get the following error after a successful install.
Cannot redeclare class Services_JSON_Error on line public_html/demo/administrator/components/com_jaextmanager/lib/jaupdater/core/json.php on line 799
This error appears when I simply click on the JA Extensions Manager in the components menu in the backend of joomla? :confused:
Can someone help?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 5, 2010 at 7:07 am #339101Dear jamjodesign!
I have create a issue on the PM, our dev ‘ll check this issue and i ‘ll inform you about status of this and give you the solution
http://pm.joomlart.com/browse/JAECCOMJAEXTMANAGER-1
Thanks
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
April 5, 2010 at 10:38 am #339155Thanks i look forward to reply
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 7, 2010 at 2:10 am #339393Hi jamjodesign,
We have fixed the bug on your site. Please check the update and get back if there is anything else we could help
Those who met the same error, please open file administrator/components/com_jaextmanager/lib/jaupdater/core/json.php, search the following lines at around 782
if (class_exists(‘PEAR_Error’)) {
class Services_JSON_Error extends PEAR_Error
{
function Services_JSON_Error($message = ‘unknown error’, $code = null,
$mode = null, $options = null, $userinfo = null)
{
parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
}
}} else {
/**
* @todo Ultimately, this class shall be descended from PEAR_Error
*/
class Services_JSON_Error
{
function Services_JSON_Error($message = ‘unknown error’, $code = null,
$mode = null, $options = null, $userinfo = null)
{}
}}
And change to the below lines
if (!class_exists(‘Services_JSON_Error’)) {
if (class_exists(‘PEAR_Error’)) {
class Services_JSON_Error extends PEAR_Error
{
function Services_JSON_Error($message = ‘unknown error’, $code = null,
$mode = null, $options = null, $userinfo = null)
{
parent::PEAR_Error($message, $code, $mode, $options, $userinfo);
}
}} else {
/**
* @todo Ultimately, this class shall be descended from PEAR_Error
*/
class Services_JSON_Error
{
function Services_JSON_Error($message = ‘unknown error’, $code = null,
$mode = null, $options = null, $userinfo = null)
{}
}}
}
Save and check the update
jamjodesign Friendjamjodesign
- Join date:
- June 2008
- Posts:
- 432
- Downloads:
- 27
- Uploads:
- 40
- Thanks:
- 59
- Thanked:
- 14 times in 3 posts
April 7, 2010 at 6:37 am #339421Another problem has occured now. On the frontend I now have the following error when I click on forum which is ja-voice:
Parse error: syntax error, unexpected ‘}’ in /home/greg/public_html/demo/components/com_javoice/helpers/jahelper.php on line 1
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Anonymous 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum