TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 04.01.2008, 21:55
Sandy Matheson
Gast
 
Beiträge: n/a
Standard [TYPO3] RealURL giving MySQL errors on new installation

Hi,

I have just installed a new Typo3 site based on the package from Web
Enabled Church. This is based on Typo3 4.1.5 and uses RealURL v1.2.1

The FE displays a whole servie of errors like:

Warning: mysql_fetch_assoc( supplied argument is not a valid MySQL
result resource in
/usr/local/home/httpd/vhtdocs/t3src/typo3_src-4.1.5/t3lib/class.t3lib_db.php
on line 796

Warning: mysql_free_result( supplied argument is not a valid MySQL
result resource in
/usr/local/home/httpd/vhtdocs/t3src/typo3_src-4.1.5/t3lib/class.t3lib_db.php
on line 823

When error reporting is enabled the errors seem to point to an issue
with RealURL:

ERROR Unknown column 'SQL_NO_CACHE' in 'field list'

lastBuiltQuery SELECT /*! SQL_NO_CACHE */ content
FROM tx_realurl_urlencodecache
WHERE
url_hash='d2cb19e76cf82cad389dbc5574a8e3cc' AND tstamp>1199386733

debug_backtrace require // tslib_fe->intincscript // tslib_cobj->user
// tslib_cobj->calluserfunction // call_user_method //
tx_srfeuserregister_pi1->main // tx_srfeuserregister_pi1->init //
tx_srfeuserregister_marker->init //
tx_srfeuserregister_marker->addurlmarkers //
tx_srfeuserregister_url->get // tslib_cobj->gettypolink_url //
tslib_cobj->gettypolink // tslib_cobj->typolink //
t3lib_tstemplate->linkdata // t3lib_div::calluserfunction //
call_user_func_array // tx_realurl->encodespurl //
tx_realurl->encodespurl_encodecache // t3lib_db->exec_selectquery //
t3lib_db->debug

I am using MySQL 5.0.20a

The FE can be seen at www.development.saltforsermons.org.uk

I posted this issue to the WEC Forum and was advised to post here to
see if anyone had experienced this or knew where the error may be.

Thanks for any help,

Sandy Matheson
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Sponsored Links
  #2  
Alt 05.01.2008, 17:02
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RealURL giving MySQL errors on new installation

Hi!

Sandy Matheson wrote:
> ERROR Unknown column 'SQL_NO_CACHE' in 'field list'
>
> lastBuiltQuery SELECT /*! SQL_NO_CACHE */ content
> FROM tx_realurl_urlencodecache
> WHERE
> url_hash='d2cb19e76cf82cad389dbc5574a8e3cc' AND tstamp>1199386733


It looks like your MySQL does not recognize SQL_NO_CACHE inside comment, which is weird. This is oficial functionality for MySQL and works fine with MySQL 4.1.x and 5.0.45 on my servers.

References:

http://dev.mysql.com/doc/refman/5.0/...in-select.html
http://dev.mysql.com/doc/refman/5.0/en/comments.html

> I am using MySQL 5.0.20a


--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 05.01.2008, 19:46
Sandy Matheson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RealURL giving MySQL errors on new installation

Dmitry,

Thanks for replying. Do you know of anything that might cause this? Is
it possible that this is not enabled in the MySQL setup or something
of that sort? If so what do I need to look for/change?

Many thanks for your help,

Sandy
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 05.01.2008, 21:49
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RealURL giving MySQL errors on new installation

Hi!

Sandy Matheson wrote:
> Thanks for replying. Do you know of anything that might cause this? Is
> it possible that this is not enabled in the MySQL setup or something
> of that sort? If so what do I need to look for/change?


No idea Never encoutered such behavior from MySQL. May be check if you accidentally enabled DBAL extension...

--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 06.01.2008, 01:52
Arv Belialson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RealURL giving MySQL errors on new installation

Check this:
http://dev.mysql.com/doc/refman/5.0/...iguration.html

2008/1/5, Dmitry Dulepov [typo3] <dmitry (AT) typo3 (DOT) org>:
>
> Hi!
>
> Sandy Matheson wrote:
> > Thanks for replying. Do you know of anything that might cause this? Is
> > it possible that this is not enabled in the MySQL setup or something
> > of that sort? If so what do I need to look for/change?

>
> No idea Never encoutered such behavior from MySQL. May be check if you
> accidentally enabled DBAL extension...
>
> --
> Dmitry Dulepov
> TYPO3 core team
> Web: http://typo3bloke.net/
> Skype: callto:liels_bugs
> "Nothing is impossible. There are only limits to our knowledge"
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english (AT) lists (DOT) netfielders.de
> http://lists.netfielders.de/cgi-bin/.../typo3-english
>

_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 08.01.2008, 16:42
Sandy Matheson
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] RealURL giving MySQL errors on new installation

Thanks for all the help.

This led me to investigate MySQL more and I found out that we are
actually using MySQL 3.23 not MySQL5 (what confused me was the
phpinfo() in the install tool said we were on MySQL Api v5.0.20a which
is apparently the client version not the server version).

I have now downgraded to RealURL 1.1.4 pending an upgrade of our MySQL
version.

Sandy
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3] Giving the first and last items in a menu an extra class Stephen Bungert typo3-english@lists.netfielders.de 3 19.12.2007 12:04
[TYPO3-german] Installation in Unterordner verschieben - RealURL - Was muss ich ändern? Christopher typo3-german@lists.netfielders.de 1 07.09.2007 03:44
[TYPO3] MySQL errors on every page Tom Coady typo3-english@lists.netfielders.de 4 01.04.2007 14:54
[TYPO3] mysql errors when logged in Nico Potvin typo3-english@lists.netfielders.de 1 07.01.2007 13:56
[TYPO3-dev] EM errors in 4.1 svn? Dmitry Dulepov typo3-dev@lists.netfielders.de 4 04.01.2007 17:09


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:25 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101