Using Drupal 7.60 and Commerce. The store price all have changed to comma and also added 0 at the end of the price. Like 13.00 is now showing 13,000. The link to the webpage admin/commerce/config/currency shows a blank page. Any resolution to this?
I know this is very old and know issue in Drupal and there a very handy dandy guide available to fix the problem and I know how to fix this issue BUT on an Apache server. I have been using apache all my career (more than 6 years now) and recently changed my mind to switch to nginx after a discussion with a colleague.
I had a Drupal 7.73 with a Apache/PHP5.5/MySQL5.6 server and I upgraded to a Apache/PHP7.4/MariaDB10.5 server. After updating some components it's all up and working except some nodes that loads an empty page. It shows all the Drupal skeleton (header, footer, main menu, node titlte) but the node body is empty. It happens with big nodes.
I followed instructions from "white screen of death" and worked partially. After rising MariaDB max_allowed_packet I can edit this nodes, I can view all the content in the edit page. But if I try to view it i have the same empty node.
I have restored a drupal 7x website from backups that have tested ok to acquia dev desktop 2. When I click the Local site link the following error is displayed.
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'kennebec.variable' doesn't exist: SELECT name, value FROM {variable}; Array ( ) in variable_initialize() (line 1202 of D:\klocal\public_html\includes\bootstrap.inc).
How can I resolve this error so that I can view the website in Acquia dev desktop.