Previous Thread
Next Thread
Print Thread
Rate Thread
#211222 08/05/2001 10:54 AM
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
In the installation process, right after I create the database tables, I go to newuser.php and get the following error:

Fatal error: Failed opening required 'languages/D/newuser.php' (include_path='.:/usr/local/lib/php')
in /home/teknomancer.com/docs/wwwthreads/newuser.php on line 12

I went back and reinstalled from scratch under the assumption that I must have made a mistake, but it happened again. I'm using the latest version as of about six hours ago.

Any ideas?

Sponsored Links
PTK #211223 08/05/2001 9:18 PM
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
This sounds like a similar problem another user was having here. It looks like a php setting must cause this as it started happening to this user when they upgraded their version of PHP. What version of PHP are you running?


UBB.threads Developer
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
No, I don't know what version. How can I find out?

(I don't have shell access, otherwise I'd just do that.)

PTK #211225 08/09/2001 8:22 AM
Joined: Aug 2000
Posts: 3,590
Moderator
Moderator
Offline
Joined: Aug 2000
Posts: 3,590
Create a new php file, and have the following code be the only thing in it:

<? phpinfo() ?>

Run that, and look through the information it gives you for a version number.

Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
Ok... it's 4.04, though the server crashed somehow a couple days ago (don't ask me, I'm not the admin) and it's in the process of being rebuilt. I think everything is being replaced/updated.

Sponsored Links
PTK #211227 08/10/2001 8:50 AM
Joined: Sep 1999
Posts: 33
Power User
Power User
Offline
Joined: Sep 1999
Posts: 33
Refer to this thread for a fix...

In particular the last post I made today in that thread.

PTK #211228 08/31/2001 5:12 PM
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
Ok... I've changed servers, changed OSs, and changed PHP version and I'm still getting this problem with 5.4.3. I've tried the suggested fixes and they're not working.

Does anyone else have any ideas?

PTK #211229 08/31/2001 10:15 PM
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
I've been working on some changes that might fix this. What you can try to do for starters is edit your newuser.php file and change line 12 from this:

require ("languages/$lang[THIS_FILE]/newuser.php");

to this:

require ("languages/" .$lang['THIS_FILE']. "/newuser.php");

If this fixes the newuser.php script then I'm on the right track so I'd appreciate a reply back if it fixes this one.


UBB.threads Developer
Sally #211230 09/06/2001 10:36 AM
Joined: Jan 2001
Posts: 97
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 97
I'm having this same problem.

Both "solutions" don't work.


Brew
CustomShowCars.com
OldHouseForums.com
PoliticalForums.net
pcgnetworks.com
ut2003news.com
rtcwnews.com
bf1942news.com
nolf2news.com
Sally #211231 09/06/2001 11:11 AM
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
Alright, I changed the line and there's no change in the problem. My best guess, though this probably isn't the most intelligent solution, would be to hard code the language into it. I wouldn't want to do that myself though as I'm still in the very early stages of learning PHP (I just got past "Hello World!").

My apologies for taking so long to reply... I lost access to my server for about a week. Not sure why, but for some reason I couldn't FTP into it. And the sysadmin couldn't tell me why either. He thought it was something at my end, I thought it was something at his, and now, it suddenly works again!

Sponsored Links
PTK #211232 09/06/2001 11:20 AM
Joined: Jan 2001
Posts: 97
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 97
I would wager the problem lies in the phpversion

I am running php4.0rc1 (my host is supposed to be upgrading this today.....knock on wood....) and I know there a numerous functions missing in this version that are in later versions.

But that wouldn't explain MinisterPhobia's problem because he claims he is running ver 4.04


Brew
CustomShowCars.com
OldHouseForums.com
PoliticalForums.net
pcgnetworks.com
ut2003news.com
rtcwnews.com
bf1942news.com
nolf2news.com
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
I really am stumped why this is happening on some servers. I can't duplicate it here so I'm kind of stuck. What would really help is if someone that is having this problem could give me temporary telnet access to their server so I can debug there and actually get this thing fixed once and for all.


UBB.threads Developer
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
I have a feeling it is something to do with a PHP setting, though I can't say for sure.


UBB.threads Developer
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Just went to your forums and everything seems to be working fine and dandy for me. Did your host change something or are you still getting the same error?


UBB.threads Developer
Sally #211236 09/07/2001 11:21 AM
Joined: Jan 2001
Posts: 97
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 97
You sure?

Did I give you the right URL????

This is the error.............

Fatal error: Failed opening required 'languages/D/wwwthreads.php' (include_path='') in /www/oldhouseforums/nohfbbs/wwwthreads.php on line 11


and here is the URL

http://www.oldhouseforums.net/nohfbbs/wwwthreads.php


Brew
CustomShowCars.com
OldHouseForums.com
PoliticalForums.net
pcgnetworks.com
ut2003news.com
rtcwnews.com
bf1942news.com
nolf2news.com
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Yep, comes up fine and dandy for me. What browser are you using?


UBB.threads Developer
Joined: Jan 2001
Posts: 97
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 97
No kidding?????

I just installed IE6 the other day. Before I tried to install the php version of wwwthreads.

Have there been reports of this with IE6?


Brew
CustomShowCars.com
OldHouseForums.com
PoliticalForums.net
pcgnetworks.com
ut2003news.com
rtcwnews.com
bf1942news.com
nolf2news.com
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
There were a few reports of some errors in the PERL version with the beta of IE 6, but nothing so far with the stable version and the PHP version. I'll download IE6 and see what I get.


UBB.threads Developer
Sally #211240 09/07/2001 11:56 PM
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
I'm getting the error on IE6, but I was getting it before on 5.5. I also run Netscape (donno what verson) and opera, and they both do it too.

The URL I get it at is http://www.mmogzone.com/wwwthreads/newuser.php and you can check the PHP version, etc, at http://www.mmogzone.com/test.php.

I'm not sure what else to tell you.

PTK #211241 09/08/2001 3:05 AM
Joined: May 1999
Posts: 90
Member
Member
Offline
Joined: May 1999
Posts: 90
This is strange indeed. I visited "http://www.oldhouseforums.net/nohfbbs/wwwthreads.php" and "http://www.mmogzone.com/wwwthreads/newuser.php" with netscape 4.77 / mozilla 0.9.3 / ie 4.01 and everything worked fine. Are you sure you don't have a leftover language cookie or some file in the language directory is not readable by the webserver?

Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
Works great in IE6 as well. Razvan might be on to something though. You might try deleting all cookies that have been given to you from your site and see if that works.


UBB.threads Developer
Sally #211243 09/08/2001 11:20 AM
Joined: Jan 2001
Posts: 97
Enthusiast
Enthusiast
Offline
Joined: Jan 2001
Posts: 97
that's what the problem was!

Dang cookies!

It works great for me now.......

Who named them dang things anyway?

I could think of a hundred names that would be more descriptive!

Thank you for your help!


Brew
CustomShowCars.com
OldHouseForums.com
PoliticalForums.net
pcgnetworks.com
ut2003news.com
rtcwnews.com
bf1942news.com
nolf2news.com
Joined: Aug 2001
Posts: 9
Newbie
Newbie
Offline
Joined: Aug 2001
Posts: 9
Ok... that's [censored] up.

It was a leftover cookie from when I was using PHP-Nuke on the site. Go figgure.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)