Log in

View Full Version : member profile error


puregraf
09-14-2007, 08:27 PM
Hi can someone help me fix this problem im having

ever since i upgraded my vbulletin (i had hacks installed that i uninstalled)

and now when i click on a users name and try to view their user profile i am getting the error on this page here:

http://puregraffiti.com/graffiti-space/member.php?u=1076

the error:

Warning: Unknown(): open_basedir restriction in effect. File(/var/www/html/gallery/config-int.php) is not within the allowed path(s): (/home/puregraf/:/usr/lib/php:/usr/local/lib/php:/tmp) in /member.php(817) : eval()'d code on line 3

Warning: Unknown(/var/www/html/gallery/config-int.php): failed to open stream: Operation not permitted in /member.php(817) : eval()'d code on line 3

Warning: Unknown(): open_basedir restriction in effect. File(/var/www/html/gallery/config-int.php) is not within the allowed path(s): (/home/puregraf/:/usr/lib/php:/usr/local/lib/php:/tmp) in /member.php(817) : eval()'d code on line 3

Warning: Unknown(/var/www/html/gallery/config-int.php): failed to open stream: Operation not permitted in /member.php(817) : eval()'d code on line 3

Fatal error: (null)() [function.require]: Failed opening required '/var/www/html/gallery/config-int.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/puregraf/public_html/graffiti-space/member.php(817) : eval()'d code on line 3


i asked at vbulletin but they told me to ask for help here on how to fix this

p.s. i used to have VBA installed intergrated with vbulletin and photopost, but now i only have vbulletin intergrated with photopost ,that path above for the /var/www/html/gallery/config-int.php this is a photopost file, but the path is not correct , this file: config-int.php is in this path instead: /var/www/html/graffiti-gallery/config-int.php

im not even sure if thats the problem, can someone help me please

Dismounted
09-15-2007, 04:35 AM
A plugin hooked in member.php is trying to include config-int.php improperly.

puregraf
09-17-2007, 12:58 AM
hi there, i uploaded the original member.php file and still same error?

puregraf
09-17-2007, 01:02 AM
edit

Michael Biddle
09-17-2007, 01:07 AM
Its the plugin with the hook location: "member_complete"

disable all in that location, then enable 1 by one to see where the problem is coming from.

puregraf
09-17-2007, 03:49 AM
thank you!!!