Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
5 registered (driv, Flyin V, Harold, Ruben Rocha, Thelockman), 20 Guests and 19 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 11/08/06
Posts: 36
Top Posters (30 Days)
Ruben Rocha 179
Gizmo 112
Rick 106
Thelockman 79
driv 43
AllenAyres 35
ntdoc 28
Ian 24
Sirdude 23
ScriptKeeper 20
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
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: 188
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 Offline

****

Registered: 08/30/06
Posts: 1299
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: 188
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: 7903
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: 188
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: 2077
Loc: SoCal, USA


smile
_________________________


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

Registered: 06/05/06
Posts: 188
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: 2077
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
_________________________


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

Registered: 06/05/06
Posts: 188
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: 12007
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

Today's Birthdays
No Birthdays
Recent Topics
I'm the Admin but.....
by David DelMonte
Today at 11:12 AM
Fatal error: Smarty::require_once
()

by ThreadsUser
Today at 08:17 AM
PayPal batch file for ID'ing expired and failed payment subscriptions?
by Mitch P.
Today at 06:02 AM
Shrinking graemlins
by Djuma
Yesterday at 05:48 PM
2 problems I'm seeing now.
by DougMM
Yesterday at 04:39 PM
Forum Stats
4261 Members
33 Forums
30535 Topics
154977 Posts

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