| 04:18 |
mayeco |
hello |
| 04:18 |
mayeco |
a multilanguage products store |
| 04:18 |
mayeco |
very very simple |
| 09:41 |
Tuurlijk |
Hi |
| 09:41 |
Tuurlijk |
Anybody awake in here know of a tool to check the 'distribution' or strength of a generated encryption key? |
| 14:01 |
PMode |
Hi, I have installed Typo3 4.1.2 on Ubuntu 8.04. After configuring Typo3, I cannot create a page in the admin pages Web > Page, context menu New. No error message is shown. Apache error log shows nothing, Typo3 Tools > Log showns nothing either. Table Typo3.pages and Typo3.tt_content are empty. when opening / I get "no pages found on the root level!". |
| 14:02 |
PMode |
How do I create a page? |
| 14:35 |
TaucherMK |
PMode: You wrote you get no error Message, what happens when you click on "New"? Just nothing? (so the context menu just dissappears?) |
| 14:38 |
PMode |
TaucherMK: I looked at Firebug and it turns out I get JavaScript errors on Firefox 3.0.5. |
| 14:45 |
TaucherMK |
do you use plug-ins which modifies the behavior of JavaScript? (e.g. NoScript) |
| 14:46 |
TaucherMK |
or can it be that your db user does not have the right to write in the pages table? |
| 14:50 |
PMode |
TaucherMK: In the first place the Users list had shown for admin no select tables/update tables. I have changed that. Currently disabling all extensions in Firefox. It does not work in Konqueror 3.5.10 with JavaScript enabled either. |
| 14:52 |
TaucherMK |
it should work in Konqueror, so it doesn't seem to be a problem with your Firefox |
| 14:55 |
PMode |
TaucherMK: I have deleted the configuration folder .kde/.kde4. In Konqueror, the popup menu on the page tree on page Web>Page does not open (JavaScript is enabled). |
| 14:56 |
TaucherMK |
i suggest you know that you need to click on the World icon to get the context menu |
| 14:57 |
PMode |
I am aware of that. |
| 14:58 |
ries |
anybody knows swik.net a bit? |
| 14:58 |
TaucherMK |
perhaps something went wrong on the installation process, but i don't know what it can be |
| 14:59 |
TaucherMK |
you could try to reinstall typo3 |
| 14:59 |
TaucherMK |
and when you used apt für the installation you could try to install typo3 manually like explained in the manual |
| 15:00 |
TaucherMK |
did you try to manually add something in the page table with the same db user typo3 uses? |
| 15:04 |
PMode |
TaucherMK: I accidentally deleted my admin user... Anyway, I do not know the schema of pages |
| 15:04 |
TaucherMK |
PMode: You can create a new admin user with the installation tool |
| 15:06 |
TaucherMK |
and you don't need to know the sheme of a page, just try if your user has the neccassary rights to write into the table |
| 16:11 |
PMode |
TaucherMK: after installing 4.2.5 from the website, cleaning the cache, it works. |
| 16:12 |
TaucherMK |
I wonder what the error was ;-) |
| 16:13 |
PMode |
TaucherMK: I also cleaned the cache before. Strange. |
| 19:14 |
kinea |
kraftb: thank you for your help yesterday. i just uploaded my extension version 0.0.1 to the ter (the name is logmail). could take some hours, until it is released. |
| 19:17 |
kinea |
i added the uid in the hash, like you suggested. |
| 19:28 |
kraftb |
what does it do ? |
| 19:28 |
kraftb |
the logmail extension ? |
| 19:34 |
HardPhuck |
guys i want to update a user with multple groups but it just saves 1 to the d |
| 19:34 |
HardPhuck |
DB |
| 19:34 |
HardPhuck |
$record['usergroup'] = '3,5'; |
| 19:34 |
HardPhuck |
like this |
| 19:35 |
HardPhuck |
but instead when i look in the base the user only has a usergroup field with '1' |
| 22:14 |
mushr00m |
hi |
| 22:15 |
mushr00m |
i have a fce with a image inside it |
| 22:15 |
mushr00m |
now i want to set the width of the outer <div> according to the width of the image |
| 22:15 |
mushr00m |
is this possible? |
| 22:41 |
kinea |
mushr00m: sounds easier to solve with css |
| 22:42 |
mushr00m |
i want to float that div |
| 22:42 |
mushr00m |
so i need to set a width for it |
| 22:42 |
mushr00m |
afaik |
| 22:42 |
kinea |
if you float the div, the size will allways surround the inner contents |
| 22:43 |
kinea |
afaik |
| 22:43 |
mushr00m |
wait ill give it a try |
| 22:44 |
kinea |
the div should grow with the image |
| 22:45 |
mushr00m |
by default a div has 100% width |
| 22:45 |
mushr00m |
or the width of the container div |
| 22:45 |
mushr00m |
it is surrounded by |
| 22:52 |
kinea |
you are right. |
| 22:53 |
kinea |
and shrink-to-fit works not with all browsers |
| 22:53 |
mushr00m |
ok |
| 22:53 |
mushr00m |
http://lists.netfielders.de/pipermail/typo3-project-tt-news/2006-December/000739.html |
| 22:53 |
kinea |
so maybe ts is your friend |
| 22:53 |
mushr00m |
this one seems interesting |
| 22:53 |
mushr00m |
yes, REGISTER maybe |
| 22:53 |
mushr00m |
or i have to write an extension -.- |
| 23:24 |
kinea |
mushr00m: data=TSFE:lastImageInfo|0 works like a charm |
| 23:25 |
kinea |
you could use it with a wrap |
| 23:25 |
kinea |
no need for an extension |
| 23:26 |
mushr00m |
=) |
| 23:26 |
mushr00m |
going to check that tomorrow |