saferoken Posted May 19, 2014 Share Posted May 19, 2014 Kan iemand mij helpen heb overschrijving vooraf geinstalleerd maar als ik heb gekozen overschrijvingvooraf en dan verder klik krijg ik error 500 Heb alles geprobeerd maar kom niet verder saferoken Link to comment Share on other sites More sharing options...
scorpionsworld Posted May 19, 2014 Share Posted May 19, 2014 Heb je de DEV_MODE al aangezet om te zien wat de error veroorzaakt? Link to comment Share on other sites More sharing options...
saferoken Posted May 19, 2014 Author Share Posted May 19, 2014 ja heb ik gedaan define('_PS_MODE_DEV_', true);/* Compatibility warning */define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);if (_PS_MODE_DEV_) Als het goed is was dit genoeg saferoken Link to comment Share on other sites More sharing options...
saferoken Posted May 19, 2014 Author Share Posted May 19, 2014 150. if (Configuration::get('PS_TAX_ADDRESS_TYPE') == 'id_address_delivery') 151. $context_country = $this->context->country; 152. 153. $order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id); 154. if (!Validate::isLoadedObject($order_status)) 155. throw new PrestaShopException('Can\'t load Order status'); 156. 157. if (!$this->active) 158. die(Tools::displayError()); 159. // Does order already exists ? 160. if (Validate::isLoadedObject($this->context->cart) && $this->context->cart->OrderExists() == false) Link to comment Share on other sites More sharing options...
saferoken Posted May 19, 2014 Author Share Posted May 19, 2014 heb de tweede fals ook op true gezet nu kreeg ik het bericht wat hier boven staat heb de permissies op 755 gezet Link to comment Share on other sites More sharing options...
saferoken Posted May 19, 2014 Author Share Posted May 19, 2014 ja heb versie 1.6 je kan ook kijken en proberen http://saferoken.nl Link to comment Share on other sites More sharing options...
scorpionsworld Posted May 19, 2014 Share Posted May 19, 2014 heb de tweede fals ook op true gezet nu kreeg ik het bericht wat hier boven staat heb de permissies op 755 gezet Het bericht wat boven deze quote staat? Dat ziet er meer uit als exacte code uit een php functie... Link to comment Share on other sites More sharing options...
munga Posted May 20, 2014 Share Posted May 20, 2014 hij geeft hier geen 500 error maar deze: [PrestaShopException]Can't load Order statusat line 156 in file classes/PaymentModule.php 150. if (Configuration::get('PS_TAX_ADDRESS_TYPE') == 'id_address_delivery')151. $context_country = $this->context->country;152.153. $order_status = new OrderState((int)$id_order_state, (int)$this->context->language->id);154. if (!Validate::isLoadedObject($order_status))155. throw new PrestaShopException('Can\'t load Order status');156.157. if (!$this->active)158. die(Tools::displayError());159. // Does order already exists ?160. if (Validate::isLoadedObject($this->context->cart) && $this->context->cart->OrderExists() == false) PaymentModuleCore->validateOrder - [line 64 - modules/bankwire/controllers/front/validation.php] - [9 Arguments] BankwireValidationModuleFrontController->postProcess - [line 171 - classes/controller/Controller.php] ControllerCore->run - [line 373 - classes/Dispatcher.php] DispatcherCore->dispatch - [line 28 - index.php] je kunt die betaal module misschien wissen en opnieuw installeren ook de cache uitzetten en wissen wil nog wel eens helpen Link to comment Share on other sites More sharing options...
saferoken Posted May 20, 2014 Author Share Posted May 20, 2014 ja klopt dat is de code uit het sctipt heb de module verwijderd en opnieuw geinstalleerd maar krijg hetzelfde Link to comment Share on other sites More sharing options...
scorpionsworld Posted May 20, 2014 Share Posted May 20, 2014 De orderstatus opgeslagen in de configuration waarde PS_OS_BANKWIRE bestaat schijnbaar niet. Dat is op te lossen door enerzijds de orderstatussen te controleren op de aanwezigheid van een orderstatus die hoort bij Wachtend op overschrijving en anderzijds handmatig in de database in de tabel [prefix]configuration bij de rij met de naam PS_OS_BANKWIRE de id op te slaan die hoort bij de juiste orderstatus. Link to comment Share on other sites More sharing options...
saferoken Posted May 20, 2014 Author Share Posted May 20, 2014 ok ga ik proberen thans Saferoken Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now