| 02:34 |
Denyerec |
hey gerards |
| 03:00 |
gerards |
hi |
| 10:37 |
Andylee |
hmm... |
| 10:38 |
Andylee |
I got a problem |
| 10:41 |
just2b |
dont ask to ask |
| 10:44 |
Andylee |
yeah sorry... just trying out something that came in my mind right now... |
| 10:46 |
just2b |
dont be sorry but just dont expect anyone shouting "yeah i wanna help" :D |
| 10:47 |
Andylee |
ok, one problem: ought there be a directory called "install" in the typo3-package? |
| 10:47 |
just2b |
yes |
| 10:48 |
Andylee |
my package does not contain such a directory |
| 10:48 |
Andylee |
this might cause my install not to work :( |
| 10:48 |
just2b |
which package you got? |
| 10:48 |
Andylee |
the one from typo3.org... 4.2.3 |
| 10:49 |
Andylee |
src+dummy |
| 10:49 |
just2b |
src ? |
| 10:49 |
Andylee |
so it is called |
| 10:49 |
just2b |
it is inside src |
| 10:49 |
Andylee |
I don't understand |
| 10:49 |
just2b |
it is inside the src package |
| 10:49 |
Andylee |
the package is a zip archieve |
| 10:49 |
Andylee |
archive? |
| 10:50 |
Andylee |
i unpack it |
| 10:50 |
just2b |
yes and it is inside the dir typo3 |
| 10:50 |
Andylee |
and there are no directories "install" or "src" |
| 10:50 |
just2b |
but what is there? |
| 10:50 |
Andylee |
AH! |
| 10:50 |
Andylee |
one moment |
| 10:50 |
Andylee |
maybe you just saved my week |
| 10:51 |
just2b |
hehe |
| 10:56 |
Andylee |
now i found the install directory :) |
| 10:56 |
Andylee |
i navigate to it |
| 10:56 |
Andylee |
Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL |
| 10:56 |
Andylee |
This file may simply be empty. |
| 10:56 |
Andylee |
For security reasons, it is highly recommended to rename |
| 10:56 |
Andylee |
this is what it says |
| 10:56 |
Andylee |
beside a load of text |
| 10:57 |
Andylee |
but this File does exist! |
| 10:57 |
Andylee |
is did create it |
| 10:59 |
just2b |
just tell what it ssays, so hard? |
| 11:01 |
Andylee |
now |
| 11:01 |
Andylee |
ok |
| 11:02 |
Andylee |
I navigate to the typo3/typo3/install directory |
| 11:03 |
Andylee |
now... with opera it tells me to download index.php.... with Fx it tells me to download a file and when I open it I get this message: |
| 11:03 |
just2b |
you dont have php actviated?! |
| 11:03 |
Andylee |
['PATH_TRANSLATED']):($_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME']))); // Only allow Install Tool access if the file "typo3conf/ENABLE_INSTALL_TOOL" is found $enableInstallToolFile = dirname(dirname(dirname($PATH_thisScript))).'/typo3conf/ENABLE_INSTALL_TOOL'; // Change 1==2 to 1==1 if you want to lock the Install Tool regardless of the file ENABLE_INSTALL_TOOL if (1==2 || ($_SERVER['REM |
| 11:03 |
Andylee |
Fix: Create a file typo3conf/ENABLE_INSTALL_TOOL |
| 11:03 |
Andylee |
This file may simply be empty. |
| 11:04 |
Andylee |
hmpf, how do I do this? :( |
| 11:04 |
Andylee |
For security reasons, it is highly recommended to rename |
| 11:04 |
Andylee |
or delete the file after the operation is finished.'); } // ***************************************************************************** // Defining constants necessary for the install-script to invoke the installer // ***************************************************************************** define('TYPO3_MOD_PATH', 'install/'); $BACK_PATH='../'; // Defining this variable and setting it non-false will invoke the install-screen cal |
| 11:05 |
Andylee |
that is the rest of the mentioned text |
| 11:07 |
Andylee |
sorry, normally I'm not that dumb, but I never installed a CMS on a webspace myself... I always got pre-installed packages |
| 11:09 |
Andylee |
fact is: there is already a website running on this server |
| 11:10 |
Andylee |
do I have to install XAMPP (or anyting else containing apache) again for the typo3-installation? :O |
| 11:10 |
just2b |
no |
| 11:11 |
Andylee |
now, the first site is working.... why does it know php files in the first site and not in the typo3 directory on the same server? |
| 11:11 |
just2b |
dont know, never got that error |
| 11:12 |
Andylee |
fine... I've always been a pioneer in software errors :) |
| 11:12 |
Andylee |
but the error says that php is not activated? |
| 11:13 |
just2b |
no but i just got the feeling and guessed |
| 11:13 |
Andylee |
ah |
| 11:15 |
Andylee |
I think I will delete the whole directory and start over once again... |
| 11:24 |
void |
hello. I need some help =) |
| 11:25 |
just2b |
void we all do :D |
| 11:25 |
void |
hi just2b =) |
| 11:25 |
just2b |
hi |
| 11:26 |
void |
you know, there is an feature in typo3 backend... in web>list you can manually sort records if table is configured to allow such |
| 11:26 |
just2b |
yes |
| 11:27 |
void |
I need to build such system in my current project, which is not based on typo3. I need the algorithm. |
| 11:27 |
just2b |
look at the source code > there is a link wihich will leed you to the function |
| 11:28 |
void |
the function is "move" TCE command.. |
| 11:29 |
just2b |
so you have it ;) |
| 11:34 |
void |
yeeah.. i have it. but you know the size of TCEMAIN, don't you? -) |
| 11:34 |
void |
s/size/SIZE/g |
| 11:35 |
just2b |
no, i also know TYPO3 not really ;) |
| 17:17 |
sfeni |
hi, with which function can I get the values from a TCA-type "check" with an Array as item? |
| 17:17 |
sfeni |
never used this field before :) |
| 17:19 |
sfeni |
I have "37" as value -> 1+4+32 |
| 20:18 |
t-t-t |
hello, can anyone recommend a typo3 discussion forum? |
| 20:18 |
t-t-t |
... not an extension ... one to partake in and view ... |
| 20:27 |
t-t-t |
ah ... just found one ... http://www.typo3board.com/ |
| 20:49 |
SfiSh1 |
its a very small forum |
| 20:49 |
t-t-t |
ah, there is life out there :-) |
| 20:49 |
SfiSh1 |
http://www.typo3forum.net/ |
| 20:50 |
SfiSh1 |
www.typo3.net |
| 20:51 |
t-t-t |
thanks! |
| 20:51 |
t-t-t |
i also just found mediatech forum - http://www.mediatech.net/typo3-forum.html |
| 20:51 |
zorozorov |
Hello everybody. I am studen in camdencc.edu. We have a project to create multi domain web site platform. Is this available with typo3? |
| 20:52 |
t-t-t |
absolutely, zoao |
| 20:52 |
zorozorov |
I get many cms installed this days but ... no one work properly for the task |
| 20:53 |
t-t-t |
typo3 has a steep learning curve, but it is well worth it. |
| 20:53 |
zorozorov |
I installed typo3 as well |
| 20:54 |
zorozorov |
only the admin panel works for now :) |
| 20:55 |
zorozorov |
yes I can see that ... |
| 20:55 |
t-t-t |
have u tried the package from http://webempoweredchurch.com/home/ ? ... very easy to install and get going ... it has a lot of church features, but those don't have to be used |
| 20:56 |
zorozorov |
thanks I will try it .. |
| 20:56 |
t-t-t |
pleasure |
| 20:57 |
zorozorov |
If I have any questions I will be back :) thanks... |
| 20:57 |
t-t-t |
goodluck :-) |
| 20:59 |
zorozorov |
yes I know there will be hard time for me ... I get some suggestion form internet :) |
| 21:01 |
t-t-t |
SfiSh1, any suggestions for english language forums? - typo3.net are in german ... i'm not too good at that yet |
| 21:05 |
t-t-t |
image properties question - my admin user can edit image properties when editing 'media' content, but other lesser users can only add an image ... where should i be looking to fix this? |
| 21:08 |
SfiSh1 |
for english language i preffer the newsgroup |
| 21:11 |
t-t-t |
ok ... i'll try that as well |
| 21:12 |
t-t-t |
any ideas re my image properties problem ... just a pointer in right direction would be good ... i'm newbie but happy to explore ... just don't know where to begin |
| 21:27 |
zorozorov |
t-t-t: * The PHP memory limit is not set consistently throughout TYPO3. Rather than setting this memory limit locally, please contact your hosting company and request that the limit be raised. |
| 21:28 |
zorozorov |
is this a big problem? |
| 21:28 |
zorozorov |
just for test |
| 21:28 |
t-t-t |
i doubt that it's a problem |
| 21:30 |
t-t-t |
it will be nice if you have access to the php.ini file and know how to safely adjust it |
| 21:30 |
zorozorov |
we have hosting with host gator I do not think so the will increase our memory ... |
| 21:37 |
zorozorov |
total 148 lrwxrwxrwx 1 root root 33 Oct 23 21:01 mysql.sock -> ../../../var/lib/mysql/mysql.sock drwxr-xr-x 50 root root 4096 Nov 2 21:40 php -rw-r--r-- 1 root root 39189 Nov 19 12:39 php.ini -r--r--r-- 1 root root 44772 Nov 14 19:17 php.ini,v -rw-r--r-- 1 root root 39161 Nov 14 19:17 php.ini-zend_optimizer.bak drwxr-xr-x 19 root root 20480 Nov 2 21:10 python2.4 |
| 21:38 |
zorozorov |
which one to change t-t-t ? |
| 21:40 |
t-t-t |
sorry zorozorov, i'm lost at this stage ... but perhaps try completing the install without worrying about memory limit |
| 22:00 |
zorozorov |
ok tx any way |
| 22:01 |
t-t-t |
zorozorov, for support also see http://typo3.org/community/mailing-lists/ ... i'm also new to this ... i happen to have dedi server with rackspace ... instant server help ... make a huge difference ... i'm going now ... good luck!! |
| 22:01 |
zorozorov |
my teacher has client and he will give us extra credit if we do this |