Home › Forums › WoodMart support forum › Php timeout error
Php timeout error
- This topic has 10 replies, 2 voices, and was last updated 10 months, 3 weeks ago by
Artem Temos.
-
AuthorPosts
-
June 14, 2024 at 9:56 am #572678
shahroze89ParticipantI just bought another copy of woodmart few days ago.
I am trying to get a demo content. The site is giving this php timeout error prompt.
The timeout was set to 300s.
Later I made it to 600s.
But still it is not getting through. Please help me fix it.Attachments:
You must be logged in to view attached files.June 14, 2024 at 10:06 am #572684
Artem TemosKeymasterHello,
Thank you so much for purchasing our theme and contacting our support center.
We tried to open your website but got the following error https://gyazo.com/605641aaa6dec0e0e86dcf6824ae65d1
Kind Regards
XTemos StudioJune 14, 2024 at 10:53 am #572700
shahroze89Participantcreds
June 14, 2024 at 10:58 am #572702
Artem TemosKeymasterWe can’t enter through the panel as well https://gyazo.com/1a2f3b1d54800bb6020d25713764b7e3
June 14, 2024 at 11:49 am #572712
shahroze89Participantlogin creds are fine
Attachments:
You must be logged in to view attached files.June 14, 2024 at 11:51 am #572717
shahroze89Participantweblink after login
Attachments:
You must be logged in to view attached files.June 14, 2024 at 12:02 pm #572723
Artem TemosKeymasterYes, we tried this way but still got the same error as we showed in the previous screenshot. Please contact your hosting provider for help on this matter.
June 14, 2024 at 3:03 pm #572791
shahroze89ParticipantI talked to hosting provider. As i showed in the screenshot, the execution time is 600s. This is not a hosting issue. In php configuration, the timeout is now over 600s. However the theme is prompting timeout error way earlier than 300s itself. Please help me fix this issue.
June 14, 2024 at 3:05 pm #572793
Artem TemosKeymasterBut we still can’t even enter your website. We meant to contact the hosting provider and ask why we cannot reach your website.
June 20, 2024 at 5:25 pm #574231
shahroze89ParticipantHello
Now the site is live. you use provided creds to directly access the wp-admin
please help us fix the issue as soon as possible. They project has been delayed a lot.Thanks
June 21, 2024 at 9:37 am #574331
Artem TemosKeymasterHello,
To fix the issue try to edit the file
wp-content/plugins/woodmart-core/importer/class-wp-import.php
and add the following code after the line$url = str_replace( 'http:', 'https:', $url );
as shown on the screenshot https://gyazo.com/5346a3735046082f80b6651c8452a7a6if ( strpos( $url, 'wp-content/uploads/' ) && strpos( $url, '/dummy.xtemos.com/' ) ) { $url = str_replace( 'https://dummy.xtemos.com/', 'https://woodmart-dummy.b-cdn.net/', $url ); }
After doing this, go to WoodMart -> Dummy content, remove previously imported dummy content, and import it from scratch. Let me know if it helps.
Kind Regards
-
AuthorPosts
Tagged: php setiing
- You must be logged in to create new topics. Login / Register