Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Really Strange Browser Problem:
Old 02-28-2008, 04:01 PM Really Strange Browser Problem:
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
Im getting strange thing happening with a PHP page:
When I view it on IE7 and FF it works fine but on a different PC with IE7 and also my mobile divice I get

Code:
Warning: file(/home/rhinorr/domains/dcell.co.uk/public_html/spiders.txt) [function.file]: failed to open stream: No such file or directory in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 58

Warning: Invalid argument supplied for foreach() in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 59

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php:58) in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 47

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php:58) in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 47

Warning: Cannot modify header information - headers already sent by (output started at /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php:58) in /home/rhinorr/domains/******.com/public_html/includes/session.inc.php on line 95

Warning: file(/home/rhinorr/domains/dcell.co.uk/public_html/spiders.txt) [function.file]: failed to open stream: No such file or directory in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 58

Warning: Invalid argument supplied for foreach() in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 59

Warning: file(/home/rhinorr/domains/dcell.co.uk/public_html/spiders.txt) [function.file]: failed to open stream: No such file or directory in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 58

Warning: Invalid argument supplied for foreach() in /home/rhinorr/domains/******.com/public_html/includes/sessionStart.inc.php on line 59

Warning: out(/home/rhinorr/domains/dcell.co.uk/public_html/includes/sef_urls.inc.php) [function.out]: failed to open stream: No such file or directory in /home/rhinorr/domains/******.com/public_html/classes/xtpl.php on line 533

Warning: out() [function.include]: Failed opening '/home/rhinorr/domains/dcell.co.uk/public_html/includes/sef_urls.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/rhinorr/domains/******.com/public_html/classes/xtpl.php on line 533

Welcome Guest
How can it work on some PC's and not others?
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-28-2008, 04:20 PM Re: Really Strange Browser Problem:
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
Source code please?
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-28-2008, 04:22 PM Re: Really Strange Browser Problem:
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
not my site so cant post the PHP - just wondered if anyone had come accross a similar experiance when viewing scripts from different locations...
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 04:31 PM Re: Really Strange Browser Problem:
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
http://dcell.co.uk/spiders.txt doesn't exist nor does http://dcell.co.uk/includes/sef_urls.inc.php it tries to include() them.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-28-2008, 04:43 PM Re: Really Strange Browser Problem:
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 961
Name: Darren
Location: England
Trades: 0
Yes that makes perfect sense but why is it ok on one PC, but showing on another?
__________________
I Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Old 02-28-2008, 04:51 PM Re: Really Strange Browser Problem:
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
It's not, try the other PC again and hit ctrl+F5
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 02-29-2008, 01:01 AM Re: Really Strange Browser Problem:
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
This is a server-side issue, it cannot depend on client software, platform or browser version unless you are trying to perform different actions for different client versions which are obtained from User-Agent value.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Old 02-29-2008, 01:05 AM Re: Really Strange Browser Problem:
mtishetsky's Avatar
King Spam Talker

Posts: 1,226
Name: Mike
Location: Mataro, Spain
Trades: 0
Well, it seems to me that it is exactly what you are trying to do: display different data basing on client being a search spider or a human. Still the problem is not in the client version but in missing files on your server or misspeled paths in scripts on your server or wrong usage of relative paths in scripts on your server.

Never blame the client when you talk about php. Never.
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

And don't forget to give me talkupation!
mtishetsky is offline
Reply With Quote
View Public Profile Visit mtishetsky's homepage!
 
Reply     « Reply to Really Strange Browser Problem:
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.68028 seconds with 12 queries