Author |
Message |
Bluezzz
Involved


Joined: Feb 08, 2005
Posts: 290
Location: USA
|
Posted:
Wed Feb 16, 2005 6:26 pm |
|
In the 7.5 forum I was in discussion about installing 7.5, for which I was advized to just go to 7.6 so here I am.
I'm in the process of following directions as described in the 7.5 forum by PHrEEk. So, I installed 7.5 via Fantastico but rather than delete that whole directory I just renamed it and created a new *empty* folder with the same name. I am now copying all the files from the /html directory (from the PHP-Nuke-7.6.0.2.8 version I d/l here per Raven). As directed by PHrEEk I'm copying all of the /html contents to my new *empty* folder.
The question now is, do I install all the other stuff not in /html? Like there are several UPGRAGES in a folder with like name ... or is that just info? There are also several other files that have no extension ... such as CHANGES, INSTALL, etc ... are those information files and not needed for the install?
I take it I'm to only copy the contents of the /html folder (I sure hope this has patches included already) and then Import the nuke.sql table, change config.php so it's correct? Is that it? Or am I missing something? Please let me know if that folder and those files are info only and not needed for the install? Thanks...
Bluezzz (dazed & confuseled)  |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Wed Feb 16, 2005 6:53 pm |
|
That's about it, you only need the files in the html folder of which you need to edit config.php, then create the db tables with nuke.sql through phpMyAdmin or whatever db tool your host provides. |
|
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 6:59 pm |
|
OK great thanks ... continues on her PHPnuke quest ... I'll give a holler if I have *problems* LOL ... hugzzz |
|
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 7:26 pm |
|
Gammit it's just not my time or something : o/ Here's the error I got when trying to Import the nuke.sql table (from the patched version of 7.6)...
SQL-query:
# phpMyAdmin MySQL-Dump
# version 2.3.1-rc1
# http://www.phpmyadmin.net/ (download page)
#
# servidor: localhost
# Tiempo de generación: 09-05-2004 a las 20:30:42
# Versión del servidor: 4.00.15
# Versión de PHP: 4.3.4
# Base de datos : `nuke`
# --------------------------------------------------------
#
# Estructura de tabla para la tabla `nuke_authors`
#
CREATE TABLE nuke_authors(
aid varchar( 25 ) NOT NULL default '',
name varchar( 50 ) default NULL ,
url varchar( 255 ) NOT NULL default '',
email varchar( 255 ) NOT NULL default '',
pwd varchar( 40 ) default NULL ,
counter int( 11 ) NOT NULL default '0',
radminsuper tinyint( 1 ) NOT NULL default '1',
admlanguage varchar( 30 ) NOT NULL default '',
PRIMARY KEY ( aid ) ,
KEY aid( aid )
) TYPE = MYISAM
MySQL said: Documentation
#1050 - Table 'nuke_authors' already exists
What'd I do wrong? |
Last edited by Bluezzz on Wed Feb 16, 2005 7:56 pm; edited 1 time in total |
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 7:28 pm |
|
All /html contents were u/l to new *empty* nuke folder ... changed config.php to match what it should have been, left the admin.php as "admin" ... problem seems to be in importing the table? |
|
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 8:29 pm |
|
BTW, in the Structure tab, all the Tables have a RED X and when moused over the X says Drop ... not sure what that's all about. I read elsewhere that I have to drop the tables? Then import the nuke.sql *again* from the patched sql folder? Is this correct or is the error relating to something else? If correct, how do I drop all the tables? Thanks in advance ... |
|
|
|
 |
chatserv

|
Posted:
Wed Feb 16, 2005 8:42 pm |
|
The tables already exist, you need to drop them and create them again so that you can start with fresh ones. |
|
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 8:59 pm |
|
I dunno how to drop em, is there a way to drop them all at once? If so, how? If not how do I drop them individually? Helpzzz? Hugzzz LOL |
|
|
|
 |
Bluezzz

|
Posted:
Wed Feb 16, 2005 9:24 pm |
|
nm, got the answer elsewhere, I've dropped all tables and then imported the nuke.sql from the patched 7.6 ... time to *log in and hope for the best* |
|
|
|
 |
|