Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
1 Registered (Jim), 21 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
Gizmo 11708
Rick 7567
Ian 4107
Mark S 3984
ntdoc 3114
Sirdude 2041
jgeoff 1882
David Dreezer 1759
driv 1569
AllenAyres 1530
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 Offline


Registered: 08/30/06
Posts: 1219
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: 11708
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
#215484 - 07/14/08 03:59 PM Re: Forum Problems [Re: Outdoorking]
Sirdude Moderator Offline


Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA
well, i'd need access to your site now.. that looks a wee bit worse. laugh

i have time, if you want to PM me or we can MSN and i try to talk you thru it smile
_________________________

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

Top
#215485 - 07/14/08 04:26 PM Re: Forum Problems [Re: Gizmo]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
Gizmo They did the server change last night and I don't know how to update the SQL server information as I did not do that side of it.

I can login to the server and see the database no problems.
_________________________
Regards,

Bruce
www.outdoorking.com

Top
#215487 - 07/14/08 05:13 PM Re: Forum Problems [Re: Outdoorking]
Gizmo Moderator Offline


Registered: 06/04/06
Posts: 11708
Loc: Portland, OR; USA
Well, thats to be expected, HOWEVER the information in the config file for the UBB needs to know the name of the database; if they moved the server the server name or database name may be differant; you'll need to make sure it's correct.
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#215490 - 07/14/08 06:33 PM Re: Forum Problems [Re: Gizmo]
Sirdude Moderator Offline


Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA
db info was good.

problem was moving from Windows to Nix -- table names were all in lower case.

changed that.. gotta love scripts laugh

paths in config.inc.php weren't up to snuff and *poof* workie
_________________________

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

Top
#215508 - 07/15/08 09:12 PM Re: Forum Problems [Re: Sirdude]
Outdoorking Offline
member

Registered: 06/05/06
Posts: 158
Loc: Sydney, Australia
Originally Posted By: Sirdude
db info was good.

problem was moving from Windows to Nix -- table names were all in lower case.

changed that.. gotta love scripts laugh

paths in config.inc.php weren't up to snuff and *poof* workie


Thanks Sirdude for the help, it is great when people like yourself with the knowledge of ubb threads are about.

Really liked the quick response and I am sure I will be getting your help in the future as I am still learning all the doo's and dont's of the forum.
_________________________
Regards,

Bruce
www.outdoorking.com

Top
Page 1 of 2 1 2 >


Shout Box

Recent Topics
Registration security
by adminwendy
Today at 09:33 PM
Problem with forum move
by AzHousePro
Today at 03:41 PM
[7.3.x] Ignore link showed in userprofile for global moderators
by blaaskaak
Yesterday at 01:27 PM
[7.3.x] Database password shown in adminlogs...
by blaaskaak
Yesterday at 10:24 AM
7.3.1 Flood protection
by MattUK
Yesterday at 03:55 AM
Forum Stats
4027 Members
33 Forums
30887 Topics
156842 Posts

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