nightshade877 Posted April 17, 2010 Share Posted April 17, 2010 Hi, before I ask my question, I would first like to state that it is my great honor to be given advice from respectable php experts like yourselves. I would also like to thank each of you for your advice and help, I really do appreciate it. Here is my website: http://unlimitedlockerzptz.vacau.com/ The problem is, when one enters their email in the space provided and hits "invite", the following errors come up. Warning: fopen(tmp/4.txt) [function fopen]: failed to open stream. Permissions denied in /home/a7278579/public_html/index.php on line 63 Warning: fclose(): supplied argument is not a valid stream resource in /home/a7278579/public_html/index.php on line 64 Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION can not be activated when in safe_mode or an open_basedir is set in /home/a7278579/public_html/index.php on line 77 Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION can not be activated when in safe_mode or an open_basedir is set in /home/a7278579/public_html/index.php on line 106 Please tell me how I can fix these errors and get my website to function properly. The web host I am using supports - PHP 4 / 5.+ - CURL - Zend Optimizer. I desperately need your help. If you need any further information from me, such as the php code itself, please don't hesitate to ask. I appreciate you help more than you know. Thank you all. Quote Link to comment https://forums.phpfreaks.com/topic/198859-can-someone-please-help-me-i-dont-know-what-im-doing-wrong-thank-you/ Share on other sites More sharing options...
litebearer Posted April 17, 2010 Share Posted April 17, 2010 it ALWAYS helps to be able to see the 'offending' code. Quote Link to comment https://forums.phpfreaks.com/topic/198859-can-someone-please-help-me-i-dont-know-what-im-doing-wrong-thank-you/#findComment-1043830 Share on other sites More sharing options...
TeddyKiller Posted April 17, 2010 Share Posted April 17, 2010 We will definately be needing lines 63, 64, 77 and 106. Although for this error... Warning: fopen(tmp/4.txt) [function fopen]: failed to open stream. Permissions denied in /home/a7278579/public_html/index.php on line 63 In you tmp folder, change the permissions of 4.txt to chmod 777 Quote Link to comment https://forums.phpfreaks.com/topic/198859-can-someone-please-help-me-i-dont-know-what-im-doing-wrong-thank-you/#findComment-1043839 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.