justbrowsing
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Sep 26, 2009
Posts: 12
|
Posted:
Mon Nov 02, 2009 12:36 pm |
|
On the top left of my page Im getting
Viewing source
Code:
<link rel="StyleSheet" href="./themes/mytheme.css" type="text/css" />
|
Im guessing an encoding issue? Will look on changing it unless I get a reply here first on where to do so.
Also running install sql errors
Quote: | CREATE TABLE `nuke_seo_dh` (`dhid` int(11) NOT NULL auto_increment, `levelsort` int(1) NOT NULL, `title` varchar(255) collate latin1_general_ci NOT NULL, `id` int(11) NOT NULL, `mid` int(11) NOT NULL, `lang` varchar(30) collate latin1_general_ci NOT NULL, `active` int(1) NOT NULL, `metavalue` text collate latin1_general_ci NOT NULL, PRIMARY KEY (`dhid`), KEY `levelsort` (`levelsort`,`title`,`id`,`mid`)) TYPE=MyISAM AUTO_INCREMENT=1 FAILED. MySQL reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL, `id` int(11) NOT NULL, `mid
INSERT INTO `nuke_seo_dh` (`dhid`, `levelsort`, `title`, `id`, `mid`, `lang`, `active`, `metavalue`) VALUES (1, 0, '', 0, 1, '', 1, '%slogan% - %sitename%'), (2, 0, '', 0, 5, '', 1, 'text/javascript'), (3, 0, '', 0, 6, '', 1, 'text/css'), (4, 0, '', 0, 8, '', 1, '0'), (5, 0, '', 0, 16, '', 1, 'DOCUMENT'), (6, 0, '', 0, 17, '', 1, 'GLOBAL'), (7, 0, '', 0, 18, '', 1, '%sitename%'), (8, 0, '', 0, 19, '', 1, 'Copyright (c) %year% by %sitename%'), (9, 0, '', 0, 20, '', 1, 'Welcome to %sitename%. %slogan%'), (10, 0, '', 0, 21, '', 1, 'RavenNuke, news, technology, headlines, nuke, phpnuke, php-nuke, CMS, content management system'), (11, 0, '', 0, 22, '', 1, 'INDEX, FOLLOW'), (12, 0, '', 0, 23, '', 1, '1 DAY'), (13, 0, '', 0, 24, '', 1, 'GENERAL'), (14, 0, '', 0, 25, '', 1, 'RavenNuke(tm) Copyright (c) 2002-2009 by Gaylen Fraley. This is free software, and you may redistribute it under the GPL (http://www.gnu.org/licenses/gpl-2.0.txt). RavenNuke(tm) is supported by the RavenNuke(tm) Team at http://www.ravenphpscripts.com .') FAILED. MySQL reported: Table 'phpnuke.nuke_seo_dh' doesn't exist
SHOW TABLES LIKE 'nuke_seo_dh_master' Succeeded.
CREATE TABLE `nuke_seo_dh_master` (`mid` int(11) NOT NULL auto_increment, `order` int(5) NOT NULL, `type` varchar(50) collate latin1_general_ci NOT NULL, `name` varchar(50) collate latin1_general_ci NOT NULL, `default` varchar(255) collate latin1_general_ci NOT NULL, `active` int(1) NOT NULL, PRIMARY KEY (`mid`), KEY `order` (`order`)) TYPE=MyISAM AUTO_INCREMENT=1 FAILED. MySQL reported: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate latin1_general_ci NOT NULL, `name` varchar(50) collate
INSERT INTO `nuke_seo_dh_master` (`mid`, `order`, `type`, `name`, `default`, `active`) VALUES (1, 0, 'title', 'title', '$slogan', 1), (2, 100, 'http-equiv', 'refresh', '', 0), (3, 200, 'http-equiv', 'Content-Type', '', 0), (4, 300, 'http-equiv', 'Content-Language', '', 0), (5, 400, 'http-equiv', 'Content-Script-Type', 'text/javascript', 1), (6, 500, 'http-equiv', 'Content-Style-Type', 'text/css', 1), (7, 600, 'http-equiv', 'Pragma', 'no-cache', 1), (8, 700, 'http-equiv', 'Expires', '0', 1), (9, 800, 'http-equiv', 'Ext-cache', '', 0), (10, 900, 'http-equiv', 'set-cookie', '', 0), (11, 1000, 'http-equiv', 'window-target', '', 0), (12, 1100, 'http-equiv', 'PICS-Label', '', 0), (13, 1200, 'http-equiv', 'Cache-Control', '', 0), (14, 1300, 'http-equiv', 'Vary', '', 0), (15, 1400, 'name', 'ROBOTS', 'NOARCHIVE', 0), (16, 1500, 'name', 'RESOURCE-TYPE', 'DOCUMENT', 1), (17, 1600, 'name', 'DISTRIBUTION', 'GLOBAL', 1), (18, 1700, 'name', 'AUTHOR', '$sitename', 1), (19, 1800, 'name', 'COPYRIGHT', 'Copyright (c) 2009 by $sitename', 1), (20, 1900, 'name', 'DESCRIPTION', '$slogan', 1), (21, 2000, 'name', 'KEYWORDS', 'news, technology, headlines, nuke, phpnuke, php-nuke, geek, geeks, hacker, hackers', 1), (22, 2100, 'name', 'ROBOTS', 'INDEX, FOLLOW', 1), (23, 2200, 'name', 'REVISIT-AFTER', '1 DAY', 1), (24, 2300, 'name', 'RATING', 'GENERAL', 1), (25, 2400, 'name', 'GENERATOR', 'RavenNuke(tm) Copyright (c) 2002-2009 by Gaylen Fraley. This is free software, and you may redistribute it under the GPL (http://www.gnu.org/licenses/gpl-2.0.txt). RavenNuke(tm) is supported by the RavenNuke(tm) Team at http://www.ravenphpscripts.com .', 1) FAILED. MySQL reported: Table 'phpnuke.nuke_seo_dh_master' doesn't exist
SELECT * FROM nuke_modules WHERE `title` = 'nukeNAV' Succeeded. |
I was able to insert once I removed all references to collate latin1_general_ci but figured id mention it
I also had a quick question about the navbar with the options to alter seo tags. I havent looked into it much yet but was curious as to whether or not there was a block option for this for themes were it might just not fit? I want to be able to access this option but will not be able to use it on my current theme.
Ill go mess around with it a bit more and see if i find anything else but thats it for now.
Thanks |
|
|