Re: [TYPO3] php help with writing to the sql database.

2007-06-28 Thread Benjamin Todd
office: Church House, 13-15 Regent Street, Nottingham, NG1 5BS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Dulepov Sent: 27 June 2007 07:14 PM To: typo3-english@lists.netfielders.de Subject: Re: [TYPO3] php help with writing to the sql database

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > yeah i guess i should write some code that makes the columns then > but I don't see how the previous author did this. Well, I do not see any reason to continue until you read docs... You simply do not know ABC of extensions :( -- Dmitry Dulepov TYPO3 freelancer / TYPO

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
yeah i guess i should write some code that makes the columns then but I don't see how the previous author did this. On 6/27/07, Dmitry Dulepov <[EMAIL PROTECTED]> wrote: > > dave typo wrote: > > aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll > > post a whole othe

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll > post a whole other slew of problems after ! It is like using a hammer to repair your watch :( Your extension will work for you but not for anyone else. You are supposed to follow typo3-defined procedure

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
dave typo wrote: > odd. so how do extensions without the sql file opperate, and write to a > database without an included sql file? It means they use columns created by other extensions or typo3 core. > I spose the hldamgallery works because it is a part of dam? I still can't > see the code that

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
aight im using phpmyadmin to add the fields to ttcontent - I'm sure I'll post a whole other slew of problems after ! :D -thanks for your help On 6/27/07, dave typo <[EMAIL PROTECTED]> wrote: > > odd. so how do extensions without the sql file opperate, and write to a > database without an include

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
odd. so how do extensions without the sql file opperate, and write to a database without an included sql file? I spose the hldamgallery works because it is a part of dam? I still can't see the code that makes the connection.. so anyway, i spose i should make a sql file with all my array tables? r

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
Hi! dave typo wrote: > to Dmitry: I was copying the way the other development author was > structuring the passing of data. Had both uid and pid passed. Well, he did not know what he is doing :) > So how do I create the column in the database? I figured that the > passing of > the res variable

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
to Dmitry: I was copying the way the other development author was structuring the passing of data. Had both uid and pid passed. So how do I create the column in the database? I figured that the passing of the res variable and putting an array in ext_tables would create the column... also,how do I

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Rens Admiraal
Op 27-jun-2007, om 15:09 heeft Dmitry Dulepov het volgende geschreven: > Hi! > > dave typo wrote: >> I keep getting this error >> >> 2: SQL error: 'Unknown column 'tx_hldamgallery_fontsize' in 'field >> list'' >> (tt_content:387) >> >> >> after saving the gallery. >> >> and do not understand wh

Re: [TYPO3] php help with writing to the sql database.

2007-06-27 Thread Dmitry Dulepov
Hi! dave typo wrote: > I keep getting this error > > 2: SQL error: 'Unknown column 'tx_hldamgallery_fontsize' in 'field list'' > (tt_content:387) > > > after saving the gallery. > > and do not understand why. Most likely no such column in database. > $res = $GLOBALS['TYPO3_DB']->exec_SELECTq

[TYPO3] php help with writing to the sql database.

2007-06-27 Thread dave typo
Currently, I am trying to make it so users can insert an overlay of text onto images that are being processed by hl_dam_gallery. I am merging the components of another extension, the Image Localization Overlay, with hl_dam_gallery. Localization overlay uses gifbuilder under its typoscript setup Es