Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
4 Registered (auduntvedt, blaaskaak, mcasado, 1 invisible), 20 Guests and 21 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
Gizmo 11702
Rick 7567
Ian 4107
Mark S 3983
ntdoc 3110
Sirdude 2041
jgeoff 1882
David Dreezer 1759
driv 1568
AllenAyres 1529
Latest Photos
Carrie - So Very
Testing
Test Photo
4TH of July at the river!
Test shots from D300 part 3
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#215442 - 07/12/08 10:06 PM Forum Problems
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
I have shifted all the data to my new server and having problems getting the forum to work. I am getting this error message:

Fatal Error: UBB requires PHP 4.3.0 or higher. Your PHP version: 4.3.11

Forum Version Ubb 7.3.1
Mysql version 5.0
PHP version 4.3.11

Could anyone help?
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215451 - 07/13/08 01:14 PM Re: Forum Problems [Re: Outdoorking]
blaaskaak Online   content


Registered: 08/30/06
Posts: 1214
Loc: Breda, NL
hmm, looks like the version is ok.

I don't see why it fails, but you could just disable the php version check for now.

in ubbthreads.php find:

Php Code:
// We need PHP 4.3 or higher
if(!version_compare(phpversion(), "4.3.0", ">=")) {
	print "<b>Fatal Error:</b> UBB requires PHP 4.3.0 or higher.  Your PHP version: ";
	print phpversion();
	exit;
} // end if
 


Just remove this section to disable the check.
_________________________

Top
#215475 - 07/14/08 02:44 PM Re: Forum Problems [Re: blaaskaak]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
I have set all the file permissions on the new server but do I need to run the install file on the server as I am getting this message: No input file specified.


I have had to change from windows server to linux server (as the windows server was causing the php problem) and the above message is the one that I am getting at present.
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215477 - 07/14/08 02:59 PM Re: Forum Problems [Re: Outdoorking]
Rick Administrator Offline

*****

Registered: 06/04/06
Posts: 7567
Loc: Aberdeen, WA
If you're getting the "No input file specified" message, then more than likely Search Engine Friendly URLs are enabled in the config file, but PHP on the new server isn't populating the PATH_INFO field.

You should turn off search engine friendly URLs to test.
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#215478 - 07/14/08 03:17 PM Re: Forum Problems [Re: Rick]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
Rick,

I am new to this and don't really understand what you are talking about.

Can you please explain in more detail as I have had a look at the config.inc.php file and unable to see where the freindly URLs that you are talking about to reset.

I am getting really desperate as the forum has been down for 5 days now and my members will start to get the shits with me.
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215479 - 07/14/08 03:25 PM Re: Forum Problems [Re: Outdoorking]
Sirdude Moderator Offline


Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA


smile
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

Top
#215480 - 07/14/08 03:35 PM Re: Forum Problems [Re: Sirdude]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
Sirdude,

I am trying to find the file to change as I am unable open the forum at this time.

Can you tell me where and what file to change please.
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215481 - 07/14/08 03:48 PM Re: Forum Problems [Re: Outdoorking]
Sirdude Moderator Offline


Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA
includes/config.inc.php

search for 'SEARCH_FRIENDLY_URLS' => '1',

change the 1 to a 0

search for 'SEARCH_FRIENDLY_HTML_EXT' => '1',

change 1 to a 0 (it might already be a 0)

or... you can go to http://yoursite.com/forums/admin (assumes your forums are in the 'forums' directory), login and edit things.

the admin cpanel doesn't get involved with spider friendlies, so it can be manually just URL'd to smile
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

Top
#215482 - 07/14/08 03:53 PM Re: Forum Problems [Re: Sirdude]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
Sirdude,

This is the error that I am getting now:

UBB Message We encountered a problem. The reason reported was

Script: /home/content/o/u/t/outdoorking/html/forum/libs/user.inc.php
Line#: 445
SQL Error: Table 'vs244146_1.ubbt_USERS' doesn't exist
SQL Error #: 1146
Query: SELECT t2.USER_TIME_OFFSET,t2.USER_TOPIC_VIEW_TYPE,t2.USER_TIME_FORMAT, t1.USER_ID, t1.USER_DISPLAY_NAME, t1.USER_PASSWORD, t1.USER_SESSION_ID, t1.USER_MEMBERSHIP_LEVEL, t1.USER_IS_BANNED,t1.USER_RULES_ACCEPTED, t1.USER_IS_UNDERAGE, t2.USER_TOTAL_PM, t2.USER_STYLE, t2.USER_HIDE_LEFT_COLUMN,t2.USER_HIDE_RIGHT_COLUMN, t2.USER_LANGUAGE, t2.USER_MOOD, t2.USER_RELATIVE_TIME, t2.USER_TIME_OFFSET,t2.USER_SHOW_ALL_GRAEMLINS, t2.USER_AVATAR, t2.USER_TITLE, t2.USER_CUSTOM_TITLE, t2.USER_NAME_COLOR, t2.USER_SHOW_LEFT_MYSTUFF FROM ubbt_USERS as t1, ubbt_USER_PROFILE as t2 WHERE t1.USER_ID = 3 AND t1.USER_ID = t2.USER_ID
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215483 - 07/14/08 03:59 PM Re: Forum Problems [Re: Outdoorking]
Gizmo Moderator Offline


Registered: 06/04/06
Posts: 11702
Loc: Portland, OR; USA
Did you update your SQL server information after you moved over? It looks like it's looking for the database vs244146_1
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
Page 1 of 2 1 2 >


Shout Box

Recent Topics
Changing title of forum
by Baby Boomer
Today at 07:38 AM
Disable PM's for one group
by Musky
Today at 07:10 AM
SQL Error: Got error 28 from storage engine ?
by jgeoff
Yesterday at 05:03 PM
Stop All E-mail
by Mark S
Yesterday at 11:16 AM
Ability to Truncate a thread from any point at any time.
by Naz
Yesterday at 07:37 AM
Forum Stats
4025 Members
33 Forums
30880 Topics
156803 Posts

Max Online: 978 @ 06/24/07 08:19 PM