I am having a serious issue while upgrading from Magento EE 1.12.0.2 to 1.13.0.2.
After the upgrade when I run php -f shell/url_migration_to_1_13.php script as suggested in upgrade doc, I am facing the error below:
Fatal error:
Uncaught exception 'Enterprise_Index_Model_Action_Exception' with
message 'No table has been specified for the FROM clause' in
/var/www/app/code/core/Enterprise/Catalog/Model/Index/Action/Url/Rewrite/Category/Refresh.php:165
Stack trace:
#0 /var/www/app/code/core/Enterprise/Mview/Model/Client.php(109): Enterprise_Catalog_Model_Index_Action_Url_Rewrite_Category_Refresh->execute()
#1 /var/www/shell/url_migration_to_1_13.php(75): Enterprise_Mview_Model_Client->execute('enterprise_cata...')
#2 {main} thrown in /var/www/app/code/core/Enterprise/Catalog/Model/Index/Action/Url/Rewrite/Category/Refresh.php
on line 165
Can anybody help me to resolve this issue?
Related
newbe here and with worldpress.
I am getting this error with Elementor Pro Version 3.3.6
This plugin failed to load properly and is paused during recovery mode.
An error of type E_ERROR was caused in line 48 of the file
/data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php. Error message: Uncaught ReflectionException: Method get_site_editor_type does not exist in /data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:48 Stack trace: #0 /data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(48): ReflectionClass->getMethod() #1 /data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(129): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_site_editor_type_bc() #2 /data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php(94): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_create_url() #3 /data/user2/2021/182/33432/wordpress/.7898f453bbbcc2c64665ea922552af2a/wp-content/plugins/elemento
I am expecting the plugin to load correctly, I've already restared the plugin still not working.
I got this error while updating Elementor / Elementor Pro, and now the WordPress dashboard is not showing. Can anyone help me to resolve it? Thank you.
Fatal error: Uncaught ReflectionException: Method get_site_editor_type does not exist in /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php:47
Stack trace: #0 /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(47): ReflectionClass->getMethod('get_site_editor...')
#1 /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php(128): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_site_editor_type_bc()
#2 /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php(94): ElementorPro\Modules\ThemeBuilder\Documents\Theme_Document::get_create_url()
#3 /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor/core/common/modules/finder/categories/create.php(67): Elementor\Core\Common\Modules\Finder\Categories\C in /home/customer/www/medplustest.uk/public_html/wp-content/plugins/elementor-pro/modules/theme-builder/documents/theme-document.php on line 47
After migration from Linux to Windows server there is on website fatal error in WordPress core. Debug log:
[22-Jul-2022 13:07:54 UTC] PHP Fatal error: Uncaught Error: Class 'WP_Session_Tokens' not found in D:\Sites\subdoms\test\wp-includes\class-wp-user-meta-session-tokens.php:17
Stack trace:
#0 D:\Sites\subdoms\test\wp-settings.php(188): require()
#1 D:\Sites\subdoms\test\wp-config.php(105): require_once('D:\\Sites\\web_98...')
#2 D:\Sites\subdoms\test\wp-load.php(50): require_once('D:\\Sites\\web_98...')
#3 D:\Sites\subdoms\test\wp-blog-header.php(13): require_once('D:\\Sites\\web_98...')
#4 D:\Sites\subdoms\test\index.php(17): require('D:\\Sites\\web_98...')
#5 {main}
thrown in D:\Sites\subdoms\test\wp-includes\class-wp-user-meta-session-tokens.php on line 17
Before migration was active W3 total cache. Could it be related?
I removed W3 total cache, class-wp-user-meta-session-tokens.php and other WordPress files seems correct.
Got the following error when I try to update a Joomla 3.9 website on a PHP7.2 environement.
Fatal error: Uncaught TypeError: Argument 1 passed to JErrorPage::render() must be an instance of Exception, instance of Error given in /var/www/xxxxx/libraries/cms/error/page.php:28 Stack trace: #0 [internal function]: JErrorPage::render(Object(Error)) #1 {main} thrown in /var/www/xxxxx/libraries/cms/error/page.php on line 28
Any idea what could cause this?
Website works fine on PHP 5.6 but I can't switch to PHP 7.2
I'm working on migrating from Ubuntu 14 to 16 and php 5.5 to 7. When I'm trying to turn on my application, I keep running into an ErrorHandler Fatal Error. Does anyone know a quick way to resolve this?
ubuntu#dev2:/var/www/xyz$ php app/console
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Symfony\Component\Debug\ErrorHandler::handleException() must be an instance of Exception, instance of Error given in /var/www/xyz/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php:436
Stack trace:
#0 [internal function]: Symfony\Component\Debug\ErrorHandler->handleException(Object(Error))
#1 {main}
thrown in /var/www/xyz/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php on line 436