Author |
Message |
ofigustavo
Hangin' Around

Joined: Jan 22, 2006
Posts: 30
|
Posted:
Sun Mar 04, 2012 1:29 pm |
|
Hello. first, CONGRATULATIONS for this excellent version. Very fast ,secure and a good job. Web, these are the problems I found and the way to solve them:
I have a good server. My site is hosted in iPages.
1) first, during the installation process installSQL.php I was unable to install all the ip countries.Only the first 3. Then,error and error. I deleted the database and started again the process, and the same problem.I was unable to solve this issue. ?
2) Then, appears the error "tables are missing".Well, you have to access to config.php and change the database type ($dbtype = 'MySQLI' and change by "MySQL". That solves the problem. MySQLI appears like default.Why?
3) Finally, when appears "you have been blocked...", you have to go to mainfile.php and comment the line : /* require_once NUKE_INCLUDE_DIR . 'nukesentinel.php'; . Then, you have to go to admin config and configure properly nukesentinel. |
|
|
|
 |
eldorado
Involved


Joined: Sep 10, 2008
Posts: 424
Location: France,Translator
|
Posted:
Sun Mar 04, 2012 1:51 pm |
|
ofigustavo wrote: | 2) Then, appears the error "tables are missing".Well, you have to access to config.php and change the database type ($dbtype = 'MySQLI' and change by "MySQL". That solves the problem. MySQLI appears like default.Why?
3) Finally, when appears "you have been blocked...", you have to go to mainfile.php and comment the line : /* require_once NUKE_INCLUDE_DIR . 'nukesentinel.php'; . Then, you have to go to admin config and configure properly nukesentinel. |
2) MySQL is old! MySQL will be removed from raven in a few versions
3) Yes  |
_________________ Only registered users can see links on this board! Get registered or login! (My RN site)- Only registered users can see links on this board! Get registered or login!(cod4 clan) - Only registered users can see links on this board! Get registered or login! |
|
|
 |
Palbin
Site Admin

Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Sun Mar 04, 2012 2:09 pm |
|
What version of PHP and MySQL is on your server?
1. What error are you seeing? Do you just click on them and nothing happens?
2. Is this a clean installation? If not are you sure all the files uploaded over the old? The reason I say this is because it should not matter what $dbtype is set too. MySQLI is the only option it does not matter what $dbtype is set too.
From db.php
Code:
switch($dbtype) {
default:
case 'MySQLI':
include_once DB_PATH . 'mysqli.php';
break;
}
|
3. What is the exact message you are getting? |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
 |
ofigustavo

|
Posted:
Mon Mar 05, 2012 12:08 pm |
|
Hello. Ipage.com have:
Platform Type:
Debian
MySQL Version:
5.0.91
Perl Version:
5.8.8
PHP Version:
5.2.12
-Clean installation.First, I uploaded all the file with filezilla.Then www.miweb.net/INSTALLATION/installSQL.php.
-Filezilla sometimes give some errors.It is possible I did not uploaded any file, or any file was broken. |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sun Mar 11, 2012 10:05 am |
|
Also might want to try uploading everything forcing the FileZilla setting to "binary" on the transfer. Your technology stack looks perfectly fine to me. Is it possible that your host limits the number of SQL transactions in a given time-frame? Might be worth finding out. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
|