| Shared Hosting Questions about your shared hosting account. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2006
73 posts
Gave thanks: 1
Thanked 3 times
|
What's going on, Surpass?
I've been using PHP includes on my sites since I started using Surpass, and now suddenly it doesn't work. Was something disabled? If so, could it please be enabled again?
Thanks. |
|
|
|
|
|
#2 (permalink) |
|
Surpass Abuse Admin
Super #1
Joined in Mar 2005
Lives in Houston, TX
Hosted on NONE
7,784 posts
Gave thanks: 10
Thanked 276 times
|
Which domain is it you're having problems with? I'd like to take a look at the server config to see if anything was changed.
__________________
Unofficial IRC Channel: #surpass EFNetUnofficial = No official support. Support requests can be submitted to our helpdesk. |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2006
73 posts
Gave thanks: 1
Thanked 3 times
|
United Fleet
SH103 phpinfo() says that "allow_url_include" is turned off. Not sure if that's the same thing. Last edited by Sanehouse; June 3rd, 2008 at 5:06 PM. |
|
|
|
|
|
#7 (permalink) |
|
Race Surpass
Super #1
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,219 posts
Gave thanks: 18
Thanked 86 times
|
Unless you're trying to include php code from an outside domain or via a http URL, then allow_url_include being off should not affect anything. My PHP includes all work and I have both allow_url_include and allow_url_fopen set to off, on purpose.
![]() I have three php include statements on my main page (one includes another php file, one is a .htm file and another is a .txt file). PHP Code:
__________________
|
|
|
|
|
|
#8 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Apr 2004
12 posts
Gave thanks: 0
Thanked 0 times
|
Hmm, it's still not working.
Has there been any changes to the servers within the past month or so? Other php services that changed because of server updates or something (like the recent opti upgrade from php4 to 5)? I havne't touched my site in a very long time, but it was functioning before. |
|
|
|
|
|
#9 (permalink) |
|
Registered User
Seasoned Poster
Joined in Aug 2006
73 posts
Gave thanks: 1
Thanked 3 times
|
Well, PHP includes do work on my site. What DOESN'T work is this:
PHP Code:
|
|
|
|