Jump to content

Demo shop bankwire shows blank screen


strikingd

Recommended Posts

Hi, I have the same issue in my shop and its causing real confusion with my customers.

 

When the customer accepted bankwire as an option they go to a 500 error message and in the backend the order

 

is not validated. Only after i update status to order received, the invoice is created.

 

Any advice how to solve this quickly ?

Link to comment
Share on other sites

when a shop receives a blank and/or 500 error, then check your hosting php error log.

 

If you can recreate the issue, then turn on PrestaShop debug:

 

http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/

 

this way you can narrow down to where and what the error is and search (using search engine) to find possible solution.

Link to comment
Share on other sites

thx for the quick response. I get the following error message on the 500 screen:

 

Warning: touch(): Unable to create file /home4/newtruck/public_html/secondhand-obchod.sk/cache/push/activity because No such file or directory in /home4/newtruck/public_html/secondhand-obchod.sk/classes/Tools.php on line 2995

Warning: touch(): Unable to create file /home4/newtruck/public_html/secondhand-obchod.sk/cache/push/activity because No such file or directory in /home4/newtruck/public_html/secondhand-obchod.sk/classes/Tools.php on line 2995

[PrestaShopException]

Property Product->link_rewrite is empty
at line 887 in file classes/ObjectModel.php

881. 882. 				$message = $this->validateField($field, $value, $id_lang);883. 				if ($message !== true)884. 				{885. 					if ($die)886. 						throw new PrestaShopException($message);887. 					return $error_return ? $message : false;888. 				}889. 			}890. 		}891. 
Link to comment
Share on other sites

Thanks for your help !

 

Its a bug in a module I installed which sets ordered products to 0 in stock. I deactivated it and the bankwire module works fine again.

 

Regading my error log I got this...

 

PHP Warning:  Base directory /home4/newtruck/public_html/secondhand-obchod.sk/cache/purifier does not exist,
                    please create or change using %Cache.SerializerPath in /home4/newtruck/public_html/secondhand-obchod.sk/tools/htmlpurifier/HTMLPurifier.standalone.php on line 15280

 

and a lot more.

 

Is it also related to the same issue ?

Link to comment
Share on other sites

Thanks for your help !

 

Its a bug in a module I installed which sets ordered products to 0 in stock. I deactivated it and the bankwire module works fine again.

 

Regading my error log I got this...

 

PHP Warning:  Base directory /home4/newtruck/public_html/secondhand-obchod.sk/cache/purifier does not exist,

                    please create or change using %Cache.SerializerPath in /home4/newtruck/public_html/secondhand-obchod.sk/tools/htmlpurifier/HTMLPurifier.standalone.php on line 15280

 

and a lot more.

 

Is it also related to the same issue ?

 

http://forge.prestashop.com/browse/PSCFV-12433

 

for more issues, please post new topic for best results.

Link to comment
Share on other sites

when a shop receives a blank and/or 500 error, then check your hosting php error log.

 

If you can recreate the issue, then turn on PrestaShop debug:

 

http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/

 

this way you can narrow down to where and what the error is and search (using search engine) to find possible solution.

 

 

Hi can you please explain why Presta Shop demo shows a blank page when you select Bank Wire as payment option shouldn't it be going to another page or giving details or something?

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...