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
Related
I have a WordPress site and Google Analytics installed. However when I open my site from Google Chrome I see this comment at the top of the page: /** Google Analytics tracking code begins here / / Google Analytics tracking code ends here **/
I have checked my php files but can't manage to find where that comment is located and fix the problem.
Can anyone take a look please and give me a hint, Thank you very much.
My site is https://tecnicadevoz.com
There are two common causes for this issue.
The first one is your browser cache. Sometimes your browser (specially Google Chrome) will show you a cached copy of your website instead of showing the new one. To resolve this issue, you need to simply hit CTRL + F5 (or Cmd + R in Mac) buttons on your keyboard to reload the page.
The second and most likely cause of this issue is poorly configured WordPress caching plugin. To see if a caching plugin is causing this problem, you need to see if you’re using a caching plugin on your site.
The first thing you can do is try to Empty All Caches using your cache plugin settings area.
It was working and suddenly it stopped saving/updating the product data from Magento admin panel and it keep showing loading please find screenshot. While inspecting the cause of error it response in console is -
{"error":false}
<style>
body {border:10px solid red;}
</style>
Not able to find what is the cause of error also saw this question in Stackoverflow but it does not able to solve my issue. Any help will be appreciated, thanks in advance.
I had a similar problem. I disabled mod_secure to resolve the problem.
This problem could be solved in one way:
1. Try a different browser
This fixed the problem for me, as I was using Firefox 3.6 (OS X) to access the admin backend, and switching to Safari 5 (I’m guessing Safari 4 would work also) fixed the issue. I tested this on IE7 (WinXP) and it also worked.
2. Disable mod_security and add whitelist
Check your mod_security audit log and if you see entries from the admin backend, have your host investigate and temporarily disable the module. If your issues goes away, ask your host to whitelist your admin backend.
3. Check your www vs. no www redirects
Make sure you’re only using one form of redirection, either in cPanel, Magento, or .htaccess. See this post for in-depth instructions.
For more information please see the article http://maxrice.com/magento-fixing-please-wait-error-adding-editing-products-categories/
Hope these help!
Please note, issue appear only when website works under https and when I used single html tags like <img />.
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.
I'm creating automated test for the integration of my website with PayPal's Express Checkout.
I use PHPunit (V3.7.28), Selenium server V2.39 and tried both Chrome and Firefox WebDrivers.
In my test, I click on 'Checkout with PayPal' button and redirected to my PayPal's sandbox page, login and complete the purchase. Here's a link to an express checkout page:
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-********
The behavior is inconsistent.
It might work sometimes, but usually it's stuck in my site and not loading PayPal's site. It looks like the page is started loading and the url is correct, but it doesn't finish loading up.
When I try to reproduce it manually:
When I do it on my local machine without WebDriver, it works fine!
When I use Selenium and open the browser using the WebDriver, I'm getting stuck.
Any idea why the browser get stuck while loading the page?
If any further information is needed, please let me know.
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