-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PayOne Modul in Incompatibility #8
Comments
Hi, we are using HHVM 3.8 with Magento 1.9 which results in the following error report. Should this combination work? Best Regards a:5:{i:0;s:58:"Call to a member function toArray() on a non-object (NULL)";i:1;s:3735:"#0 /home/hauptstadtkoffer/public_html/app/code/community/Payone/Core/Model/Service/InitializeConfig.php(86): Payone_Core_Model_Service_InitializeConfig->initConfigPayment() |
we are using in the checkout process only PHP but for the rest of the store hhvm, which HTTP Daemon you are using? |
httpd -v
we currently connect hhvm to apache via ProxyPassMatch ^/(..php(/(?!admin).)?)$ fcgi://127.0.0.1:9000/home/DELETED/public_html/ |
@heimuthva we are using nginx, so our rules be like:
|
@mklooss: thx for the input. As Proxypassmatch of Apache is rather unflexible, i solved the problem of using hhvm for most of the Magento frontend but not for Checkout Pages, Admin-Backend etc. as follows (for whom it might interest):
In Magento Document-Root:
edit .htaccess as follows [...| RewriteCond %{REQUEST_FILENAME} !-f
in Apache httpd.conf ProxyPassMatch ^/(hhvm.php(/.*)?)$ fcgi://127.0.0.1:9000/{your document root} Regards P.S.: cp. http://hauptstadtkoffer.de for an example of the achievable speedup. |
Modul Version: 3.3.0
HHVM: 3.1 to 3.5
Issues:
The text was updated successfully, but these errors were encountered: