Warning: Invalid argument supplied for foreach() in /home/phpjohnny/domains/phpvrouwen.nl/public_html/forums/bb-plugins/bb-seo-tools.php on line 102

Phpvrouwen Forums » Twitme

Help, I keep getting an error..

(6 posts)

Tags:

No tags yet.

  1. The plugin does not submit.. It picks up my username and pass cause I can see my profile but does not submit...

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/robz/public_html/wp-content/plugins/twitme/twitTimeurlclass.php on line 43
    Repost successful

    Posted 1 year ago #
  2. Hi Robz,

    Try this version

    http://www.phpvrouwen.nl/downloads/download-manager.php?id=3

    Please let me know if that fixes it so i can remove it from my bug list.

    Developer of Twitme
    Johnny Mast
    info@webnation.nl,http://www.webnation.nl
    Posted 1 year ago #
  3. same thing..

    Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /home/robz/public_html/wp-content/plugins/twitme/twitTimeurlclass.php on line 43
    Repost successful

    bah

    Posted 1 year ago #
  4. can you comment out

    line 132 on twitclass.php

    thats this one

    curl_setopt($this->CurlHandler, CURLOPT_FOLLOWLOCATION,0);

    Try that it could help and let me know

    Posted 1 year ago #
  5. waht do you mean comment out?

    Posted 1 year ago #
  6. replace

    curl_setopt($this->CurlHandler, CURLOPT_FOLLOWLOCATION,0);

    with

    // curl_setopt($this->CurlHandler, CURLOPT_FOLLOWLOCATION,0);

    ^^ thats a comment in php, sorry i forgot that not every one is a devloper.

    Posted 1 year ago #

Reply


Fatal error: Class 'BB_User' not found in /home/phpjohnny/domains/phpvrouwen.nl/public_html/forums/bb-plugins/bb-anonymous-posting.php on line 58