ok.. jetzt hab ich das Problem:
Während der Installation trat ein Fehler auf
Beim Update der Datenbank trat ein Fehler auf
Table 'DB_nacx1455.phpbb_config' doesn't exist
was/wie muss ich machen?
problem bei der installation (2)
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
problem bei der installation (2)
gta3mods.de/forum
vicecitymods.de
vicecitymods.de
-
- Mitglied
- Beiträge: 19
- Registriert: 09.06.2003 20:39
- Kontaktdaten:
FTP?! Ich hab WiseFTP damit geht das wunderbar...
Ok, weiß jetzt was ich machen muss.. aber nich wie... kann jemand englisch?
Wenn ja, was muss ich machen: (auszug aus den FAQs)
MySQL Support
I signed up with Cool Free Pages. How to create MySql database?
When you create your account, you will be asked whether or not you want your MySql database. Please think carefully at this point. If you DO need this feature enabled, please select "YES" on the signup form. In this case your database will be created AUTOMATICALLY, together with your homepage account. All data about it will be sent you with our welcoming e-mail.
Please note. If you first decided, that you do not need MySql support, and have changed your mind after actually creating your account, you can still create it by contacting us by e-mail. Please provide us with full URL of your site, your account number that you receive from us for FTP login, and your current password for FTP. Additionally, before you apply by e-mail for MySql at our server, YOU HAVE TO UPLOAD YOUR SITE FIRST. We will configure MySql and notify you, when ready, by e-mail. If you fail to provide us with this information IN FULL, we will NOT configure your MySql. .
I have my MySql database installed now but which host should I use in my php program to connect to it?
To connect your MySql please use "localhost".
How can I manage the data in my database?
You can do it by installing phpMyAdmin. Please download it at http://www.phpwizard.net/projects/phpMyAdmin/
The left side of the screen is blank when using a newer version of phpMyAdmin. How can I fix this?
Since phpMyAdmin 2.2.1, the database(s) name(s) may contain MySQL wilcards characters ("_" and "%":
if you want to use literal instances of these characters, escape them (ie use 'my\_db' and not 'my_db').
---- taken from the file: documentation.txt (phpMyAdmin 2.2.3)
So the things that you should for example have in your config.inc.php:
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['auth_type'] = 'config';
$cfgServers[1]['user'] = 'nacXXXXX';
$cfgServers[1]['password'] = 'XXXXXX';
$cfgServers[1]['only_db'] = 'DB\_nacXXXXX';
Ok, weiß jetzt was ich machen muss.. aber nich wie... kann jemand englisch?
Wenn ja, was muss ich machen: (auszug aus den FAQs)
MySQL Support
I signed up with Cool Free Pages. How to create MySql database?
When you create your account, you will be asked whether or not you want your MySql database. Please think carefully at this point. If you DO need this feature enabled, please select "YES" on the signup form. In this case your database will be created AUTOMATICALLY, together with your homepage account. All data about it will be sent you with our welcoming e-mail.
Please note. If you first decided, that you do not need MySql support, and have changed your mind after actually creating your account, you can still create it by contacting us by e-mail. Please provide us with full URL of your site, your account number that you receive from us for FTP login, and your current password for FTP. Additionally, before you apply by e-mail for MySql at our server, YOU HAVE TO UPLOAD YOUR SITE FIRST. We will configure MySql and notify you, when ready, by e-mail. If you fail to provide us with this information IN FULL, we will NOT configure your MySql. .
I have my MySql database installed now but which host should I use in my php program to connect to it?
To connect your MySql please use "localhost".
How can I manage the data in my database?
You can do it by installing phpMyAdmin. Please download it at http://www.phpwizard.net/projects/phpMyAdmin/
The left side of the screen is blank when using a newer version of phpMyAdmin. How can I fix this?
Since phpMyAdmin 2.2.1, the database(s) name(s) may contain MySQL wilcards characters ("_" and "%":
if you want to use literal instances of these characters, escape them (ie use 'my\_db' and not 'my_db').
---- taken from the file: documentation.txt (phpMyAdmin 2.2.3)
So the things that you should for example have in your config.inc.php:
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['auth_type'] = 'config';
$cfgServers[1]['user'] = 'nacXXXXX';
$cfgServers[1]['password'] = 'XXXXXX';
$cfgServers[1]['only_db'] = 'DB\_nacXXXXX';
gta3mods.de/forum
vicecitymods.de
vicecitymods.de
-
- Mitglied
- Beiträge: 19
- Registriert: 09.06.2003 20:39
- Kontaktdaten:
- rabbit
- Ehemaliger Übersetzer
- Beiträge: 4199
- Registriert: 14.06.2003 22:09
- Wohnort: Hildesheim
- Kontaktdaten:
bei coolfree richtest du mysql bei der registrierung mit ein, musst du aber mit angeben...
wenn du's hinterher haben willst, weil du vergessen hast, das bei der registrierung anzugeben, musst denen eine mail schicken...
steht alles in den faq...
wenn du's hinterher haben willst, weil du vergessen hast, das bei der registrierung anzugeben, musst denen eine mail schicken...
steht alles in den faq...
Offizieller Übersetzer des Categories Hierarchy MOD 2.1.x
Deutscher UserGuide für den Categories Hierarchy MOD v2.1.4
Empfohlener Hoster: All-Inkl.com
Deutscher UserGuide für den Categories Hierarchy MOD v2.1.4
Empfohlener Hoster: All-Inkl.com