| Author |
Message |
aespinal Hangin' Around

Joined: Nov 12, 2006 Posts: 32
|
Posted:
Thu Oct 27, 2011 1:48 pm |
|
I upgraded NukeSentinel from 2.5.03 to 2.6.01.
Replaced the old files with the new files, but
when imported the database got this error:
Error
SQL query:
CREATETABLE`nuke_nsnst_strings` (
`string` varchar( 60)NOTNULL default''
) TYPE=MYISAM --
-- Dumping data for table 'nuke_nsnst_strings'
--
-- --------------------------------------------------------
--
-- Table structure for table `nuke_nsnst_harvesters`
--
CREATETABLE`nuke_nsnst_harvesters` (
`hid` int( 2)NOTNULLAUTO_INCREMENT ,
`harvester` varchar( 255)NOTNULL default'',
PRIMARYKEY (`harvester`) ,
KEY`hid` (`hid`)
) ENGINE=MYISAM ;
MySQL said:
#1064 - 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 'CREATE TABLE `nuke_nsnst_harvesters` (
`hid` int(2) NOT NULL auto_increment,
' at line 15 |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Fri Oct 28, 2011 11:07 am |
|
aespinal, If you had truly upgraded, you should have used the installer and not the raw SQL? If you hadn't run the installer and selected the needed upgrades in sequence, I would try that.
HOWEVER, need to ask the question if this is a RavenNuke(tm) installation or had you installed NS originally yourself on top of something else? |
|
|
|
 |
aespinal Hangin' Around

Joined: Nov 12, 2006 Posts: 32
|
Posted:
Fri Oct 28, 2011 12:16 pm |
|
This is Sentinel installed on phpnuke that was working fine before.
Lately, it was showing some errors and I upgraded it.
The upgrades said:
To upgrade nuke sentinel just overwrite all your files with the files provided.
Then import the upgrade_sql through phpmyadmin.
That is what I did. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Sat Oct 29, 2011 10:31 am |
|
That last instruction for the upgrade is very odd to me because there has always been an on-line upgrade piece to NS. Where did you get the 2.6.01 NS distribution? Can you please point me to the link?
Thanks. |
|
|
|
 |
aespinal Hangin' Around

Joined: Nov 12, 2006 Posts: 32
|
Posted:
Sun Oct 30, 2011 10:56 am |
|
I put again the site using the backup before the upgrade.
Maybe you could help me on this: The problem I have is that I upgraded MySQL in the server. The error after that is this:
NukeSentinel(tm) 2.5.03: Disabled: Administration
New version is availible! -
An error occurred
Page not found
Exception information:
Message: Invalid controller specified (versions)
Stack trace:
#0 /usr/share/ZendFramework-1.11.5-minimal/library/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#1 /usr/share/ZendFramework-1.11.5-minimal/library/Zend/Application/Bootstrap/Bootstrap.php(97): Zend_Controller_Front->dispatch()
#2 /usr/share/ZendFramework-1.11.5-minimal/library/Zend/Application.php(366): Zend_Application_Bootstrap_Bootstrap->run()
#3 /var/www/nukescripts.net/trunk/htdocs/index.php(34): Zend_Application->run()
#4 {main}
Request Parameters:
array (
'controller' => 'versions',
'action' => 'nsnab.txt',
'module' => 'default',
) |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Fri Nov 04, 2011 4:36 pm |
|
aespinal, actually looks like you have something dependent upon ZendFramework, which is definitely not RavenNuke. I suspect the issue isn't really with NukeSentinel(tm), but with whatever you have added that is now not working which is trying to use ZendFramework. |
|
|
|
 |
|
|
|
|