Search the Community
Showing results for tags 'HTTP500'.
-
Hey there, i need some help i'm getting the HTTP ERROR 500 code when i want login at administrator page. I know i was installing 2 modules but suddenly it didn't work anymore. The version i use is 1.7.7.1 how can i fix this? Maikel
-
Hi, when loading my webshop page www.bengelenspetter.nl i get the HTTP 500 Internal server Error. This page is under construction but worked fine, now i only can enter the backend. When i enter the "products" page i also get the same error. I altered the define('_PS_MODE_DEV_', true); and now my page shows me the next error: Homepage: Fatal error: Class 'WebserviceRequest' not found in /home/bengel1q/public_html/classes/Product.php on line 599 When i open the Product.php file and look at the line 599: self::$_taxCalculationMethod = Group::getPriceDisplayMethod(Group::getCurrent()->id); i don't know what to do next. This line is part of this script: public static function initPricesComputation($id_customer = null) { if ($id_customer) { $customer = new Customer((int)$id_customer); if (!Validate::isLoadedObject($customer)) { die(Tools::displayError()); } self::$_taxCalculationMethod = Group::getPriceDisplayMethod((int)$customer->id_default_group); $cur_cart = Context::getContext()->cart; $id_address = 0; if (Validate::isLoadedObject($cur_cart)) { $id_address = (int)$cur_cart->{Configuration::get('PS_TAX_ADDRESS_TYPE')}; } $address_infos = Address::getCountryAndState($id_address); if (self::$_taxCalculationMethod != PS_TAX_EXC && !empty($address_infos['vat_number']) && $address_infos['id_country'] != Configuration::get('VATNUMBER_COUNTRY') && Configuration::get('VATNUMBER_MANAGEMENT')) { self::$_taxCalculationMethod = PS_TAX_EXC; } } else { self::$_taxCalculationMethod = Group::getPriceDisplayMethod(Group::getCurrent()->id); } } When i turn off the 599 line with the // i get an new error. When i want to enter the products page at the backend i get this error: Fatal error: Class 'WebserviceRequest' not found in /home/bengel1q/public_html/classes/Product.php on line 2975 This line contains the next text: if (isset(self::$_prices[$cache_id])) Its part of the next script: } $cache_id = (int)$id_product.'-'.(int)$id_shop.'-'.(int)$id_currency.'-'.(int)$id_country.'-'.$id_state.'-'.$zipcode.'-'.(int)$id_group. '-'.(int)$quantity.'-'.(int)$id_product_attribute. '-'.(int)$with_ecotax.'-'.(int)$id_customer.'-'.(int)$use_group_reduction.'-'.(int)$id_cart.'-'.(int)$real_quantity. '-'.($only_reduc?'1':'0').'-'.($use_reduc?'1':'0').'-'.($use_tax?'1':'0').'-'.(int)$decimals; // reference parameter is filled before any returns $specific_price = SpecificPrice::getSpecificPrice( (int)$id_product, $id_shop, $id_currency, $id_country, $id_group, $quantity, $id_product_attribute, $id_customer, $id_cart, $real_quantity ); if (isset(self::$_prices[$cache_id])) { /* Affect reference before returning cache */ if (isset($specific_price['price']) && $specific_price['price'] > 0) { $specific_price['price'] = self::$_prices[$cache_id]; } return self::$_prices[$cache_id]; } Is there someone who can give me some directions to solve thsi problem so i can launchmy webshop? Thanks
-
Hi, ich mal wieder Wenn ich in meinem Shop den Bestellvorgang durchgehe, heißt: Adresse, Lieferung, Zahlungsart eingebe und auf Zahlungspflichtig bestelle klicke, kommt als nächstes ein HTTP Error 500 das die Seite nicht mehr Funktionieren würde. Woran kann das liegen?? Prestashop 1.7.4.2
- 6 replies
-
- bestellvorgang
- abschluss
-
(and 1 more)
Tagged with:
-
Have migrated a prestshop site from a Dev host to a Prod host. I didn't do the original Dev work, just need to get it up and running on the main system. Have followed a lot of instruction including Files set to 644 and folders set to 755. Everything works correctly. The installation directory checker gives me green ticks for all folders ensuring that the permissions are good. the admin section loads. If the site is in maintenance mode, that works As soon as I hit enable from maintenance mode I get the HTTP 500 error on the main page. We are using the Velvertsky theme and the dev's have put their own stuff into the site, however it should still show the main page? Suspecting a permission issue someone however has anyone any ideas? Its only when I bring the site out of maintenance mode this happens. Brad