23-Jun-2012, 11:20 AM
This is the community forum. For a developer response use the Client Area.
23-Jun-2012, 11:36 AM
I saw a post, claiming they were running PHP in safe mode for free accounts; but they deny this. The post that poster was referring to was talking about a popen function that was disabled, and would not be enabled for free accounts. Perhaps they have crippled it? Its PHP version is 3.4.10.1. The permissions for the file it is trying to include, and its parent folders are all 777.
23-Jun-2012, 09:41 PM
I don't know about CGI, so hopefully the above will work.
It should work because in commentics.php (v2.0) the script tries to include files using the $cmtx_path variable but you don't have that variable in your integration code, you have $path_to_comments_folder, so it's causing a fatal error. Updating the integration code to v2.0 should fix that.
It should work because in commentics.php (v2.0) the script tries to include files using the $cmtx_path variable but you don't have that variable in your integration code, you have $path_to_comments_folder, so it's causing a fatal error. Updating the integration code to v2.0 should fix that.
24-Jun-2012, 04:52 AM
That seems to have it. Thx a lot guys! Awesome quick response, too. PHP seems to be running outside of the cgi-bin folder without a hitch just fine.
24-Jun-2012, 06:04 AM
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 1 Guest(s)