SkuD4012
Forum Replies Created
-
Forum: Plugins
In reply to: [Amazon Link] Bug when too many requestsHi,
Thanks Paul !
Your solution is good but 0,2 second is again too short, many price product are always empty (random product).
After search on Amazon API Doc, I see that Amazon accept just one request per second.So I define : usleep(1000000);
And it’s OK, all prices are good.But in the future, I’ll continu to add other products … and one day I’ll will have an error because I exceed the max_execution_time imposed by my hoster.
If you have a permanent solution I’m listening ? ??
Always same error without custom template.
I test that and I have the same error but just with the register form, login form work perfectly !
[theme-my-login default_action=”login” login_template=”login-form-custom1.php” instance=”1″ show_title=0]
[theme-my-login default_action=”register” register_template=”register-form-custom1.php” instance=”2″ show_title=0]Moreover, when i submit wrong register form (middle of page) “fatal error” display just below login form (top of page) and stop the execution of page after login form …
You’re right Krupal but in my case i’m forced to use two form (login form + register form).
I have same problem but with register form. I have the same error when I try to register with wrong detail (or blank).
Many people seem have this problem, hope Jeff give us a solution !
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Loading an html page in the lightbox?Thanks for tips marco, i’ll do the same !