iJoomla Forum

iJoomla Magazine => Report Bugs => Topic started by: jp1435 on April 11, 2008, 05:39:53 PM



Title: non-existent class: jarrayhelper - magazine for joomla 15
Post by: jp1435 on April 11, 2008, 05:39:53 PM
error found

Fatal error: Cannot instantiate non-existent class: jarrayhelper in /home/...../public_html/administrator/components/com_magazine/admin.magazine.php on line 1652

when trying to create an article


Title: Re: non-existent class: jarrayhelper - magazine for joomla 15
Post by: patrikroux on April 12, 2008, 11:46:55 PM
I have a similar problem, I can create a article, but I can't edit the article for exemple ad a picture. I use wamp2.0 server. The error is:
Fatal error: Cannot instantiate non-existent class: jarrayhelper in C:\wamp\www\ijoomlatest\administrator\components\com_magazine\admin.magazine.php on line 1652

And I gave some problems when I wan edit the header title of my issues...

----
Oh Im so sorry :P, I find the problem:
When I was downloading the Ijoomla component for a local use, I forget to insert a subdomain before de download.
Now all work OK
Best regards,
Patrik


Title: Re: non-existent class: jarrayhelper - magazine for joomla 15
Post by: jp1435 on April 13, 2008, 03:24:17 PM
error seems to be at line 1590 in admin.magazine.php

replace

      global $mainframe; 

with

      global $_CONFIG, $mainframe;