Zweeper: aber nicht im Release. ;)
Ort: / Boardübersicht / Announcements / 2.85-rc3.
<< vorherige Seite – Seite 2 von 6 – nächste Seite >>
Zweeper: aber nicht im Release. ;)
Hmm, bei mir will die Installation auch nicht. Derselbe Fehler, wie bei Zweeper.
MYSQL 3
Mit den Diffs konnte ich leider nicht viel anfangen.
3 der 4 diffs gibt es in meinen Dateien nicht.
[b]install_functions.php[/b] CREATE TABLE `${pref}lastboard` ( CREATE TABLE `${pref}lastboard` ( `userid` INT( 10 ) NOT NULL , `userid` INT( 10 ) NOT NULL , `boardid` INT( 10 ) NOT NULL , `boardid` INT( 10 ) NOT NULL , `timestamp` INT( 11 ) NOT NULL , `time` INT( 11 ) NOT NULL , PRIMARY KEY ( `userid` , `boardid` ) PRIMARY KEY ( `userid` , `boardid` ) );
gibt es im Release (eben heruntergeladen) nicht.
Ich habe versuch den ganzen Code von der Rev287 zu nehmen, will er aber auch net..
ideas?
Dir ist klar, dass ein diff ein Vergleich zwischen `Vorher' (links) und `Nachher' (rechts) ist?
Hm, ja?
dein "Vorher" ist aber leider nicht mein "IST- Zustand" (frisch heruntergeladen) und soweit ich das verstanden habe sollte links der IST- Zustand sein?
Also welcher Stand ist im Downloadpaket? Dann muß ich das halt selber vergleichen..
Die Veränderung an der Tabelle lastboard kann ich halt nicht machen, da in meiner install_functions.php diese Tabelle gar nicht angelegt wird. Was nicht da ist kann ich nicht ändern?
Oder kann es sein, daß in dem gzip Archiv nicht die aktuelle Version ist (fälschlicherweise?)
Eh, nein. Das Problem ist, das WebSVN einen aktuelleren diff anzeigt, weil die Datei danach geaendert wurde.
Anyway, du brauchst alle diffs ab einschliesslich 275.
wie wird das Problem in der Final gehandhabt?
theDon postete
Eh, nein. Das Problem ist, das WebSVN einen aktuelleren diff anzeigt, weil die Datei danach geaendert wurde.
ok, versteh ich. Schade eigentlich
theDon postete
Anyway, du brauchst alle diffs ab einschliesslich 275.
Ähm, d.h. um eine Neuinstallation von 2.85 RC3 zu machen muß ich alle diffs auf das Downloadpaket anwenden? Zumindest falls ich MySQL 3 verwende?
(ist ja leider bei all-inkl.com so..)
Aber super, daß du es nochmal sagst, wo ich die diffs finde. Ist ja auch mal interessant..
Na, da wart ich mal lieber auf ein fertiges Installskript.
Im moment ja. Das wird natuerlich im Release behoben sein.
Ich habe es gerade mit dem aktuellen Trunk aus dem Repository versucht.
Auch da hagelte es Fehlermeldungen:
Fehler beim ausführes des Queries: CREATE TABLE `tb_lastvisited` ( `userid` int(10) NOT NULL default '0', `threadid` int(10) NOT NULL default '0', `time` int(11) NOT NULL default '0', PRIMARY KEY (`userid`,`threadid`), ) TYPE=MyISAM
MySQL Fehler: You have an error in your SQL syntax near ') TYPE=MyISAM' at line 6
Scahde eigentlich. Also gibt es für mich erstmal gar keine Möglichkeit die RC3 auszuprobieren? (außer bei Luki?)
Mit dem Komme weg bei
PRIMARY KEY (`userid`,`threadid`), ) TYPE=MyISAM
meckert err bei der nächsten Tabelle :!
hevtig: das Problem wurde behoben. Du müsstest dir die install_functions.php im admin/ Verzeichnis neu aus dem Repository besorgen, dann sollte es funktionieren.
Was bzw. wo ist denn das Repository?
Und ist die neue install_functions.php jetzt auch automatisch in der neuen *.zip File enthalten?
Nein, ist sie nicht. Es wird aber (vermutlich morgen) noch einen Release Candidate 4 geben.
ok, thx 4 info.
Super, danke @ Entwicklerteam ;)
Ich freu mich da schon richtig drauf.
ist wohl leider mit dem RC3 schief gegangen..
Liegt das echt nur an MySQL3?
Just adding myself to notifications
listening and lurking :D
Tried to do an install on MySQL 3.23.46-nt and got the install error, used thedons install function 301 the install worked,.... but the site doesnt work
ThWB Error: SQL Date: 2005-03-30 10:10:48 User: `Gast' (0) Script: `/thwb2853/index.php' Query String is empty. Referer is empty. Browser: `Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)' SQL Error: `Unknown column 'l.boardid' in 'on clause'' in query: `SELECT b.boardid, b.boardname, b.boardthreads, b.boardposts, b.boardlastpost, b.boarddescription, b.boardlastpostby, b.boardthreadtopic, b.boardthreadid, b.categoryid, MAX(l.time) AS lastvisit FROM tb_board AS b LEFT OUTER JOIN tb_lastvisited AS l ON l.boardid = b.boardid AND l.userid = 0 WHERE boarddisabled = 0 GROUP BY b.boardid ORDER BY b.boardorder ASC' Backtrace: Array ( [0] => Array ( [file] => ...\thwb2853\index.php [line] => 78 [function] => thwb_query ) )
same error for install on MySQL 4.0.18-nt
I take it all back, I first used the gz download....
Now I have replaced all those files with the 301 svn updates and it worked!
for both the MySQL 4.0.18-nt and MySQL 3.23.46-nt servers
Now i can at least check it out before attempting an English translation.....
die Aktuelle im Repository (307) läßt sich bei mir nun problemlos installieren.
Just as an Aside: How Hard would it really be to Alter the
message("Title","text message");
message function to call message content from the database instead of from text within all the different files.....
the number of times i had to translate the deutsch word Fehler to the English word Error is insane
Yes it is easy enough to do but, Why have the text repeated so many times in the code as well as so many other phrases???
It could be one step towards getting the ThWboard into a multi-langage format
hello fingers, you're right concerning the message() function, it wouldn't be hard to do. however thwboard was never designed to be multi language (i appreciate your efforts though of course). as we have stopped implementing new features in thwboard 2, i don't want to do that. if someone else decides to provide a patch we could think about merging it into trunk. we (the devs) will provide only bug and of course security fixes for thwboard 2, while we are busy on concepting thwboard 3.
Understood and accepted :(
dp postete
hello fingers, you're right concerning the message() function, it wouldn't be hard to do. however .... we have stopped implementing new features in thwboard 2, i don't want to do that. if someone else decides to provide a patch we could think about merging it into trunk. ......
If it were to be considered what would be the devs desired "naming/organising" covention in the database table?
Suggestions might be "page name/message number" or just a message number, i dont mind going through the code and locating all the function calls, but my efforts would need to have a focus! and if the result was dropped because it was inconsistent with the direction of the devs wanted it woulld be waste of time......
Hallo,
theDon postete
Nein, ist sie nicht. Es wird aber (vermutlich morgen) noch einen Release Candidate 4 geben.
gibt es noch ein RC4 oder geht ihr doch gleich zur Finalversion?
Soll noch RC4 geben, nachdem die letzten momentan bekannten Bugs beseitigt wurden - wurde mir zumindest heute so gesagt :)
glaube das dauert noch ein paar Tage bis es soweit ist.
theDon postete am 29.3.
Nein, ist sie nicht. Es wird aber (vermutlich morgen) noch einen Release Candidate 4 geben.
<< vorherige Seite – Seite 2 von 6 – nächste Seite >>