|
Welcome,
Guest
|
|
|
How do you guys solve this problem? When i click make payment, it gives this error..Kindly advice..Thanks in advance.Problem: timestamp_refused | Advice: > oauth_acceptable_timestamps | 1354083694-1354084174
|
|
Last Edit: 12 years, 11 months ago by rotichnick. Reason: add addtitonal information to explain the error
|
|
Please confirm that your system time is correct. There seems to be a problem when generating the timestamp
|
|
|
|
The system time is Ok..What else could it be?
|
|
|
|
Thanks Man..It has worked.Thank you
|
|
|
|
Any time.
|
|
|
|
How was this solved: or what timezone should i use
i have this error Problem: timestamp_refused | Advice: > oauth_acceptable_timestamps | 1400496506-1400496986 using joomla 2.5 donation component thomasmanton.com/new/index.php?option=com_donation&id=12 |
|
Last Edit: 11 years, 5 months ago by danhongo. Reason: to fully explain the situation
|
|
Hi danhongo,
Your server time is incorrect. If you are using your localhost, ensure your machine time is correct. If you are using a hosted server, Please ask the server guys to ensure the server time is correct as per their time zone. |
|
Regards,
Lazaro Ong'ele Web Developer Skype: Lazrotep +254-020-249-5438 ; +254-706-191-729 Dagoretti Lane, Off Naivasha Road. Facebook: www.facebook.com/pesapal Twitter: twitter.com/PesaPal Helpdesk: support.pesapal.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it. |
|
It's easy to solve the issue of refused time stamp!
Actually there are 3 ways to set the correct time zone as mentioned below: 1. If your are using a local host server, what you should do is to simply set the time zone of your machine to the correct one. eg. if you live in Nairobi your time zone should be (UTC+03:00)Nairobi. 2. If your web page is already hosted on an online server you can contact your server host and ask them to set your domain to the correct time zone. 3. If you are the admin of your domain cPanel, you don't necessarily need to contact your sever host. you have the power to configure your php files. But you should be very careful. you can do it by creating a php.ini file in your public_html directory and edit it by adding the following code: engine = On short_open_tag = On output_buffering = Off error_reporting = E_ALL|E_STRICT display_errors = Off log_errors = On error_log = "/var/log/php_errors.log" date.timezone = "Africa/Nairobi" The default timezone is usually set to "America/Los_angeles" on the server. So what you will do is just changing the timezone to the one compatible with the pesapal system. which is date.timezone = "Africa/Nairobi". NOTE: The php.ini directive properties mentioned above are just for basic settings. you might need further assistance to configure your php.ini file! Call 0712317212 for pesapal integration |
|
Last Edit: 10 years, 8 months ago by STomashi.
|
|
STomashi wrote:
It's easy to solve the issue of refused time stamp! Actually there are 3 ways to set the correct time zone as mentioned below: 1. If your are using a local host server, what you should do is to simply set the time zone of your machine to the correct one. eg. if you live in Nairobi your time zone should be (UTC+03:00)Nairobi. 2. If your web page is already hosted on an online server you can contact your server host and ask them to set your domain to the correct time zone. 3. If you are the admin of your domain cPanel, you don't necessarily need to contact your sever host. you have the power to configure your php files. But you should be very careful. you can do it by creating a php.ini file in your public_html directory and edit it by adding the following code: engine = On short_open_tag = On output_buffering = Off error_reporting = E_ALL|E_STRICT display_errors = Off log_errors = On error_log = "/var/log/php_errors.log" date.timezone = "Africa/Nairobi" The default timezone is usually set to "America/Los_angeles" on the server. So what you will do is just changing the timezone to the one compatible with the pesapal system. which is date.timezone = "Africa/Nairobi". NOTE: The php.ini directive properties mentioned above are just for basic settings. you might need further assistance to configure your php.ini file! Call 0712317212 for pesapal integration |
|
|
|