Projekt

Allgemein

Profil

GX-Bug #66315

Von Ulrich Wenk vor etwa 4 Jahren aktualisiert

Preconditions: 

 * have 4.0.0.0-shop ready with an imported, styled, active Malibu 

 1.    upload the 4.1.1.0beta2-files via FTP 
 2. a lot of Malibu-related files will not be imported because the user of the existing ones is www-data (because it was an imported theme) 
 3. delete the existing Malibu-files via the script del.php (attached) 
 4. upload the Malibu files from an full installation package 
 5. call the gambio_updater and proceed with the update 

 result: 

 * after clicking on "Zum Shop", the frontend throws an Error 500 
 * access to the backend is possible via login_admin 

 * additional info: the category and products page in the frontend don't seem to be affected, only the starting page  
  
 
  
 * php_errors.log.json --> 

 {"message":"Method ContentZoneLoader::__toString() must not throw an exception, caught TypeError: Argument 1 passed to ProductListWidgetOutputCommand::__construct() must be an instance of ProductListWidgetCommandConfiguration, int given, called in /var/www/uw/4.0.0.0_2FA/system/core/MainFactory.inc.php(510) : eval()'d code on line 1","context":{"message":"Method ContentZoneLoader::__toString() must not throw an exception, caught TypeError: Argument 1 passed to ProductListWidgetOutputCommand::__construct() must be an instance of ProductListWidgetCommandConfiguration, int given, called in /var/www/uw/4.0.0.0_2FA/system/core/MainFactory.inc.php(510) : eval()'d code on line 1","code":1,"file":"/var/www/uw/4.0.0.0_2FA/GXModules/Gambio/ContentZones/Shop/SmartyPlugins/function.content_zone.php","line":0,"context":[],"obCleanCache":"\n\n\t\n\t\t<div class=\"container\">\n\t\t\t\n\t\t</div>\n\t\n\n\t"},"level":400,"level_name":"ERROR","channel":"php_errors","datetime":{"date":"2020-03-16 17:59:35.722651","timezone_type":3,"timezone":"Europe/Berlin"},"extra":{"request":{"method":"GET","uri":"/4.0.0.0_2FA/","software":"Apache/2.4.29 (Ubuntu)","address":"192.168.101.24","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36","time":1119,"remoteAddress":"192.168.100.195"},"query":{"gm_boosted_category":""},"session":{"tpl":"Malibu","language":"german","languages_id":"2","language_charset":"utf-8","language_code":"de","currency":"EUR","customers_status":{"customers_status_id":"0","customers_status_name":"Admin","customers_status_image":"admin_status.gif","customers_status_public":"0","customers_status_min_order":0,"customers_status_max_order":0,"customers_status_discount":"0.00","customers_status_ot_discount_flag":"1","customers_status_ot_discount":"0.00","customers_status_graduated_prices":"1","customers_status_show_price":"1","customers_status_show_price_tax":"1","customers_status_add_tax_ot":"1","customers_status_payment_unallowed":"","customers_status_shipping_unallowed":"","customers_status_discount_attributes":"0","customers_fsk18_purchasable":"0","customers_fsk18_display":"1","customers_status_write_reviews":"1","customers_status_read_reviews":"1"},"customer_id":"1","payment":null,"shipping":null,"cartID":null,"sendto":null,"billto":null}}} 


Zurück