Jump to content

Recommended Posts

Posted

im using a pre made script that has very little support you can view the problem errors here http://url4u.tk/account/register.

 

or here:

 

Warning: include() [function.include]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/captcha_config.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/u177154682/public_html/captcha.php on line 19

 

Warning: include(/usr/local/apache/htdocs/captcha_config.php) [function.include]: failed to open stream: Operation not permitted in /home/u177154682/public_html/captcha.php on line 19

 

Warning: include() [function.include]: Failed opening '/usr/local/apache/htdocs/captcha_config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/u177154682/public_html/captcha.php on line 19

 

Warning: shuffle() expects parameter 1 to be array, null given in /home/u177154682/public_html/captcha.php on line 25

 

any help would be appreciated

Posted

Look at this code:

/usr/local/apache/htdocs/captcha_config.php

You do not have access to that, since you are only permitted to access files within your own home directory*, like:

/home1/adamlg/public_html/captcha_config.php

 

*with some exceptions

Guest Geoff
Posted

You need to change the include location to the captcha_config.php file.

Posted

thanks a lot! i was going cross-eyed all night trying to figure it out. finally got it resolved. thanks to all who replied.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...