TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] WEC Staff Directory - install problem

This is a discussion on [TYPO3] WEC Staff Directory - install problem within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi List I am trying to install the 'WEC Staff Directory', and every ting work fine in backend, but in ...


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 10.05.2007, 16:42
Jogvan Olsen
Gast
 
Beiträge: n/a
Standard [TYPO3] WEC Staff Directory - install problem

Hi List

I am trying to install the 'WEC Staff Directory', and every ting work fine
in backend, but in frontend I get this error message:
------------------------------
0 Unknown column 'B.last_name' in 'order clause'
1 SELECT * FROM tx_wecstaffdirectory_info AS A, fe_users AS B WHERE
A.feuser_id = B.uid AND A.pid in (165) AND A.deleted=0 AND A.hidden=0 AND
A.hidden=0 ORDER BY B.last_name ASC,B.name

Warning: mysql_fetch_assoc( supplied argument is not a valid MySQL result
resource in /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_db.php on line
802

Warning: Cannot modify header information - headers already sent by (output
started at /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_div.php:2787) in
/var/lib/typo3/typo3_src-4.0.4/typo3/sysext/cms/tslib/class.tslib_fe.php on
line 2853
-------------------------------


I use:
TYPO3 ver. 4.0.4
TemplaVoila! ver. 1.1.0
WEC Staff Directory ver. 0.9.4


Does anyone have any idea of what I am doing wrong?


Thanks in advance
Jogvan Olsen


_______________________________________________
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!
  #2  
Alt 10.05.2007, 16:57
Bing Du
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] WEC Staff Directory - install problem

Hi,

> Hi List
>
> I am trying to install the 'WEC Staff Directory', and every ting work fine
> in backend, but in frontend I get this error message:
> ------------------------------
> 0 Unknown column 'B.last_name' in 'order clause'
> 1 SELECT * FROM tx_wecstaffdirectory_info AS A, fe_users AS B WHERE
> A.feuser_id = B.uid AND A.pid in (165) AND A.deleted=0 AND A.hidden=0 AND
> A.hidden=0 ORDER BY B.last_name ASC,B.name
>
> Warning: mysql_fetch_assoc( supplied argument is not a valid MySQL
> result
> resource in /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_db.php on
> line
> 802
>
> Warning: Cannot modify header information - headers already sent by
> (output
> started at /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_div.php:2787)
> in
> /var/lib/typo3/typo3_src-4.0.4/typo3/sysext/cms/tslib/class.tslib_fe.php
> on
> line 2853
> -------------------------------
>
>
> I use:
> TYPO3 ver. 4.0.4
> TemplaVoila! ver. 1.1.0
> WEC Staff Directory ver. 0.9.4
>
>
> Does anyone have any idea of what I am doing wrong?
>
>
> Thanks in advance
> Jogvan Olsen
>
>


I don't use this extension. But if you don't hear anything back from this
mailing list, I'd suggest you post the problem on
http://webempoweredchurch.com/suppor...aff-directory/.
Those guys are very responsive and helpful. After all, it's them who made
the extension. Just a thought.

Bing
_______________________________________________
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 10.05.2007, 18:41
Dave Slayback
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] WEC Staff Directory - install problem

Hi Jogvan,

The extension requires sr_feuser_register extension to be installed. Do
you have that extension installed? This extends the fe_user record with
additional fields like last_name.

As the developer of the extension, I realize this was an oversite in not
making sr_feuser_register required because the staff directory depends
on those fields. The quick fix is to install this extension. In a future
update, I will look into handling if you do not have sr_feuser_register
installed...and eitehr those fields will not be available or I will make
the extension required.

-Dave Slayback
www.WebEmpoweredChurch.org

Jogvan Olsen wrote:
> Hi List
>
> I am trying to install the 'WEC Staff Directory', and every ting work fine
> in backend, but in frontend I get this error message:
> ------------------------------
> 0 Unknown column 'B.last_name' in 'order clause'
> 1 SELECT * FROM tx_wecstaffdirectory_info AS A, fe_users AS B WHERE
> A.feuser_id = B.uid AND A.pid in (165) AND A.deleted=0 AND A.hidden=0 AND
> A.hidden=0 ORDER BY B.last_name ASC,B.name
>
> Warning: mysql_fetch_assoc( supplied argument is not a valid MySQL result
> resource in /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_db.php on line
> 802
>
> Warning: Cannot modify header information - headers already sent by (output
> started at /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_div.php:2787) in
> /var/lib/typo3/typo3_src-4.0.4/typo3/sysext/cms/tslib/class.tslib_fe.php on
> line 2853
> -------------------------------
>
>
> I use:
> TYPO3 ver. 4.0.4
> TemplaVoila! ver. 1.1.0
> WEC Staff Directory ver. 0.9.4
>
>
> Does anyone have any idea of what I am doing wrong?
>
>
> Thanks in advance
> Jogvan Olsen
>
>

_______________________________________________
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 10.05.2007, 19:02
Jogvan Olsen
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] WEC Staff Directory - install problem

Thank You

Just the help I needed...

/Jogvan


"Dave Slayback" <dave (AT) webempoweredchurch (DOT) org> wrote in message
news:mailman.1.1178815276.411.typo3-english (AT) lists (DOT) netfielders.de...
> Hi Jogvan,
>
> The extension requires sr_feuser_register extension to be installed. Do
> you have that extension installed? This extends the fe_user record with
> additional fields like last_name.
>
> As the developer of the extension, I realize this was an oversite in not
> making sr_feuser_register required because the staff directory depends on
> those fields. The quick fix is to install this extension. In a future
> update, I will look into handling if you do not have sr_feuser_register
> installed...and eitehr those fields will not be available or I will make
> the extension required.
>
> -Dave Slayback
> www.WebEmpoweredChurch.org
>
> Jogvan Olsen wrote:
>> Hi List
>>
>> I am trying to install the 'WEC Staff Directory', and every ting work
>> fine in backend, but in frontend I get this error message:
>> ------------------------------
>> 0 Unknown column 'B.last_name' in 'order clause'
>> 1 SELECT * FROM tx_wecstaffdirectory_info AS A, fe_users AS B WHERE
>> A.feuser_id = B.uid AND A.pid in (165) AND A.deleted=0 AND A.hidden=0 AND
>> A.hidden=0 ORDER BY B.last_name ASC,B.name
>>
>> Warning: mysql_fetch_assoc( supplied argument is not a valid MySQL
>> result resource in
>> /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_db.php on line 802
>>
>> Warning: Cannot modify header information - headers already sent by
>> (output started at
>> /var/lib/typo3/typo3_src-4.0.4/t3lib/class.t3lib_div.php:2787) in
>> /var/lib/typo3/typo3_src-4.0.4/typo3/sysext/cms/tslib/class.tslib_fe.php
>> on line 2853
>> -------------------------------
>>
>>
>> I use:
>> TYPO3 ver. 4.0.4
>> TemplaVoila! ver. 1.1.0
>> WEC Staff Directory ver. 0.9.4
>>
>>
>> Does anyone have any idea of what I am doing wrong?
>>
>>
>> Thanks in advance
>> Jogvan Olsen
>>


_______________________________________________
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!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
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-shop] WEC Staff Directory - install problem Jogvan Olsen typo3-project-tt-products@lists.netfielders.de 1 10.05.2007 16:40
[TYPO3-german] BZD Staff Directory dirvish typo3-german@lists.netfielders.de 3 28.03.2007 08:34
[TYPO3-install] unsynchronized extension list - very strange problem Jakub Tesinsky typo3-install@lists.netfielders.de 0 25.03.2007 22:11
[TYPO3-install] Install tool problems with PHP 5.2.1 S. G. Kearn typo3-install@lists.netfielders.de 1 24.03.2007 11:57
[TYPO3] can't install any extension: timeout, realurl problem? Cyrill Helg typo3-english@lists.netfielders.de 2 01.03.2007 12:09


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:11 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

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