Site down after failed Gantry upgrade (Joomla) - joomla

I have a Joomla site that i would like to update to version 2.5, but before I did that I upgrade the Gantry framework. Big mistake. The template is from Rocket Theme, Camber.
I updated Gantry via extension manager. The installation was canceled and now I get an error message. I can not access my page or backend.
What can I do?!
My current Joomla is 1.7
My URL: www.casabar.com
Error code:
Fatal error: Call to a member function getWord() on a non-object in /libraries/gantry/gantry.php on line 189
Thanks

You mention the installation was cancelled - try uninstall the extension from the extension manager and then re-install it successfully?
It sounds as if one of the dependent files was not copied as the installation was interrupted?
-- UPDATE
Oh I see you cant access the backend. In this case, I would suggest a FTP upload of the gantry files.

Related

Call to undefined method JAdminCssMenu::load()

I have updated joomla version from 3.6.5 to 3.7 joomla latest version.
Now I am getting fatal error on site backend :
Fatal error: Call to undefined method JAdminCssMenu::load() in /public_html/administrator/modules/mod_menu/mod_menu.php on line 25
Can anyone please provide me solution to get it fixed.
Thanks
The temp fix does work, (uncomment line 25). However I found it was a component that was causing the error, SP Page Builder, once uninstalled, all worked fine :D
I had the same issue but you don't need to uninstall SPPageBuilder, just go to yoursite.co.uk/administrator/index.php?option=com_modules&view=modules, filter by Administrator modules and unpublish the one called "SP Page Builder Admin Menu".
I have also received the same error on a couple sites so far after updating. I added a php override to my htaccess file to bring the sites back online. I added the following to the rewrite section of my htaccess file:
php_value memory_limit 128M
This increases the memory to 128MB. Not the best way to fix the issue, but it works right now. I don't know if this issue is related to the 3.7 upgrade or not, but it's awfully coincidental that 2 of my sites, and now coming across this post happened after upgrading. I wonder if there is a bug in the new Joomla version, or if it requires more memory now.
This is faced by many who used JSN Poweradmin. You need to uninstall it to run your Joomla site or you can simply comment out or delete this line on line no 25
//$menu->load($params, $enabled);
in the file /administrator/modules/mod_menu/mod_menu.php.
I have replaced mod_menu complete Directory/Files with old one (3.6.5) and its working now.
If you are using JSN Poweradmin and you tried to install SP Page Builder, Just go to this directory:
administrator\modules
and delete this folder: mod_sppagebuilder_admin_menu
Now Joomla Admin panel would work OK and also SP Page Builder component is ready to use.

Fatal error: Class 'plgContentWidgetkit_Content' not found in

My website http://gutenberginstitute.com was developped using joomla and yootheme "venice". However, I have download and installed Widgetkit (free version so far) to test it on my site, and I can't make it work. It seems there are some plugins that are not installed, and if I put
...
[widgetkit id=1]
...
in some article, for example...
http://gutenberginstitute.com/index.php/es/our-teachers-es
It's not converted into the widget, but it shows just "[widgetkit id=1]"
On the other hand, if I use the module that gets created after the installation of widgetkit, in the "Modules" tab, I get an error when trying to show the article:
Fatal error: Class 'plgContentWidgetkit_Content' not found in
{..}public_html/administrator/components/com_widgetkit/helpers/system.php
on line 312
Anyone know what could be here happening?
This is already fixed. It was related to different uikit.js version (2.18) and templates (2.20) and yoo_theme out of date. Update your yoo_theme version and all the rest will be fixed automatically!

Joomla Akeeba Fatal error

My client set auto-upgrade for a component "Smart form golder' component.
After the auto upgrade, Akeeba components stop working.
It throws fatal error in administrator component page -
Fatal error: Access level to AkeebasubsToolbar::renderSubmenu() must be public (as in class FOFToolbar) in /public_html/administrator/components/com_akeebasubs/toolbar.php on line 358
But the front end working fine, when I checked with Akeeba support forum, they said that it requires upgrade. I customize the component so I am not willing to do also the upgrade can be done through Joomla admin panel and the page are not loading properly. So I am not sure how to fix this.
Please help me.
Simply reinstall the modified version of the fof your version of Akeeba component came from. Your new component "smart form golder" may stop working.
fof - "framework on framework" is now integrated in Joomla since version 3.2. It was developed by Akeeba and ships with all their components; alas it changed a lot between versions, you usually need the exact version the component shipped with.

Fatal error: "Class JController" not found in Joomla

I'm trying to update the Joomla version on one of the website I managed.
I downloaded the package to upgrade to Joomla 1.5.25 (if my memory's good). I did a test on a dev website and everything worked well.
Now, when I apply the update to the current website, i receive the error : Fatal error: "Class JController" not found in */components/com_content/controller.php "
The line
jimport('joomla.application.component.controller');
is there.
Anyone has any idea?
Thanks a lot
try to upload the files again via FTP client. Sometimes files don't transfer properly or at all. Also make sure you downloaded the correct upgrade package related to your previous version.

joomla: jomsocial installation problem (winxp)

i'm trying to install the jomsocial plugin on my local joomla.
joomla (v1.6) was freshly installed from scratch - i'm having the latest version of jomsocial (v2.20)
i've followed the jomsocial installation instructions but it didn't work,
during the installation process i got the same error over + over again:
Strict Standards: Only variables should be assigned by reference in ...
any ideas what could be wrong?
thanks
It would be helpful if you posted the complete error, but it looks like you need to change your php.ini error reporting log level.
See - joomla 1.5.22 on mysql 5.5

Resources