
| Autor |
Nachricht |
Tom_S
phpBB2.de User


Anmeldungsdatum: 25.12.2003
Beiträge: 95
|
Verfasst am:
Mi 12 Apr, 2006 21:14 |
  |
I wish they would too. Some confirmation would be great. I love phpBB Plus but I hate to say it but they purposely released the beta version to run folks off. The rumors have been going around for quite some time they were not going to code this anymore and this is just a way to toss it over into a new arena to keep people busy while they focus on their real task. It was not stable enough for release and they knew that. Anyone can correct me if I am wrong but the errors posted across these support forums on the internet out weigh the positive posts of how good it works by far.
Before you correct me. Go count at all the support boards to include here. |
_________________ I went back in time...
 |
|
    |
 |
Google
|
Verfasst am:
|
 |
|
|
 |
J.P.
phpBB2.de User

Anmeldungsdatum: 22.08.2004
Beiträge: 70
Wohnort: Netherlands
|
Verfasst am:
Mi 12 Apr, 2006 21:28 |
  |
Can someone tell me what the best way is to do.
I have now 1.52 2.0.19.
I wanted 1.53 2.0.20 but i wanted to keep the database from the old one with all the users and topics. |
|
|
    |
 |
Apollo
phpBB2.de User

Anmeldungsdatum: 02.07.2004
Beiträge: 105
|
Verfasst am:
Mi 12 Apr, 2006 21:54 |
  |
If you haven't modded your 1.52 you can simply follow the upgrade instructions included in the 1.53 package. |
|
|
   |
 |
J.P.
phpBB2.de User

Anmeldungsdatum: 22.08.2004
Beiträge: 70
Wohnort: Netherlands
|
Verfasst am:
Mi 12 Apr, 2006 22:00 |
  |
I do have modded it but it's doesn't matter that i must di it again. |
|
|
    |
 |
Fal Matrix 2r
phpBB2.de User

Anmeldungsdatum: 30.05.2005
Beiträge: 114
|
Verfasst am:
Mi 12 Apr, 2006 22:14 |
  |
ok something here is getting on my nerves
I wanna restore the forum and when i upload the sql file it says
SQL Error : 1062 Duplicate entry '1603' for key 1
INSERT INTO phpbb_posts_text (post_id, bbcode_uid, post_subject, post_text) VALUES('1603', 'd4289496da', 'O\'NeiLL sortant de la douche avec juste une serviette !', 'HEY BANDE DE PAYDAY ! xD SA VA PAS LA TRONCHE ! xD')
Line : 985
File : admin_db_utilities.php
what the hell is that ? |
|
|
     |
 |
Titus
Administrator

Anmeldungsdatum: 24.03.2004
Beiträge: 4255
|
Verfasst am:
Mi 12 Apr, 2006 22:33 |
  |
| KardesTurk hat folgendes geschrieben: |
I have a big problem
i will by the users a permission in a forum, i do it, he give me problem the problem is general error so the problem is here i think that this problem by releasing ...
********************************
General Error
Couldn't update private forum permissions
DEBUG MODE
SQL Error : 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 ' 0, 0, 1)' at line 2
INSERT INTO phpbb_auth_access (forum_id, group_id, auth_news, auth_delete, auth_mod) VALUES (1, , 0, 0, 1)
Line : 412
File : admin_ug_auth.php
********************************
plz help me  |
use this skript
http://www.phpbb.com/phpBB/viewtopic.php?p=1453593#1453593
@Fal Matrix 2r
better you use www.mysqldumper.de to transfer youre Database |
_________________ "geht nicht" ist keine Fehlerbeschreibung mit der man was anfangen kann
bei Fragen erst suchen
Downloads gibts hier und da |
|
   |
 |
ThePassion
phpBB2.de User

Anmeldungsdatum: 13.03.2006
Beiträge: 128
|
Verfasst am:
Mi 12 Apr, 2006 22:58 |
  |
Upgrade form 1.52 final too 1.53 final
I followed the guide to the letter and all procedures where ok but for some reason i'm getting this error and as it seems the datebase doesn't have ctracker installed can someone help.
phpBB : Critical Error
Could not query CTracker-Config information
DEBUG MODE
SQL Error : 1146 Table 'all-unl_unlock.phpbb_ctrack' doesn't exist
SELECT * FROM phpbb_ctrack WHERE name NOT IN ('lastreg', 'lastreg_ip')
Line : 306
File : common.php |
|
|
   |
 |
stefan
Administrator


Anmeldungsdatum: 02.08.2002
Beiträge: 4735
Wohnort: Aachen
|
Verfasst am:
Mi 12 Apr, 2006 23:16 |
  |
Run this in your phpmyadmin:
| Code: |
CREATE TABLE phpbb_ctrack (
name varchar(50) default NULL,
value varchar(100) default NULL
) TYPE=MyISAM;
INSERT INTO phpbb_ctrack (name, value) VALUES ('lastreg', '0');
INSERT INTO phpbb_ctrack (name, value) VALUES ('version', '4.1.1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('footer', '3');
INSERT INTO phpbb_ctrack (name, value) VALUES ('floodlog', '100');
INSERT INTO phpbb_ctrack (name, value) VALUES ('proxylog', '100');
INSERT INTO phpbb_ctrack (name, value) VALUES ('filter', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('floodprot', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('maxsearch', '4');
INSERT INTO phpbb_ctrack (name, value) VALUES ('searchtime', '16');
INSERT INTO phpbb_ctrack (name, value) VALUES ('regblock', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('regtime', '10');
INSERT INTO phpbb_ctrack (name, value) VALUES ('autoban', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('posttimespan', '200');
INSERT INTO phpbb_ctrack (name, value) VALUES ('postintime', '10');
INSERT INTO phpbb_ctrack (name, value) VALUES ('lastreg_ip', '000.000.000.000');
INSERT INTO phpbb_ctrack (name, value) VALUES ('mailfeature', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('pwreset', '1');
INSERT INTO phpbb_ctrack (name, value) VALUES ('loginfeature', '1');
|
If that's the only missing table it will fix your problem. If there are missing any more tables you will get another error message then. |
_________________ Bye
Stefan
Styles Demo Forum :: Download Database :: phpBB2 Plus 1.5x Demo
phpBB2 Toplist :: International phpBB2 Support
Anwesend - Back in Business
Kein Support per PM - No Support via PM |
|
      |
 |
ThePassion
phpBB2.de User

Anmeldungsdatum: 13.03.2006
Beiträge: 128
|
Verfasst am:
Mi 12 Apr, 2006 23:19 |
  |
ok thank you very much but is there an automized way i can insert it  |
|
|
   |
 |
stefan
Administrator


Anmeldungsdatum: 02.08.2002
Beiträge: 4735
Wohnort: Aachen
|
Verfasst am:
Mi 12 Apr, 2006 23:23 |
  |
|
      |
 |
ThePassion
phpBB2.de User

Anmeldungsdatum: 13.03.2006
Beiträge: 128
|
Verfasst am:
Mi 12 Apr, 2006 23:39 |
  |
i have 2 selections
1) Name->here i insert: phpbb_ctrack 2) Number of fields: what do i insert here? |
|
|
   |
 |
stefan
Administrator


Anmeldungsdatum: 02.08.2002
Beiträge: 4735
Wohnort: Aachen
|
Verfasst am:
Mi 12 Apr, 2006 23:45 |
  |
|
      |
 |
ThePassion
phpBB2.de User

Anmeldungsdatum: 13.03.2006
Beiträge: 128
|
Verfasst am:
Mi 12 Apr, 2006 23:55 |
  |
this is what i'm getting when i run the update_plus152_to_153.php script
Error: no Plus 1.52 |
|
|
   |
 |
ThePassion
phpBB2.de User

Anmeldungsdatum: 13.03.2006
Beiträge: 128
|
Verfasst am:
Mi 12 Apr, 2006 23:58 |
  |
I'm sorry Mr. stefan but i don't undrstand in which windo to run the entire script, is a screen shot possibile, please be patient.  |
|
|
   |
 |
stefan
Administrator


Anmeldungsdatum: 02.08.2002
Beiträge: 4735
Wohnort: Aachen
|
Verfasst am:
Do 13 Apr, 2006 00:09 |
  |
|
      |
 |
|
|
|
|
Gehe zu Seite Zurück 1, 2, 3, 4, 5 ... 11, 12, 13 Weiter
|
Nächstes Thema anzeigen
Vorheriges Thema anzeigen
Du kannst keine Beiträge in dieses Forum schreiben. Du kannst auf Beiträge in diesem Forum nicht antworten. Du kannst deine Beiträge in diesem Forum nicht bearbeiten. Du kannst deine Beiträge in diesem Forum nicht löschen. Du kannst an Umfragen in diesem Forum nicht mitmachen. Du kannst Dateien in diesem Forum nicht posten Du kannst Dateien in diesem Forum nicht herunterladen
|
|
|