Results 1 to 2 of 2

Thread: Warning on my Site

  1. #1
    Thread Starter
    padiwak's Avatar
    Join Date
    Jul 2009
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Warning on my Site

    Warning: set_time_limit() has been disabled for security reasons in /home/ucuyyijx/public_html/irishhorsemarkets.com/ads/wp-content/themes/classipress/form_process.php on line 2
    I have checked the code at line 2 and this is what is there


    <?php
    set_time_limit();
    if (isset($_POST['action']) && $_POST['action'] == 'post') {


    Has anyone got any Idea what this might mean and how I can un-disable it. URL is http://www.irishhorsemarkets.com/ads" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;


    Thanks

    Padiwak

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Warning on my Site

    Your server does not support the set_time_limit function. Some hosting providers disable this for some reason. You can comment this line 2 out in form_process.php and you should be fine. This will be removed in the next version of CP anyhow since it's not needed.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. A warning about W3 Total Cache plugin and Adsense...
    By jschodde in forum WordPress General Discussion
    Replies: 22
    Last Post: July 2nd, 2013, 06:07 PM