Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsWeb Design & DevelopmentServer Side ScriptingPHP right
  Closed Topic Start new topic
left right
webmaster1989
post Aug 12 2010, 11:25 AM
Post #1


Newbie
*

Group: Members
Posts: 2
Joined: 12-August 10
Member No.: 152,618



I use codeigniter and when I open some of my pages, the message below appears instead.

CODE
Warning: is_dir(): open_basedir restriction in effect. File(application) is not within the allowed path(s): (VIRTUAL_DOCUMENT_ROOT) in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 93 Warning: require_once(system/codeigniter/CodeIgniter.php): failed to open stream: Operation not permitted in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 115 Fatal error: require_once(): Failed opening required 'system/codeigniter/CodeIgniter.php' (include_path='.:/usr/lib/php') in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 115


You can check out my site here. The error appears when I try to login or register.

Any help will be appreciated.
Go to the top of the page 
 
  + Quote Post
jer-k
post Sep 13 2010, 04:27 AM
Post #2


Newbie
*

Group: Members
Posts: 6
Joined: 8-September 10
From: United Kingdom
Member No.: 156,066



QUOTE(webmaster1989 @ Aug 12 2010, 11:25 AM) *
I use codeigniter and when I open some of my pages, the message below appears instead.

CODE
Warning: is_dir(): open_basedir restriction in effect. File(application) is not within the allowed path(s): (VIRTUAL_DOCUMENT_ROOT) in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 93 Warning: require_once(system/codeigniter/CodeIgniter.php): failed to open stream: Operation not permitted in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 115 Fatal error: require_once(): Failed opening required 'system/codeigniter/CodeIgniter.php' (include_path='.:/usr/lib/php') in /www/zymichost.com/q/u/i/quicknotes/htdocs/index.php on line 115


You can check out my site here. The error appears when I try to login or register.

Any help will be appreciated.


I'm no pro but it looks like 'CodeIgniter.php' is either in the wrong directory, or the path that is set to it within your 'index.php' is pointing to an illegal location.

Make sure CodeIgniter.php (and all other files that this requires) have been uploaded to your site, and make sure any calls to it in your index page (check lines 93 and 115, or 92 and 114 depending on your editor) point in the right direction.

Could also perhaps be a problem with folder permissions? other than that i cant help any more..
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 24th May 2013 - 10:19 AM