Kommentare moderieren - Keine Anzeige!

Begonnen von Kauter, 28 Februar 2007, 05:20:58

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Kauter

Vieleicht bin ich grad blind oder steh föllig auf der Leitung, aber wenn ich Kommentare moderieren im Admin meü anklicke (admin.php?op=ListComments) Bekomm ich keine Komentare?! Kann es sein das vieliecht garkeine vorhanden sind. Für welche Kommentare/Module gilt das eigentlich?
Hab ich was falsch gemacht? Welche datein sind denn dafür nötig, um es nochmal auf den server zu hauen?!
Christian Kauter
www.hogaSCOUT.de - Das Gastronomieportal
we SCOUT your BUSINESS


CMS-Version: pragmaMx 1.12.3.1.33.4.14 (2012-06-21)
PHP-Version: 5.2.17
MySQL-Version: 5.0.96-log
Server-Version: Apache/2.2.24 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r

IE 10 / Firefox / Opera

Andi

Moin :)

hast du das Servicepack 2 schon installiert?

Debugmodus und sql-Fehler schon anzeigen lassen?
schön´s Grüssle, Andi

Kauter

Zitat von: Kauter am 28 Februar 2007, 20:02:09
sp2 ist drauf, und aus den fehlern werd ich auch nicht schlau:

Error sql_query():
qry: SELECT 'downloads' as ctype, ratingdbid as cid, ratinglid as parent, ratingcomments as `comment`, ratingtimestamp as `cdate`, ratinguser as `user`, ratinghostname as host, '' as subject FROM `{prefix}_downloads_votedata` WHERE `ratingcomments` <> '' UNION SELECT 'links' as ctype, ratingdbid as cid, ratinglid as parent, ratingcomments as `comment`, ratingtimestamp as `cdate`, ratinguser as `user`, ratinghostname as host, '' as subject FROM `{prefix}_links_votedata` WHERE `ratingcomments` <> '' UNION SELECT 'reviews' as ctype, cid, rid as parent, comments as `comment`, FROM_UNIXTIME(`date`) as `cdate`, username as `user`, '' as host, '' as subject FROM `{prefix}_reviews_comments` WHERE `comments` <> '' UNION SELECT 'news' as ctype, tid as cid, sid as parent, comment, FROM_UNIXTIME(`reply_date`) as `cdate`, name as `user`, host_name as host, subject FROM `{prefix}_comments` WHERE `comment` <> '' UNION SELECT 'polls' as ctype, tid as cid, pollID as parent, comment, `date` as `cdate`, name as `user`, host_name as host, subject FROM `{prefix}_pollcomments` WHERE `comment` <> '' ORDER BY `cdate` DESC LIMIT 0, 21;
descr: Lost connection to MySQL server during query ( mysql 2013 )
details:
file: /admin/modules/comments.php # line: 198, cmd: sql_query(
    SELECT 'downloads' as ctype, ratingdbid as cid, ratinglid a...),
file: /admin/modules/comments.php # line: 320, cmd: listcomments(
    SELECT 'downloads' as ctype, ratingdbid as cid, ratinglid a...),
file: /admin/case/case.comments.php # line:  27, cmd: include(
    SELECT 'downloads' as ctype, ratingdbid as cid, ratinglid a..., /admin/modules/comments.php),
file: /admin.php # line: 664, cmd: include(
    SELECT 'downloads' as ctype, ratingdbid as cid, ratinglid a..., /admin/modules/comments.php, /admin/case/case.comments.php),


Error sql_query():
qry: update {prefix}_counter set count=count+1 where (type='total' and var='hits') or (var='MSIE' and type='browser') or (var='Windows' and type='os')
descr: Lost connection to MySQL server during query ( mysql 2013 )
details:
file: /includes/mx_api_2.php # line: 239, cmd: sql_query(update mx_counter set count=count+1 where (type='total' and var=...),
file: /header.php # line:  49, cmd: mxcounter(update mx_counter set count=count+1 where (type='total' and var=...),
file: /admin/modules/comments.php # line: 203, cmd: include(update mx_counter set count=count+1 where (type='total' and var=..., /header.php),
file: /admin/modules/comments.php # line: 320, cmd: listcomments(update mx_counter set count=count+1 where (type='total' and var=..., /header.php),
file: /admin/case/case.comments.php # line:  27, cmd: include(update mx_counter set count=count+1 where (type='total' and var=..., /header.php, /admin/modules/comments.php),
file: /admin.php # line: 664, cmd: include(update mx_counter set count=count+1 where (type='total' and var=..., /header.php, /admin/modules/comments.php, /admin/case/case.comments.php),




das geht noch ne ganze weile weiter...
Christian Kauter
www.hogaSCOUT.de - Das Gastronomieportal
we SCOUT your BUSINESS


CMS-Version: pragmaMx 1.12.3.1.33.4.14 (2012-06-21)
PHP-Version: 5.2.17
MySQL-Version: 5.0.96-log
Server-Version: Apache/2.2.24 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r

IE 10 / Firefox / Opera

Future

#3
Irgendwie verliert das Script die ganze Zeit die Verbindung zum MySql Server bzw. bekommt sie gar nicht.

Vielleicht hilft dir das hier ja weiter.

http://www.php-resource.de/forum/showthread/t-43094.html

Ansonsten hab ich noch folgendes gefunden.

mögliche Fehlerquellen:

-falscher URL-Pfad zum mysql Server (nicht localhost)==> beim Support nachfragen
-mysql module wurde von php.ini nicht geladen.

oder auch

http://www.php-fehlermeldungen.de/artikel,57,2013---lost-connection-to-mysql-server-during-query,.html

Wenn das alles nichts hilft muss dir jemand anderes weiterhelfen.

beste Grüße

Kai

Kauter

aber wenn ich mal blöd fragen darf, bei allen anderen datenbank abfragen funktioiert es einwandfrei. da können noch so viele abfragen sein, warum dann nur bei der datei?
Christian Kauter
www.hogaSCOUT.de - Das Gastronomieportal
we SCOUT your BUSINESS


CMS-Version: pragmaMx 1.12.3.1.33.4.14 (2012-06-21)
PHP-Version: 5.2.17
MySQL-Version: 5.0.96-log
Server-Version: Apache/2.2.24 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r

IE 10 / Firefox / Opera

Andi

Zitat von: Andi am 28 Februar 2007, 15:35:03
hast du das Servicepack 2 schon installiert?
http://www.pragmamx.org/News-file-article-sid-642.html

Soweit ich mich erinnern kann, hatten wir das Problem schonmal und es müsste mit diesem SP behoben sein.

Welche mySql-Version ist das bei dir?
Wir hatten auch schon spinnige Versionen, wo das script nicht lief, ohne Lösung....
schön´s Grüssle, Andi

maverik

nabend


ZitatWir hatten auch schon spinnige Versionen, wo das script nicht lief, ohne Lösung....

so bei mir immer noch trotz sp2, aber da alles andere einwandfrei funktioniert und ich eh keine bis selten kommentare aktiviere kann ich mit der spinnigen mysql version leben... :smile:

so long maverik

Kauter

Zitat von: Andi am 28 Februar 2007, 20:42:17
Zitat von: Andi am 28 Februar 2007, 15:35:03
hast du das Servicepack 2 schon installiert?
http://www.pragmamx.org/News-file-article-sid-642.html

Soweit ich mich erinnern kann, hatten wir das Problem schonmal und es müsste mit diesem SP behoben sein.

Welche mySql-Version ist das bei dir?
Wir hatten auch schon spinnige Versionen, wo das script nicht lief, ohne Lösung....

CMS-Version: pragmaMx 0.1.9, 1.29/2007-02-12 

PHP-Version: 4.3.11  (PHP-Info)
MySQL-Version: 4.1.10a-standard-log
Server-Version: Apache/1.3.37

SP2 ist drauf
Christian Kauter
www.hogaSCOUT.de - Das Gastronomieportal
we SCOUT your BUSINESS


CMS-Version: pragmaMx 1.12.3.1.33.4.14 (2012-06-21)
PHP-Version: 5.2.17
MySQL-Version: 5.0.96-log
Server-Version: Apache/2.2.24 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8r

IE 10 / Firefox / Opera

maverik

hiho

forget it

ZitatMySQL-Version: 4.1.10a

genau das ist die spinnige mysql version die ich auch habe und bei der es nicht geht

so long maverik