Unable To Access My Web Page

liunx

Guest
HI,<br /><br />I'm not sure what to ask here but my software provider says that there is a <u>premission</u> issue accessing my web site. I'm running PHPAuctionsXL 3.1 and I can't get access to the site due to something in the Header.php file. I'll list it below. So what ever permission thingthis is again I'm not sure if it's software issue or technical issue. They stated that I should shop the Header.php file and tech support may have an answer. I tried tech support and I may have asked the wrong question. The php script is not on the banned list so really I haven't a clue what's going on. So here is the script.<br /><br /> header.php <br />File Type: ASCII English text <br /> <br /> 0){<br />$REMEMBER = mysql_fetch_array(mysql_query("SELECT id,email,nick,name FROM PHPAUCTIONXL_users WHERE id=".intval(mysql_result($res,0,"userid"))));<br />mysql_error();<br />$_SESSION["PHPAUCTION_LOGGED_IN"] = $REMEMBER['id'];<br />$_SESSION["PHPAUCTION_LOGGED_EMAIL"] = $REMEMBER['email']; <br />$_SESSION["PHPAUCTION_LOGGED_NAME"] = $REMEMBER['name'];<br />$_SESSION["PHPAUCTION_LOGGED_IN_USERNAME"] = $REMEMBER['nick'];<br />}<br />}<br /><br />/** *************************************************************************<br />* NOTE: Modules enbled version<br />* This version of header.php can be called from any Phpauction XL module<br />* It uses the $prefix variable to set the correct include path.<br />*<br />*<br />*****************************************************************************/<br /><br />include $prefix."includes/ips.inc.php";<br /><br />//-- Function definition section<br />include $prefix."includes/dates.inc.php";<br /><br />include $prefix."maintenance.php";<br />include $prefix."includes/banners.inc.php";<br />include $prefix."includes/googleadsense.inc.php";<br /><br /><br />#//<br />if(basename($PHP_SELF) != "error.php")<br />{<br />include $prefix."includes/stats.inc.php";<br />}<br />// flag to enable style editor<br />$editstyle=isset($_SESSION["PHPAUCTION_ADMIN_USER"]) && !isset($_GET['thepage']);<br />$editstyle=$editstyle && $prefix=="";<br /><br />// Added by Edgar 12/09/2005<br />// to handle relative paths to themes when browsing webstores<br />// Seeks path to header.php.html in address of being at home directory or webstores module<br />if (!isset($SETTINGS['theme']) || empty($SETTINGS['theme'])) $SETTINGS['theme']='default';<br />$htmlheader=$main_path."themes/".$SETTINGS['theme']."/header.php.html";<br /><br />print "file -> ".$htmlheader."<br />";<br />print "file_exists -> ".file_exists($htmlheader)."<br />";<br />if (!file_exists($htmlheader)) {<br />$htmlheader="themes/".$SETTINGS['theme']."/header.php.html";<br />}<br /><br />print $htmlheader."<br />";<br />include($htmlheader);<br /><br />?> <br /><br />And this is the message I get when I try to access the web page.<br /><br />The page cannot be displayed <br />There is a problem with the page you are trying to reach and it cannot be displayed. <br /><br />--------------------------------------------------------------------------------<br /><br />Please try the following:<br /><br />Click the Refresh button, or try again later.<br /><br />Open the auctions.blaisnstamps.net home page, and then look for links to the information you want. <br />If you believe you should be able to view this directory or page, please contact the Web site administrator by using the e-mail address or phone number listed on the auctions.blaisnstamps.net home page. <br />64 - Host not available<br />Internet Security and Acceleration Server<br /><br />--------------------------------------------------------------------------------<br /><br />Technical Information (for support personnel)<br /><br />Background:<br />The server, while acting as a gateway or proxy, has lost the connection with the upstream content server.<br /> <br />Any help will be greatly appreciated<br /><br />Don<!--content-->
Hi,<br /><br />I had a look at their installation guide and it looks like you will need to chmod some of the folders to 777. Might this be the problem?<!--content-->
I would go with Thomas here, have you got all your permissions set correctley?<br /><br />JimE<!--content-->
<!--quoteo(post=188757:date=Aug 24 2006, 04:53 AM:name=TCH-JimE)--><div class='quotetop'>QUOTE(TCH-JimE @ Aug 24 2006, 04:53 AM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=188757"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->I would go with Thomas here, have you got all your permissions set correctley?<br /><br />JimE<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />To the best of my knowledge I have set the permissions correctly.<br /><br />I can ge through the installation process without a hitch. It's when I try to get back to my auction front page or auction admin back end my browser gives me that error page as I stated in my original post. I simply can't open my auction site. The installation process doesn't let you continue on unless you have the corret info listed. Needless to say I'm quit baffeled on how to get this auction stuff up and running.<br /><br />Don<!--content-->
Don,<br /><br />Another useful tool I use is I go into my cpanel and look at the error log. This often gives me a bit of a clue if something isnt working. Any clues in yours?<br /><br />JimE<!--content-->
Hi<br />I reviewed my error logs and can't see obvious errors.<br />Like the error below the files Do exist. I'm able to get to all my subdomains ( like <a href="http://www.donald.blaisnstamps.net" target="_blank">http://www.donald.blaisnstamps.net</a> ) but can't yet get to <a href="http://www.auctions.blaisnstamps.net" target="_blank">http://www.auctions.blaisnstamps.net</a> <br />So really I'm stumped.<br />Would the helpdesk consider this as a technical or software error? I hope someone has an answer.<br /><br />Don<br /><br /><br />[Sat Aug 26 19:14:56 2006] [error] [client 69.146.229.207] File does not exist: /home/myUSERid/public_html/auctions/404.shtml<br /><br /><br /><!--sizeo:1--><span style="font-size:8pt;line-height:100%"><!--/sizeo--><!--coloro:blue--><span style="color:blue"><!--/coloro-->Edit: TCH-Bruce - removed your user information<!--colorc--></span><!--/colorc--><!--sizec--></span><!--/sizec--><!--content-->
Open a ticket with the help desk and ask if they would take a look at your setup.<!--content-->
 
Top