PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
rebelt
New Member
New Member


Joined: May 07, 2006
Posts: 9

PostPosted: Sun Jul 13, 2008 10:42 am Reply with quote Back to top

Everything went nice and smoothly I'm glad to say.

Well almost everything.

When I'm in Admin panel there's a closing php tag (if that's what you call it Very Happy ) in the top left corner above the header.

one of these ?>

I also received an error message as follows.

Code:
CREATE TABLE IF NOT EXISTS `nuke_seo_config` (`config_type` varchar(255) NOT NULL, `config_name` varchar(255) NOT NULL, `config_value` text NOT NULL, PRIMARY KEY (`config_type`,`config_name`) ) FAILED.    MySQL reported: Specified key was too long. Max key length is 500


Neither of these have affected my site that I know of. Mind you I don't know what nuke_seo_config is supposed to do. Shocked

Sorry for my non techie explanation.

Make that 2 error messages.

Code:
CREATE TABLE IF NOT EXISTS `nuke_seo_subscriptions` ( `sid` int(6) NOT NULL

auto_increment, `type` varchar(256) NOT NULL, `name` varchar(60) NOT NULL,

`tagline` varchar(60) NOT NULL, `image` varchar(256) NOT NULL, `icon`

varchar(256) NOT NULL, `url` varchar(256) NOT NULL, `active` int(1) NOT NULL,

PRIMARY KEY (`sid`)) FAILED.    MySQL reported: Too big column length for column

'type' (max = 255). Use BLOB instead
View user's profile Send private message Visit poster's website
slaytanic_wehrmacht
Regular
Regular


Joined: Dec 01, 2005
Posts: 97
Location: Santiago, Dom. Rep.

PostPosted: Sun Jul 13, 2008 12:22 pm Reply with quote Back to top

`type` varchar(256) NOT NULL should be `type` varchar(255) NOT NULL

the varchar only support up to 255 characters. I don't know exactly what file to edit.
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 4678

PostPosted: Sun Jul 13, 2008 5:08 pm Reply with quote Back to top

Actually, this is a problem with an upgrade to MySQL. Change both to varchar(100). Let me know how you did the upgrade, and I'll tell you which file(s) to change.

Newer versions of MySQL don't support indexes with many characters. The original field size was set to be the same as the modules table, but there no modules with anything close to 256 characters, so it won't hurt to have 100 as the field length.

nuke_seo_config is used with nukeFEED, and will be used with other addons from nukeSEO. It contains configuration information for nukeFEED, but that will be defaulted, for the most part, if the table doesn't exist.
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Mon Jul 14, 2008 7:37 am Reply with quote Back to top

As for your ?> problem, do you get this on a standard theme like fisubice?
View user's profile Send private message
rebelt
New Member
New Member


Joined: May 07, 2006
Posts: 9

PostPosted: Mon Jul 14, 2008 11:00 am Reply with quote Back to top

Yes, that's the theme I'm using. It doesn't seem to affect anything and only appears when I go to the admin panel.

Mysql
I did the upgrade with the rndb_upgrade.php file. MySQL version is 4.0.14. I have the option of upgrading to version 5. Does RN work with mysql 5?

Sorry if that's off topic. Confused
View user's profile Send private message Visit poster's website
fkelly
Moderator


Joined: Aug 30, 2005
Posts: 2086
Location: near Albany NY

PostPosted: Mon Jul 14, 2008 4:15 pm Reply with quote Back to top

First, yes, RN works with MYSQL 5.

Second, reading back thru the posts, you might want to check the collation sequence of your database. See this thread:

Only registered users can see links on this board!
Get registered or login to the forums!


and search on related ones if you are using utf8.

Third reread Kguske's post and do what he says. He's almost always right.
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum