sentanos / roblox-bots

This project is no longer maintained, please consider this instead: https://github.com/sentanos/roblox-js-server
17 stars 28 forks source link

Shout not working #9

Closed wizwoz closed 9 years ago

wizwoz commented 9 years ago

When I send a Post request, I get this back..


Warning: curl_setopt_array(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in /home/u593369978/public_html/roblox-bots-master/shout.php on line 11

Fatal error: Call to a member function getAttribute() on a non-object in /home/u593369978/public_html/roblox-bots-master/Includes/getPostArray.php on line 18

sentanos commented 9 years ago

Google is your friend. Try turning off safe_mode in php.ini.

wizwoz commented 9 years ago

Using php 5.4, safe_mode removed?

sentanos commented 9 years ago

This is likely a problem with your host, not the scripts in the github. Read this post to fix it: http://slopjong.de/2012/03/31/curl-follow-locations-with-safe_mode-enabled-or-open_basedir-set/