Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Saturday 12 May 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 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
00:05 Guest495 I setup real URL on my site but the links on my page are still index.php?id=#
01:47 Guest040 I am having problems with real url, i setup a page called contact on my site, then in the fe click the link but i get an error saying: Reason: "contact/" could not be found, closest page matching is
01:50 Guest040 I have tried clearing fe cache and browser cache
01:53 Guest040 I posted my RealURL confg here: http://phpfi.com/233553
03:03 Guest040 I am having problems with real url, i setup a page called contact on my site, then in the fe click the link but i get an error saying: Reason: "contact/" could not be found, closest page matching is
03:03 Guest040 I have tried clearing fe cache and browser cache
03:04 Guest040 I posted my RealURL confg here: http://phpfi.com/233553
03:09 Guest040 all seems fine now...i just made one minor tweak to my Real URL config, it had the wrong default page, it had 17 (which does not exist) it should have been 1, so i changed it and all seems fine now
11:33 VerdeAzzurro_MS I can't believe Typo3 is such difficolt to install
11:33 andreasbalzer what is your problem?
11:34 VerdeAzzurro_MS I've spent days trying to install & reinstall Typo3... Everithing seems to go right, but at the end I'm not able to access the BE panel
11:35 andreasbalzer did you create an admin account?
11:35 andreasbalzer what is the error message you see?
11:35 VerdeAzzurro_MS I tried, but nothing appeat in the be_users table
11:35 VerdeAzzurro_MS appear
11:35 andreasbalzer hm...
11:35 andreasbalzer is the database connection working?
11:36 VerdeAzzurro_MS What's happening?
11:36 andreasbalzer you where disconnected
11:37 VerdeAzzurro_MS the channel windows disappeared
11:37 VerdeAzzurro_MS ok
11:37 VerdeAzzurro_MS yesterday a kind user in #typo3 tried to help me
11:37 Ries VerdeAzzurro_MS: Did you check your system against the requirements of typo3?
11:37 andreasbalzer aem.. did you check that your connection between T3 and your database is working
11:38 VerdeAzzurro_MS yes it is... Typo3 correctly create the default db structure
11:38 Ries what version of php and mysq are you using and on what OS?
11:38 andreasbalzer did you use the 1-2-3 process or did you install T3 manually?
11:39 VerdeAzzurro_MS PHP 4.4.4 MySQL 5.0 Apache 2.0 on Windows 2000 Pro
11:40 VerdeAzzurro_MS I tried both the rpocesses: 123 and manua
11:40 VerdeAzzurro_MS l
11:40 andreasbalzer ries: any idea?
11:41 VerdeAzzurro_MS Coockies and Java are enabled
11:41 andreasbalzer what about JavaScript?
11:42 Ries VerdeAzzurro_MS: Well... any application on windows is normally differcult to install... so it doesn't surprice me...
11:42 Ries But it looks like your configuration is about right
11:42 VerdeAzzurro_MS JS seems ok since when I first access the install DIR n alery appears saying "Tha password... bla bla joh316"
11:43 Ries you can get into the install tool, right?
11:43 VerdeAzzurro_MS yes I can
11:43 Ries and if you create a admin user there, it simply doesn't wotk
11:43 VerdeAzzurro_MS no, it doesn't
11:43 Ries even though typo3 says teh DB connection is good
11:44 VerdeAzzurro_MS or better...
11:44 VerdeAzzurro_MS it accepts my admin and password
11:44 VerdeAzzurro_MS but nothing is written in the DB
11:44 VerdeAzzurro_MS ...and obviously, I cannot access the BE
11:46 VerdeAzzurro_MS I still haven't understood what kind of installation I need: Dummy site, Test site... or what ever?
11:47 VerdeAzzurro_MS can't I installa a perfecly crear application and start from scratch?
11:47 Ries dummy is like a empty website, nothing is in ther enot even a template
11:47 Ries testite is some kinda test site... I never seen that
11:47 Ries But it shows up something on the frontend
11:48 VerdeAzzurro_MS so source + dummy is a normal choise, is it?
11:48 Ries yup
11:48 VerdeAzzurro_MS ok
11:48 VerdeAzzurro_MS if only I could access the BE... :-)
11:48 Ries you could cretae a admin user by hand
11:49 VerdeAzzurro_MS could I?
11:49 Ries the only trick part is the BE users password which is an MD5
11:49 VerdeAzzurro_MS :-) I tried
11:49 Ries and?
11:50 VerdeAzzurro_MS inserted 'admin' in the name, and generated an MD5 hash from a password I knew... then saved in be_users.password
11:50 VerdeAzzurro_MS nothing changed
11:51 Ries But the record is there, right?
11:51 VerdeAzzurro_MS also set the admin flag to 1
11:53 VerdeAzzurro_MS yes is there
11:54 Ries and you created the user in the table be_users?
11:55 VerdeAzzurro_MS yes... I entered 'admin'... the password... set the 'admin' flag... and many other requested values... random
11:56 VerdeAzzurro_MS (just to try, obviously)
11:56 VerdeAzzurro_MS (I didn't really expect it to work)
12:00 VerdeAzzurro_MS no one has an idea?
12:04 Ries VerdeAzzurro_MS: for me it sounds a bit like, if you don't get any errors that the generted md5 is wrong
12:04 Ries I think this works on mysql
12:04 Ries update be_users set password=md5('1234') where uid=1;
12:05 Ries I am not sure if the fieldname is indeed password... but you get the idea
12:05 Ries as far as I cxan tell
12:05 Ries only the username, the adminflag and the md5 opassword needs to be there to have a valid BE user
12:06 VerdeAzzurro_MS I'm going to try
12:09 VerdeAzzurro_MS it says.. 'usergroup' doesn't have a default value
12:09 Ries I also assume that uid 1 is correct
12:10 Ries where does it say that?
12:10 Ries in mysql?
12:10 VerdeAzzurro_MS I tried: INSERT INTO be_users (uid, username, password) VALUE (1, 'admin', md5('123456'))
12:10 Ries try a emoty string for usergroup
12:10 VerdeAzzurro_MS yes. MySQL says that
12:10 VerdeAzzurro_MS Field 'usergroup' doesn't have a default value
12:11 Ries empty string will work... you are trying 4.1.1, right?
12:11 VerdeAzzurro_MS yes
12:12 VerdeAzzurro_MS SQL COMMAND: INSERT INTO be_users (uid, username, password, usergroup, userMods, allowed_languages, uc, TSconfig, usergroup_cached_list) VALUE (1, 'admin', md5('123456'),'','','','','','')
12:12 VerdeAzzurro_MS result: 1 row affected
12:13 VerdeAzzurro_MS and... can't access the BE with 'admin' and '123456'
12:15 Ries that's weird for me...
12:15 VerdeAzzurro_MS that's weird for me too... believe me :-)
12:16 VerdeAzzurro_MS I tried to install it at least 7-8 times
12:16 VerdeAzzurro_MS every time deleting all files, dropping schemas and tables
12:17 VerdeAzzurro_MS 123 step, or manual
12:17 VerdeAzzurro_MS dummy or test
12:17 VerdeAzzurro_MS I'm quite bored now
12:18 VerdeAzzurro_MS How can such a piece of software be so flexible & powerful... and impossbile to get it installed properly
12:18 VerdeAzzurro_MS ???
12:20 VerdeAzzurro_MS I mean... I installed PHP, Apache, and MySQL... I cannot installe Typo3!?
12:20 VerdeAzzurro_MS There must be something I miss
12:21 VerdeAzzurro_MS Something minimal yet wrong that make it useless
12:23 VerdeAzzurro_MS well... have anyone of you a different CSM to suggest me?
12:23 VerdeAzzurro_MS Flexible
12:23 VerdeAzzurro_MS powerfull
12:23 VerdeAzzurro_MS Open source
12:23 VerdeAzzurro_MS and.... easy to install
12:23 VerdeAzzurro_MS :-)
12:25 VerdeAzzurro_MS hmm I guess not
12:25 VerdeAzzurro_MS ok thank you for your help
12:25 VerdeAzzurro_MS ;-)
12:26 VerdeAzzurro_MS bye
14:12 Sweed Hey Guys! Got a problem install tt_address extention. Tried to fix it in install>database analyse>compare and it wants to add to fields. But when I click "write to database" it gives me an error message. Does anyone got any clue what to do about it?
14:12 Sweed http://rafb.net/p/3Xt7Nh81.html
14:20 Sweed This is what happend when I tryed to install tt_address http://rafb.net/p/jL7c6091.html
16:06 Ries For the real coffee lovers : http://www.gaggia.com/macchine-da-caffe.asp?macchine-caffe-professionali-manuali_111_DECO
19:42 Ries any programmers here?

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.