Skip to main content
Topic: Not able to post in a category (Read 1502 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Not able to post in a category

I used an image and url of a website, and when i click post i get the following error

Fatal error: Maximum execution time of 30 seconds exceeded in /home4/tamilfor/public_html/sources/OEmbed.Hook.php on line 73

When i disable Oembed Support addon and refresh. The page loads without any issue.

Re: Not able to post in a category

Reply #1

Then you have half of the answer: it's an issue with the OEmbed addon.
Not sure what the problem is though.
Bugs creator.
Features destroyer.
Template killer.

Re: Not able to post in a category

Reply #2

Someone is using my add-on! \o/
... why?

On a more serious note:

Code: [Select]
    // Execute all handles asynchronously:
    do {
        $mrc = curl_multi_exec($curl, $active); /* This is line 73 */
    }
    while ($active > 0);

It should not just time out with only one link, except if the target website is broken. In that case, a timeout is reasonable.
Which URL did you want to post?

Re: Not able to post in a category

Reply #3

This is the url i posted -https://www.actcorp.in/giga/?utm_source=subbase&utm_medium=email&utm_campaign=giga_launch

Re: Not able to post in a category

Reply #4

As far as I can see, there is no OEmbed on that site anyway...

I'm updating the add-on to respect some timeout.