| 00:03 |
Denyerec |
Product shot.... BOOOOOOOOOO ! http://stuff.denyerec.co.uk/DSCF7019_p.jpg |
| 00:03 |
Denyerec |
Bugs.... YAAAAY! http://stuff.denyerec.co.uk/butter.jpg |
| 00:23 |
pulponair |
ping |
| 00:24 |
timdeluxe |
pong |
| 00:24 |
timdeluxe |
good night |
| 01:41 |
gerards |
hi everyone. |
| 03:15 |
nathanl-wi |
hey, I launched a Typo3 based website today! My first. |
| 03:15 |
lighty |
champagne ! |
| 03:15 |
nathanl-wi |
Thanks to all the developers who make it possible |
| 03:16 |
nathanl-wi |
http://www.organicvalley.coop/ (If anyone is interested.) |
| 03:16 |
lighty |
congrats nathanl-wi |
| 03:17 |
nathanl-wi |
thank you |
| 06:02 |
d|g |
hi all |
| 08:39 |
umc |
good morning typoers |
| 08:39 |
umc |
do you know how to get the ID of the backend user that's logged in ? |
| 08:40 |
umc |
I'm making a little extension here for work, and I have to enter data in a custom table, and there's a column there for cruser_id |
| 08:55 |
just2b |
$GLOBALS['BE_USER']->user |
| 08:55 |
umc |
yeah... finally found it in the docs :) thanks |
| 08:56 |
umc |
there it was with global $BE_user; $BE_USER->user["uid"] |
| 08:56 |
umc |
I guess it's the same :) |
| 08:56 |
just2b |
if $BE_USER is once defined as global yes |
| 08:57 |
umc |
I'm almost starting to get the hang of this extension tweaking :) |
| 08:57 |
umc |
luckyly it's only something internal that no one can check and see how nice it's written :)) |
| 09:00 |
Naveed |
hello |
| 09:00 |
Naveed |
have anyone used the aeurltool extension? |
| 09:02 |
Naveed |
i am adding a 404 error page but it displays white bliank page when i give a wrong url |
| 09:05 |
Naveed |
mooman, have u used aeurltool extension? |
| 09:05 |
m0oman |
moo. sorry, no. |
| 09:05 |
Naveed |
:( |
| 09:09 |
Naveed |
kermit have u used realURL extension? |
| 09:10 |
typochur |
Naveed, stop askin all people. Just ask once and if someone wants to help you ... he will say something |
| 09:14 |
Naveed |
:S |
| 09:45 |
solshark |
Hello all |
| 09:46 |
Naveed |
hello sholshark |
| 09:46 |
Naveed |
can u tell me one thing |
| 09:46 |
solshark |
Naveed: Maybe :) |
| 09:46 |
Naveed |
i have used aeurltool to generate a 404 page when wrong url is passed |
| 09:47 |
Cavallo |
hi |
| 09:47 |
Cavallo |
Im using |
| 09:47 |
Cavallo |
plugin.tx_thmailformplus_pi1.email_attachment = ulfile |
| 09:47 |
Naveed |
but when wrong url is passed instead of showing that page it shows a blank page |
| 09:47 |
Cavallo |
ups |
| 09:48 |
solshark |
Naveed: Did you check apache logs, config for RealURL and .htaccess? |
| 09:48 |
Cavallo |
Im using plugin.tx_thmailformplus_pi1.default.email_attachment = ulfile and the file is not attached to email. Where is the problem ? :/ |
| 09:48 |
Naveed |
i have also cleared the cache of realURL |
| 09:48 |
Naveed |
plus FE |
| 09:48 |
Naveed |
but still nothing happens :( |
| 09:50 |
Naveed |
i only get a blank white page |
| 09:55 |
Naveed |
the other way around is to use .htaccess to add erorr documents for 404 |
| 10:20 |
xsebi |
lo all : ) |
| 10:25 |
umc |
hi |
| 10:31 |
theone1979 |
hello, |
| 10:32 |
theone1979 |
i use t3 4.1.3 and have a question about the table content element |
| 10:33 |
theone1979 |
what can i do with CSS class for the table. in the Plugin Options field ? |
| 10:53 |
mikhas |
hello there. does anyone know about the typo3-import function, if it will support tx_templavoila_flex-field (f.ex in pages) when importing a t3x (so that you're not bound to use the specific element id in order for a templavoila-page to work)? |
| 10:53 |
mikhas |
It doesn't in 4.1.2 but I haven't checked more recent versions yet. :) |
| 10:54 |
Cavallo |
Im using plugin.tx_thmailformplus_pi1.default.email_attachment = ulfile and the file is not attached to email. Where is the problem ? :/ |
| 11:05 |
Naveed |
Fatal error: Call to a member function on a non-object in F:\Projects\Tom_Husler\typo3\sysext\cms\tslib\class.tslib_content.php on line 5173 |
| 11:05 |
Naveed |
i m getting this error when i try to call typolink function from within a eID script |
| 11:06 |
Naveed |
any idea? |
| 11:06 |
just2b |
no cobj available? |
| 11:06 |
Naveed |
but i have included the tslib cobj class |
| 11:07 |
just2b |
this is not so easy with just including one clas |
| 11:07 |
just2b |
s |
| 11:07 |
Naveed |
actually i have did that but the prblem is that now i m doing it in eID script |
| 11:08 |
Naveed |
i have listened from people that eID script is a pain in the ass |
| 11:08 |
Naveed |
:) |
| 11:08 |
pmk65 |
Hi. Does anyone know hot to configure RTEHTMLArea, so that empty tags gets removed? |
| 11:08 |
pmk65 |
I have some empty bold tags <b></b> which is causing HTML validators to report warningsbut I haven't been able to find a setting that will remove those. |
| 11:08 |
just2b |
hi peter, puhh i would ask stanislous |
| 11:08 |
Naveed |
anyone have created a typolink function in a eID script?? |
| 11:10 |
Naveed |
just2b: i think you have not worked on eID script?? |
| 11:10 |
Naveed |
right?? |
| 11:10 |
just2b |
i have |
| 11:10 |
pmk65 |
Naveed: You need to acces cObj from an eID script? |
| 11:10 |
Naveed |
yes |
| 11:11 |
Naveed |
and all its functions |
| 11:11 |
Naveed |
pmk65 do u have any solution |
| 11:12 |
pmk65 |
Naveed: Here's a cut from one of my extensions. http://phpfi.com/290516 |
| 11:13 |
pmk65 |
It sets up a cObj inside an eID script. |
| 11:13 |
Naveed |
k let me check it |
| 11:25 |
Naveed |
thanks pmk65 |
| 11:25 |
Naveed |
it worked |
| 12:01 |
theone1979 |
hello, |
| 12:01 |
theone1979 |
i use t3 4.1.3 and have a question about the table content element |
| 12:01 |
theone1979 |
what can i do with CSS class for the table. in the Plugin Options field ? |
| 12:01 |
uschi |
dear friends, i need a mysql guru |
| 12:02 |
uschi |
i have a db online which i need to dump |
| 12:02 |
uschi |
this i achieved using phpmyadmin |
| 12:02 |
uschi |
server online is mysql 5 |
| 12:02 |
uschi |
now i want to import my dump into my local database |
| 12:03 |
uschi |
unfortunately i cannot use phpmyadmin here, because the dump is too large |
| 12:03 |
No5251 |
use phpmyadmin as well |
| 12:03 |
No5251 |
ahh |
| 12:03 |
just2b |
console |
| 12:04 |
No5251 |
yes. or edit the php.ini |
| 12:05 |
uschi |
i would prefer to do it via console (under windows) |
| 12:05 |
uschi |
local mysql is mysql 4 |
| 12:05 |
uschi |
now, if i import the file with the following command my umlauts are broken |
| 12:06 |
uschi |
mysql -u nutzer -ppassword <-h host> db < quelldatei.sql |
| 12:06 |
uschi |
No5251, any advice? |
| 12:10 |
No5251 |
is it an utf8 file? |
| 12:20 |
uschi |
hey Boonkerz |
| 12:20 |
Boonkerz |
hi |
| 12:20 |
uschi |
No5251, i hope so |
| 12:21 |
uschi |
but how can I know, No5251 ? |
| 12:21 |
uschi |
this is why I would love to know how i can do it via console, so that i finally know what the hell i am doing |
| 12:23 |
No5251 |
mysql -p -h localhost DBNAME < dbname.sql |
| 12:23 |
uschi |
yes, i have done this |
| 12:23 |
uschi |
but the umlauts are broken |
| 12:24 |
uschi |
i suppose i have to do something else to get those umlauts right |
| 12:24 |
uschi |
and this is what i am trying to find out |
| 12:26 |
No5251 |
have a look at you sql-file in an editor that supports utf8 |
| 12:26 |
No5251 |
maybe the file isn' really in utf8 |
| 12:27 |
No5251 |
uuahh, wait ... you've got a mysql 4 |
| 12:27 |
No5251 |
have a look at the collations on the mysql 5 server |
| 12:29 |
uschi |
tables are utf8_general_ci |
| 12:30 |
No5251 |
good |
| 12:30 |
uschi |
hm, but how can i make sure that the sql file is utf8? |
| 12:30 |
uschi |
i simply do not know how to do it |
| 12:30 |
No5251 |
export the database within an archive, so windows won't destroy the utf8 |
| 12:31 |
uschi |
how do i do that? |
| 12:31 |
No5251 |
and maybe the import in phpmyadmin works now |
| 12:31 |
No5251 |
export section of phpmyadmin, at the bottom |
| 12:31 |
uschi |
you mean, i export it to a zip file |
| 12:32 |
No5251 |
yes |
| 12:32 |
uschi |
ok, i will try that |
| 12:32 |
uschi |
then i am asking myself about those insert modes |
| 12:32 |
uschi |
complete inserts, 'erweiterte insersts' hexadecimal for blob |
| 12:32 |
uschi |
what do i want? |
| 12:33 |
socken23 |
Hi all! Is there a "quick" way to export a typo3 page as static html? |
| 12:34 |
socken23 |
I don't really want to install realurl, I just need to hand in a page for a diploma thesis.. and they don't know what to do with t3d files ;-) |
| 12:34 |
No5251 |
uschi: just don't change anything there |
| 12:34 |
No5251 |
socken23: grep it with httrack, wget or something |
| 12:35 |
socken23 |
mhh.. I tried wget, but that doesn't really work |
| 12:35 |
No5251 |
wget -r -l 0 http://www.example.com |
| 12:35 |
socken23 |
let me try again.. |
| 12:36 |
No5251 |
aahh, no. |
| 12:36 |
No5251 |
the querie strings ... |
| 12:37 |
socken23 |
No5251: mhh.. that gives me a lot of files like 'index.php@id=backup' |
| 12:37 |
socken23 |
No5251: query strings? |
| 12:38 |
No5251 |
the "?id=blablubb" |
| 12:38 |
No5251 |
set config.simulateStaticDocuments=1 |
| 12:38 |
socken23 |
ah, ok |
| 12:38 |
No5251 |
ja genau ^^ |
| 12:39 |
socken23 |
and I guess I need to modify .htaccess for that, right? |
| 12:39 |
No5251 |
RewriteEngine On |
| 12:39 |
No5251 |
RewriteRule ^[^/]*\.html$ /index.php |
| 12:39 |
Denyerec |
Pew pew pew lazers! |
| 12:39 |
Denyerec |
Hey uschi |
| 12:40 |
uschi |
hi Denyerec :-) |
| 12:40 |
uschi |
I am desparate with exporting importing and synchronizing databases |
| 12:42 |
socken23 |
my .htaccess doesn't work.. |
| 12:42 |
socken23 |
guess that's because of my hoster. |
| 12:43 |
Denyerec |
Doh. |
| 12:43 |
Denyerec |
Are you moving a site uschi ? |
| 12:45 |
uschi |
yes, backwards forwards and sidewards, Denyerec |
| 12:45 |
Denyerec |
Bummer. |
| 12:45 |
Denyerec |
I've only ever mysqldump'd the database, re-inserted it at the new place and uploaded th e/fileadmin/ |
| 12:47 |
No5251 |
Denyerec: with umlauts? |
| 12:47 |
No5251 |
... and with mysql 4 and 5? |
| 12:48 |
Denyerec |
hahaha are you insane ? |
| 12:48 |
Denyerec |
of course not! |
| 12:48 |
No5251 |
i think the utf8 gets destroyed in windows |
| 12:48 |
Denyerec |
From one MySQL5 database to another with the same base charset |
| 12:48 |
Denyerec |
:) |
| 12:48 |
No5251 |
;) |
| 12:48 |
Denyerec |
Mixed charsets will slay you |
| 12:48 |
Denyerec |
4 to 5 isn't *too* bad usually, but the charset thing is the gateway to hell. |
| 12:50 |
uschi |
this is what i am currently experiencing, Denyerec |
| 12:50 |
uschi |
online i have mysql 5, local version is mysql 4 |
| 12:50 |
Denyerec |
Wait.... you probably already have enough of those |
| 12:50 |
Denyerec |
:) |
| 12:51 |
No5251 |
uschi: how looks the sql-file? |
| 12:53 |
uschi |
i am trying it again with a zip file now |
| 12:54 |
uschi |
the problem is, the file is so big that i cannot open it in eclipse without crash |
| 12:54 |
Denyerec |
get Context |
| 12:54 |
Denyerec |
it's a free editor |
| 12:54 |
Denyerec |
and can happily open 1gb textfiles |
| 12:54 |
Denyerec |
www.context.ch I think |
| 12:54 |
uschi |
thx for the tip, and is utf8 capable |
| 12:54 |
Denyerec |
www.context.cx I think |
| 12:54 |
Denyerec |
Yeah I think so |
| 12:54 |
No5251 |
or get a linux that won't destroy utf8 ;) |
| 12:54 |
Denyerec |
it's pretty competant |
| 12:55 |
uschi |
cx? |
| 12:55 |
Denyerec |
Yeah |
| 12:55 |
Denyerec |
cx |
| 12:55 |
Denyerec |
Christmas Island, no less. |
| 13:01 |
uschi |
hm, seems to have no sql syntax highlighting, but i will download it anyway |
| 13:02 |
Denyerec |
I think there's a downloadable highlighter for it, no ? |
| 13:02 |
uschi |
no |
| 13:02 |
Denyerec |
Only an MS SQL one |
| 13:02 |
Denyerec |
which could do you |
| 13:03 |
uschi |
it has ksql |
| 13:04 |
uschi |
whatever that is |
| 13:04 |
uschi |
and PL/SQL |
| 13:04 |
uschi |
hm |
| 13:07 |
theone1979 |
Hi, i can use some help. i use t3 4.1.3 and have a question about the table content element |
| 13:07 |
theone1979 |
what can i do with CSS class for the table. in the Plugin Options field ? |
| 13:08 |
theone1979 |
and does this class refert to the classes defined in the .css file where my TABLE field are at? |
| 13:10 |
theone1979 |
anyone? |
| 13:36 |
Shaq |
Hello |
| 13:38 |
Shaq |
i have a problem with wt_gallery 2.6.0, i updated, but now there a no pictures in the folder /uploads/wt_gallery/popup/ , so there are no more popups available in the gallery ... anyone any idea ? |
| 13:38 |
Denyerec |
If you are shaquan from Unsteady, I will faint with shock. |
| 13:38 |
Denyerec |
*Shaqan |
| 13:39 |
OGB |
no i´m not |
| 13:39 |
Denyerec |
Shame, would have been a sweet co-incidence :) |
| 13:39 |
OGB |
^^ |
| 13:40 |
OGB |
have anyone any idea what i could test or how i could fix this error ? |
| 15:05 |
Nav |
have anyone have an idea how to load realURL in an eID script? |
| 15:05 |
Nav |
coz my links in the eID scripts are successfully generated by typolink but not rendered by realURL |
| 15:08 |
No5251 |
i think you must edit the realurl-conf in the localconf.php |
| 16:24 |
tomyN |
Hi |
| 16:25 |
tomyN |
lighty, you here? quick question for you... |
| 17:05 |
lighty |
hi all |
| 17:07 |
isolysis |
yo |
| 17:58 |
pulponair |
hi there |
| 18:05 |
pulponair |
re |
| 21:10 |
ries |
I did hear that sun want's to write all of MySQL's code base from C to java... so it runs faster on the java application servers... how cool!!! |
| 21:17 |
pulponair |
ries: partly ;) |
| 21:17 |
pulponair |
ries: meaning at least cool for thoose running it on an JAS |
| 21:18 |
pulponair |
ries: and cool for postgres since the rest (thoose who need a native C db) will probably switch over to postgres ;) |
| 21:20 |
ries |
they also want to change pl/sql to pl/java |
| 21:21 |
memememe |
http://flufflandia.myminicity.com/ |
| 21:21 |
ries |
memememe: no spam please |
| 22:01 |
ries |
. |
| 22:30 |
john12 |
pulponair: ? |
| 22:32 |
void |
john12: > I did hear that sun want's to write all of MySQL's code base from C to java <--- is that a joke?? |
| 22:32 |
john12 |
void: Not that I know of.... did hear it from a friend... |
| 22:32 |
john12 |
I don't know details though.... |
| 22:33 |
pulponair |
john12: yeah? |
| 22:34 |
john12 |
Hey pulponair .... |
| 22:41 |
tomyN |
Hi Typo3! Question, is there a plugin that helps to translate the contents of a typo3 page? Like google does for instance ... I am not sure what to look for, try translate in google, aarghh. Please let me know if there is such a thing!! d:) |
| 22:41 |
pulponair |
john12: hey |
| 22:42 |
john12 |
pulponair: rumour was also on #mysql about the java conversion... |
| 22:42 |
john12 |
tomyN: Not that I know of... best is to get a translator anyways |
| 22:43 |
pulponair |
john12: really? |
| 22:43 |
john12 |
yup... |
| 22:43 |
pulponair |
tomyN: there is an xml export/import plugin |
| 22:44 |
pulponair |
tomyN: http://typo3.org/extensions/repository/view/llxmltranslate/2.2.0/ |
| 22:50 |
tomyN |
thanks!! |
| 22:52 |
tomyN |
I don't understand what it does, IT-lingo, non comprendo nada |
| 23:04 |
pulponair |
tomyN: i generates a xml export of your content. That xml file can be easiely edit in excel or what ever |