Moneybookers extension in Magento not working - php

I am using Magento 1.7.0.2 with custom theme and I am trying to setup Phoenix Moneybookers extension. On my localhost (XAMPP on Win 7) is everything working as it suppose to, but on my hosting it is not working at all.
In 4th step of checkout (Payment Information) are payment method images and instructions not loading and what is even worse, when I click Place Order button it redirects me to "http://mydomain.com/moneybookers/processing/payment/" where is just an empty page (with menus, footer ...) with no payment options(no Skrill iframe).
On my localhost it redirects me to "http://magento.localhost.com/moneybookers/processing/payment/" with successfully loaded Skrill iframe.
I have tried ideas from http://www.magentocommerce.com/boards/viewthread/55163/P0/ but with no success.
Thanks in advance for your ideas.

1) I'd start by stop using Windows for development; Then,
2) Check your browser (inspect element) to see if you forgot to push anything to live env;
3) In your server, check in Magento_Root/var/log/system.log which errors Magento is issuing;
4) Now check the logs of your Apache/Nginx and PHP. Usually on /var/log/name-of-application/
I hope it helps.

Could you disable and enable the MoneyBookers extension block from the admin panel. Try reindexing the database after this.
Also check the manual for installing MoneyBookers, as you might missed to pass some element on the live site

Related

Save button redirect to home Joomla 3.5.1

Recently i installed Joomla in a hosting service, however when i add a template or modify global configuration, when i try to save or cancel, the administrator redirects to index page of site Exiting from administration and not save changes.
When i tun the project on localhost works without issues.
I had modified permissions for file configuration.php and i change the templates and search directly on code without a solution.
i search in forums and documentation and i do not find response.
Thanks in advance.
I solvet it. It appears have a problem with mod_security, i disable it and the joomla cofiguration Working.

How to fix could not connect to host in checkout page in Joomla using Red shop

I am working in a Joomla website which use Red shop for his store. Everything works fine, after i update joomla to 3.5.1 the payment module Credit Card (Visa and MasterCard only) is not working.
When a user go to cart page and give the card deials and click in checkout it shows "0 Error Could not connect to host"
redshop_payment/rs_payment_scnet/rs_payment_scnet.php
It seems that you are trying to open a remote URL from your application. For security reasons, many PHP instances do not allow that, and so you must ensure that allow_url_fopen is enabled in your php.ini file (note that Apache must be restarted after you enable it).
If the issue still persists, then please post the relevant content of the problematic file here.

Sagepay Direct - PHP integration with Wordpress

I have set up a simple Wordpress site with an order form but I'm struggling to get the site to recognise Sage Pay.
I've been following the initial instructions in the PHP integration kit - http://www.sagepay.co.uk/support/find-an-integration-document/direct-integration-documents:
Create a database and add the necessary tables.
Edit the /lib/config.php and the /demo/config.php to include my Sagepay Account and database details
In the test server for Sage Pay I also added the IP address of my site as an exception.
Every time I run the https://mywebsite.com/demo it returns the error:
Ooops!!!
An unexpected error seems to have occurred.
Try to refresh the page or you can contact us if the problem persist.
This is pretty early on in the but I seem to be doing something wrong. Is there something else that needs edited as the instructions are frustratingly vague.
Would I be better just using a Sagepay Direct plug in with Wordpress e-commerce solutions?
Thanks.
I am also a currently frustrated Sagepay learner. To asnswer you question, I had this problem too. My problem was that i had the database details incorrect. I had my local host details on my test environment, and i had not changed the details correctly in demo/config.php before ftp the file to my webserver. Once i did this, i got over the oops screen. The next problem was that i got a blank screen when running index.php from demo. I was told by sagepay that apache needs restarting as a service everytime somethingortheother happens. So on my local environment i restarted all services in wamp and it worked. I can now see the demo (not that i know what to do now as there are no instructions and the php is hidden in a complex class structure with the html content in some tpl files which i have never seen before - of course there are no instructions in the integration kit at all). Anyway back to the answer. So locally i can run the demo, but i still have white screen on my webserver, becuase i can't restart the apache service there, so that is the next problem. I will keep trying and add anything useful later.
I also had this problem, I had not given the database user account the necessary permissions to access the database.

Paypal express checkout does not display properly in firefox

I've created an e-commerce website in PHP and am using the paypal express checkout API. It's currently in sandbox mode and has been working fine up until today. I've visited the website today and checked it on the latest version of firefox but the actual express checkout website does not display properly.
A link to the shop is http://www.voodoo-london.com/index-m.php. I've also included a screenshot of the express checkout looking all screwy. !
http://www.voodoo-london.com/ss.png
Really have no idea how to resolve this...
Thanks
Looks like the stylesheet simply failed to load. I see that on PayPal's servers sometimes, even the live ones, but it's pretty rare. Is this continuing to happen to you consistently? You might try clearing the cache/cookies in your Firefox browser to see if that resolves it.
Mozilla fixed the bug in this latest version.
Case closed

Continue button on one page checkout does not move to next step (step 2 to step 3) in Magento

I am using Magento ver. 1.7.0.2. When I click on "ship to this address" at one page checkout then Continue botton is not working. Its only highlights the next step (Shipping Information) but not opening or skips that step. Before some days it was working fine. Can anyone help me to sort out the same...
Three questions from my side.
1. Are you working in your local machine?
2. Did u enabled HTTPS in the admin panel?
3. Have u given secure url as HTTPS?
Then this problem may occur. Because, earlier I faced this issue. First disable the https in the admin panel and remove the https in secure url field and place http. This happens when the url changes from http to https. THis change of url is happens when we move to the payment information tab. In local if u didn't install SSL certificates, then u cant use https in your local machine. If you want to use https in your local machine also, then u have to install SSL certificates locally. After all the above changes, restart the server and try now. Come back to me if it works or didnt works.

Categories