I attempted to upgrade from joomla 2.5.11 to 3.2.3 which is latest right now. First of all I checked and upgraded all extensions - CB, k2, kunena, xmap (I did not upgrade xmap as I got errors so I left it, little one not important) to latest by going extensions manager -> update tab. Then going components-> joomla-> update update to 3.2.3. The update finished but I got an error about remember.php and could not access admin panel.
Getting suggestions from Fatal error when updating joomla from 3.1.1 to 3.2.2 , I uploaded a joomla 3.2.3 package's remember.php file in /plugins/system/remember/ folder backing up previous file.
But I got another error -
Fatal error: Call to undefined method RuntimeException::get() in
/home/techhe97/public_html/libraries/joomla/error/error.php on line
797
So, can't access admin panel all the way.
Related
I have downloaded Magento version 2.4.4 with sample data from https://magento.com/tech-resources/download I was trying to install it on the Wamp server. But when I run the installation I get the error
Unable to apply data patch Magento\GroupedProductSampleData\Setup\Patch\Data\InstallGroupedProductSampleData for module Magento_GroupedProductSampleData. Original exce
ption message: Rolled back transaction has not been completed correctly.
I tried with versions 2.4.3 and 2.4.3-p2 all are showing the same error. But I was able to install the 2.4.3 version without sample data. I searched and found it is related to some error in the csv file. But none of the answers provided a solution. Please help.
Hi #Akhilesh in our case use magento 2.4.4 and this error was by a third module and when disable this, all magento run fine.
Your can edit vendor/magento/framework/DB/Adapter/Pdo/Mysql.php file, search rollback() method and in the "else" section add this line:
echo (new \Exception())->getTraceAsString();
This can help you to look where is the error, if is from a module or another.
Regards
As the title says, I am trying to set up an old 1.4 Magento installation locally with MAMP.
Things i did so far:
Download entire website
Import Database
Change unsecure and secure base_url
Change database user information in local.xml
Delete everything inside the var folder
Set PHP version to 5.3
A fresh install of 1.4 Magento works fine on my system.
All I get is a Magento error screen saying "There has been an error processing your request"
The error messages generated to the var/report folder are exe files, and return something like
/Applications/MAMP/htdocs/sandbergdesign/var/report/624953303320: line 17: syntax error near unexpected token }'
/Applications/MAMP/htdocs/sandbergdesign/var/report/624953303320: line 17:#16 {main}";s:3:"url";s:1:"/";s:11:"script_name";s:10:"/index.php";s:4:"skin";s:7:"default";}'
logout
When clicked
I got it up and running.
I decided to download a fresh Magento 1.9, and installed it using the OLD database, the one from the Magento 1.4 site.
I also had to truncate the following tables in the DB:
Truncate all log_ tables
Truncate report_event, report_compared_product_index, and report_viewed_product_index
After truncating I could complete the installation process, and can proceed to implement the old theme, test functionality, etc.
We have inherited a magento (CE 1.8.1.0) installation that is showing the following error on a Friday morning on opening the product page:
Fatal error: Call to a member function setType() on a non-object in /data/www.walls.pk/public_html/app/code/core/Mage/Catalog/Model/Resource/Product/Attribute/Collection.php on line 54
There have been no changes to the code on the server that was running fine for the last 6 months.
Can there be a server related or configuration related change (i am thinking from the hosting company) or a version upgrade that causes such an issue ?
Your core eav entity model is unable to instantiate.
$entityTypeId = (int)Mage::getModel('eav/entity')->setType(Mage_Catalog_Model_Product::ENTITY)->getTypeId();
Assuming you have a file that exists in:
app\code\core\Mage\Eav\Model\Entity.php
Clear all caches and delete any cache folders in
root/var/
Run Magento's database fix utility.
Post your
root/var/log/exception.log
and
system.log
contents ( Enable logs if they're empty ).
Check your apache logs for detailed info.
I've recently moved a silverstripe site to a new server. Since then it's bringing up the error:
Fatal error: Class 'SiteTreeDecorator' not found in /home/priorysc/public_html/googlesitemaps/code/GoogleSitemapDecorator.php on line 9
I try removing the googlesitemaps folder, but then it just brings up the error that it can't find the googlesitemaps _config file. Is there any way I can remove the reference to googlesitemaps, or failing that just get the thing to work?
I'm a fairly verse php coder but I don't know that much about silverstripe as it's just been dumped on me.
Anyone know? I'm tearing my hair out over this!
-James
SiteTreeDecorator was a class that existed in v2.4 of SilverStripe, the fact that the error is saying it doesn't exist tells me you're running v3.0 or higher. Double check which version of SilverStripe you're running, then update the 'googlesitemaps' module to the appropriate version:
SilverStripe v3.0: https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/1.1
SilverStripe v3.1: https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/master
I'm working on doing integration between Moodle 2.x and Joomla 2.5.x using the Joomdle, but when user try to register in the joomla, the system show this error message
XML-RPC Error (404): Unknown error
I faced the same problem after upgrading the joomdle.
You can check the following post-
http://www.joomdle.com/wiki/Upgrading
Remove old auth/joomdle folder and put new one in place Visit Moodle
Notifications Go to Administration -> Plugins-> Web Services ->
External Services, select Joomdle and go to Functions, to add any new
one that the new version may have.
The part I was missing is to add functions.And because of this I was getting XML-RPC Error (404): Unknown error.
I followed this-
Plugins->External Services->Joomdle->Functions->add
and select all functions started from joomdle as shown in below post.
http://www.joomdle.com/wiki/Installing_Joomdle_in_Moodle_2#Add_functions_to_service
Hope this will help someone.