[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 05-15-2005, 12:59 PM   #1 (permalink)
Senior Member
 
Ringr's Avatar
 
Join Date: Jul 2004
Posts: 1,391
1,090.86 NP$ (Donate)

Ringr is a splendid one to beholdRingr is a splendid one to beholdRingr is a splendid one to beholdRingr is a splendid one to beholdRingr is a splendid one to beholdRingr is a splendid one to beholdRingr is a splendid one to behold


Odd error

I get this weird error every so often:
Code:
Warning: main(http://*********.com/online/online.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/flametid/public_html/website/region/networktraffic/index.php on line 47

Warning: main(http://*********.com/online/online.php): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/flametid/public_html/website/region/networktraffic/index.php on line 47

Warning: main(): Failed opening 'http://*********.com/online/online.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/flametid/public_html/website/region/networktraffic/index.php on line 47
Here's line 47 it's talking about:
Code:
<?php
include ("http://*********.com/online/online.php");
?>
My site is a WIP, which is why I hid the domain.
But still, it should work, no? Yes, the directories/files do exist and most times it does display correctly but every once in a while I get an error like that above. Any ideas why?

Thanks,
Andy
Ringr is offline  
Old 05-16-2005, 06:22 AM   #2 (permalink)
NamePros Member
 
Join Date: Nov 2003
Location: Ontario, Canada
Posts: 91
80.80 NP$ (Donate)

eagle12 is on a distinguished road


Try using a path instead of a URL:

/home/etc/..../online/online.php

see if that makes a difference.
eagle12 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Error Unknown Programming 3 01-25-2005 09:06 PM
Custom Error Pages - HELM & FrontPage together on Windows Server? Cosmos75 Web Design Discussion 2 08-03-2004 01:43 PM
NameCheap, again. [ An error occured ] Darren Domain Name Discussion 1 05-31-2004 07:33 PM

Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 08:56 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85