p.snoeck Posted August 5, 2016 Share Posted August 5, 2016 Afther upgrading Prestashop to the last correct version we have the following issue: When you search in the searchbox it's working when he find's something on the site. But when he can't find anything you get a black screen with "fatal error". www.cheapoutdoor.nl And in the backoffice when you go to the second page of the orders you see: filter op Datum: a:2:{i:0;s:0:"";i:1;s:0:"";} Please help us to solve this issues. Thanks, Regards, Patrick 1 Link to comment Share on other sites More sharing options...
NemoPS Posted August 6, 2016 Share Posted August 6, 2016 version bug, grab AdminController.php from a previous version (1.6.1.4 I guess) and use that instead.As for the front, turn on dev mode and see what it says Link to comment Share on other sites More sharing options...
p.snoeck Posted August 6, 2016 Author Share Posted August 6, 2016 It's a verly long list. I can't put it on so I guess it's in this?? [controller:protected] => search [request_uri:protected] => /zoeken?controller=search&orderby=position&orderway=desc&search_query=1234&submit_search= [empty_route:protected] => Array ( [routeID] => index [rule] => [controller] => index ) [default_controller:protected] => [use_default_controller:protected] => [controller_not_found:protected] => pagenotfound [front_controller:protected] => 1 ) [type] => -> [args] => Array My PHP is not great so please help. Link to comment Share on other sites More sharing options...
NemoPS Posted August 8, 2016 Share Posted August 8, 2016 Hmm is that part of the error you get? You should get a pretty self explanatory prestashop exception Link to comment Share on other sites More sharing options...
p.snoeck Posted August 8, 2016 Author Share Posted August 8, 2016 The total error is 33MB so I can't upload it to the forum... And I can't find anything special in this list what it could be....... (my php is not that great so....) Link to comment Share on other sites More sharing options...
NemoPS Posted August 9, 2016 Share Posted August 9, 2016 Are they not printing out on screen? Link to comment Share on other sites More sharing options...
p.snoeck Posted August 9, 2016 Author Share Posted August 9, 2016 Strict Standards: Declaration of Media::cccCss() should be compatible with MediaCore::cccCss($css_files, $cache_path = NULL) in website/override/classes/Media.php on line 90 Strict Standards: Declaration of PayPal::validateOrder() should be compatible with PaymentModule::validateOrder($id_cart, $id_order_state, $amount_paid, $payment_method = 'Unknown', $message = NULL, $extra_vars = Array, $currency_special = NULL, $dont_touch_amount = false, $secure_key = false, Shop $shop = NULL, $apcost = 0) in website/modules/paypal/paypal.php on line 76 Warning: file_get_contents(https://graph.facebook.com/1471537093070040): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in website/modules/pk_facebooklike/pk_facebooklike.php on line 143 Notice: Undefined variable: msg in website/modules/pk_facebooklike/pk_facebooklike.php on line 153 Array ( [0] => Array This is the first part maybe you can see more of this ....but i try to make a PDF of it but it's more than 500 pages..... Link to comment Share on other sites More sharing options...
NemoPS Posted August 10, 2016 Share Posted August 10, 2016 The override is broken, and the module too. You can check the override against the original method and correct the function arguments, then for the other see what it does, you might just disable or uninstall the module. Link to comment Share on other sites More sharing options...
p.snoeck Posted August 10, 2016 Author Share Posted August 10, 2016 Thanks.... My Php is not that great so I'm going to check.... The declaration op Media and the Paypal is not a problem I guess, becaus I don't have any problems with that. The facebook like box is a warning that has to do someting with some hosting settings. I know about this message.... So it must be a last module I have installed. When i disable it the problem is still there. I'm going to write to them about this. I keep you informed. Link to comment Share on other sites More sharing options...
p.snoeck Posted August 11, 2016 Author Share Posted August 11, 2016 It's solved. there was a new module that had an error. They solved the problem. Link to comment Share on other sites More sharing options...
Gejala Penyakit Jant Posted August 12, 2016 Share Posted August 12, 2016 I also experienced the same thing. I am confused. Link to comment Share on other sites More sharing options...
NemoPS Posted August 13, 2016 Share Posted August 13, 2016 Very same error? Can you post it? 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