Previous Thread
Next Thread
Print Thread
Rate Thread
#70483 04/04/2001 5:25 PM
Joined: Apr 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 1
Not sure if this is even in the right forum, but nevermind.

I was just wondering why UBB 6 will not work on local servers. I am currently running a program called Web Site Pro and when I setup my UBB to run locally it keeps coming up with an error in the flock() procedure. I know version 5.X worked ok.

I really hope this can be fixed soon because I need to upgrade my local UBB very soon.

(Maybe I should've posted this at Infopop's forum but I know alot of them use this forum too.)

Thanx!


Bring it on!
Sponsored Links
#70484 04/04/2001 5:52 PM
Joined: Sep 2000
Posts: 91
Power User
Power User
Offline
Joined: Sep 2000
Posts: 91
Flock is not supported on the Windows 9x platform. You need Windows NT 4.0, Windows 2000 or Unix (Linux).

Workaround (only for test installations):

Open ubb_lib.cgi and comment out flock

sub sh_lock {
#flock(FILE,LOCK_SH);
} #end shared lock sr

sub lock {
#flock(FILE,LOCK_EX);
} #end lock sr

sub unlock {
#flock(FILE,LOCK_UN);
} # end unlock sr


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
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 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 20221218)