From flatmagic at ozemail.com.au Wed Jul 25 03:26:24 2012 From: flatmagic at ozemail.com.au (Carol Berry) Date: Wed, 25 Jul 2012 11:26:24 +1000 Subject: [TYPO3-install] fatal error session start Message-ID: HI all I hope you can help me I'm just about ready to give up on Typo3 all together On my first installation attempt I got all the usual problems - fatal error, not enough memory etc etc and ended up with a half installation I could log into the backend but had no introduction package/template etc. I deleted all the Typo3 files from my server, fixed the memory problem with php.ini, deleted the database and made a new one, and then reloaded all the introduction package. I followed all the installation steps right to the end where it says go to your website. When I do I get this message: Not Found The requested URL /get-started/ was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. If I try to get to the login for the backend I get: Fatal error: session_start() [function.session-start]: Failed to initialize storage module: files (path: ) in /home/toto9699/public_html/typo3/index.php on line 97 I've looked at this line and it's about the url redirect I have no idea how to fix this. I can't find anything about this in the archives Any help would be greatly appreciated Carol From comm at webcan.de Wed Jul 25 12:04:20 2012 From: comm at webcan.de (=?ISO-8859-1?Q?Erdal_G=F6k?=) Date: Wed, 25 Jul 2012 12:04:20 +0200 Subject: [TYPO3-install] fatal error session start In-Reply-To: References: Message-ID: Hi Carol, Carol Berry wrote: > I'm just about ready to give up on Typo3 all together > > On my first installation attempt I got all the usual problems - fatal error, > not enough memory etc etc and ended up with a half installation > > I could log into the backend but had no introduction package/template etc. > > I deleted all the Typo3 files from my server, fixed the memory problem with > php.ini, deleted the database and made a new one, and then reloaded all the > introduction package. > > I followed all the installation steps right to the end where it says go to > your website. When I do I get this message: > > Not Found > > The requested URL /get-started/ was not found on this server. > > Additionally, a 404 Not Found error was encountered while trying to use an > ErrorDocument to handle the request. > > If I try to get to the login for the backend I get: > > Fatal error: session_start() [ href='function.session-start'>function.session-start]: Failed to > initialize storage module: files (path: ) in > /home/toto9699/public_html/typo3/index.php on line 97 > > I've looked at this line and it's about the url redirect > > I have no idea how to fix this. I can't find anything about this in the > archives is this a unix server? Maybe something is missing on this server. Did you read the INSTALL.txt for missing requirements? Maybe also try another browser. If you installed the package in a subdirectory you must change the .htaccess file "# Change this path, if your TYPO3 installation is located in a subdirectory of the website root. #RewriteBase /" to "RewriteBase /yoursub/" If this doesn't help, you can try to uninstall the RealUrl extension in the extensions modul in backend. If you still cant login you can deactivate it by an editor. Look for the file localconf.php in typo3conf Find this place $TYPO3_CONF_VARS['EXT']['extList'] = '...,realurl,...'; And erase the "realurl" out of the list. Kind regards Erdal From flatmagic at ozemail.com.au Wed Jul 25 17:59:33 2012 From: flatmagic at ozemail.com.au (Carol Berry) Date: Thu, 26 Jul 2012 01:59:33 +1000 Subject: [TYPO3-install] fatal error session start In-Reply-To: References: Message-ID: Thank you Erdal for your reply and for trying to help. I have spent the last 3 weeks just trying to get a working installation of Typo3. I haven't even started on my website yet. I'm afraid all this editing of files and fixing of errors only to find another, has finally beaten me and I've given up on Typo 3 and installed Wordpress. By the way for your interest, I found that if I removed the php.ini files I could login to the backend but then of course I got the same old warnings- not enough memory, safe mode on etc etc Here's my php.ini file #; Safe Mode #Safe_mode = off; #memory_limit = 128M; #magic_quotes_gpc = off; #upload_max_filesize = 10M; Yes it's been commented out I never solved the url not found error and in fact it caused problems with my wordpress installation until I removed every trace of Typo3. Thanks again for taking the time to reply. Carol -----Original Message----- From: typo3-install-bounces at lists.typo3.org [mailto:typo3-install-bounces at lists.typo3.org] On Behalf Of Erdal G?k Sent: Wednesday, 25 July 2012 8:04 PM To: typo3-install at lists.typo3.org Subject: Re: [TYPO3-install] fatal error session start Hi Carol, Carol Berry wrote: > I'm just about ready to give up on Typo3 all together > > On my first installation attempt I got all the usual problems - fatal error, > not enough memory etc etc and ended up with a half installation > > I could log into the backend but had no introduction package/template etc. > > I deleted all the Typo3 files from my server, fixed the memory problem with > php.ini, deleted the database and made a new one, and then reloaded all the > introduction package. > > I followed all the installation steps right to the end where it says go to > your website. When I do I get this message: > > Not Found > > The requested URL /get-started/ was not found on this server. > > Additionally, a 404 Not Found error was encountered while trying to use an > ErrorDocument to handle the request. > > If I try to get to the login for the backend I get: > > Fatal error: session_start() [ href='function.session-start'>function.session-start]: Failed to > initialize storage module: files (path: ) in > /home/toto9699/public_html/typo3/index.php on line 97 > > I've looked at this line and it's about the url redirect > > I have no idea how to fix this. I can't find anything about this in the > archives is this a unix server? Maybe something is missing on this server. Did you read the INSTALL.txt for missing requirements? Maybe also try another browser. If you installed the package in a subdirectory you must change the .htaccess file "# Change this path, if your TYPO3 installation is located in a subdirectory of the website root. #RewriteBase /" to "RewriteBase /yoursub/" If this doesn't help, you can try to uninstall the RealUrl extension in the extensions modul in backend. If you still cant login you can deactivate it by an editor. Look for the file localconf.php in typo3conf Find this place $TYPO3_CONF_VARS['EXT']['extList'] = '...,realurl,...'; And erase the "realurl" out of the list. Kind regards Erdal _______________________________________________ TYPO3-install mailing list TYPO3-install at lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install From comm at webcan.de Thu Jul 26 14:30:01 2012 From: comm at webcan.de (=?ISO-8859-1?Q?Erdal_G=F6k?=) Date: Thu, 26 Jul 2012 14:30:01 +0200 Subject: [TYPO3-install] fatal error session start In-Reply-To: References: Message-ID: Hi Carol, Carol Berry wrote: > Thank you Erdal for your reply and for trying to help. > I have spent the last 3 weeks just trying to get a working installation of > Typo3. I haven't even started on my website yet. I'm afraid all this > editing of files and fixing of errors only to find another, has finally > beaten me and I've given up on Typo 3 and installed Wordpress. > By the way for your interest, I found that if I removed the php.ini files I > could login to the backend but then of course I got the same old warnings- > not enough memory, safe mode on etc etc > Here's my php.ini file > #; Safe Mode > #Safe_mode = off; > #memory_limit = 128M; > #magic_quotes_gpc = off; > #upload_max_filesize = 10M; > Yes it's been commented out > I never solved the url not found error and in fact it caused problems with > my wordpress installation until I removed every trace of Typo3. > Thanks again for taking the time to reply. I think at least it was a mix of problems. Next time feel free to ask earlier. There are many people here which like to help. On the other side with WordPress you do have a solution which may also fit your needs. Kind regards Erdal From henrik.b.sorensen at gmail.com Sat Jul 28 02:33:44 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Sat, 28 Jul 2012 02:33:44 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 Message-ID: Dear List, First a big thank you for maintaining this wonderful content management system, I am just beginning to learn how it all works. Please let me know if this question should be posted on one of the other lists. I download the introduction-4.7.2 package and have followed the instructions as described in the http://wiki.typo3.org/Introduction_Package I can get to the backend login and can login as admin. When I try to start the frontend: http://localhost/typo3_intro/index.php The URL is rewritten to http://localhost/typo3_intro/get-started/ And I receive an error message: The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was not found on this server. But: # ls -l /var/www/localhost/htdocs/typo3_intro/index.php lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 /var/www/localhost/htdocs/typo3_intro/index.php -> typo3_src/index.php # ls -l /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php -rw-r--r-- 1 apache apache 2857 Jul 26 14:21 /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php clearly shows the index.php exists. Any ideas on how to solve this? thanks Henrik From kihyoun at googlemail.com Sat Jul 28 15:24:29 2012 From: kihyoun at googlemail.com (Ki-Hyoun Kim) Date: Sat, 28 Jul 2012 15:24:29 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Hi, maybe it is a selinux problem? if selinux is enabled, you have to check the context: ls -Z best, Ki-Hyoun Am 28.07.2012 02:33 schrieb "henrik sorensen" : > Dear List, > > First a big thank you for maintaining this wonderful content > management system, I am just beginning to learn how it all works. > Please let me know if this question should be posted on one of the > other lists. > > I download the introduction-4.7.2 package and have followed the > instructions as described in the > http://wiki.typo3.org/Introduction_Package > > > I can get to the backend login and can login as admin. > > When I try to start the frontend: > http://localhost/typo3_intro/index.php > > The URL is rewritten to http://localhost/typo3_intro/get-started/ > > And I receive an error message: > The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was > not found on this server. > > But: > # ls -l /var/www/localhost/htdocs/typo3_intro/index.php > lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 > /var/www/localhost/htdocs/typo3_intro/index.php -> typo3_src/index.php > # ls -l /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php > -rw-r--r-- 1 apache apache 2857 Jul 26 14:21 > /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php > > clearly shows the index.php exists. > > > Any ideas on how to solve this? > > thanks > Henrik > _______________________________________________ > TYPO3-install mailing list > TYPO3-install at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install > From henrik.b.sorensen at gmail.com Sat Jul 28 16:44:46 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Sat, 28 Jul 2012 16:44:46 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: I don't think so, since I don't have selinux enabled. I checked the apache module mod_rewrite is enabled, and all the owner and group is set to apache. Any ideas? Thanks Henrik On 7/28/12, Ki-Hyoun Kim wrote: > Hi, > > maybe it is a selinux problem? if selinux is enabled, you have to check the > context: > > ls -Z > > best, > Ki-Hyoun > Am 28.07.2012 02:33 schrieb "henrik sorensen" > : > >> Dear List, >> >> First a big thank you for maintaining this wonderful content >> management system, I am just beginning to learn how it all works. >> Please let me know if this question should be posted on one of the >> other lists. >> >> I download the introduction-4.7.2 package and have followed the >> instructions as described in the >> http://wiki.typo3.org/Introduction_Package >> >> >> I can get to the backend login and can login as admin. >> >> When I try to start the frontend: >> http://localhost/typo3_intro/index.php >> >> The URL is rewritten to http://localhost/typo3_intro/get-started/ >> >> And I receive an error message: >> The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was >> not found on this server. >> >> But: >> # ls -l /var/www/localhost/htdocs/typo3_intro/index.php >> lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 >> /var/www/localhost/htdocs/typo3_intro/index.php -> typo3_src/index.php >> # ls -l /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >> -rw-r--r-- 1 apache apache 2857 Jul 26 14:21 >> /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >> >> clearly shows the index.php exists. >> >> >> Any ideas on how to solve this? >> >> thanks >> Henrik >> _______________________________________________ >> TYPO3-install mailing list >> TYPO3-install at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install >> > _______________________________________________ > TYPO3-install mailing list > TYPO3-install at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install > -- Sent from my mobile device From kihyoun at googlemail.com Sat Jul 28 17:05:02 2012 From: kihyoun at googlemail.com (Ki-Hyoun Kim) Date: Sat, 28 Jul 2012 17:05:02 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Maybe a Softlink problem? In Apache Configuration, did you have follow symlinks on? Are the Symlinks correctly set? Plz show the output of ls -l /var/www/localhost/htdocs/typo3_intro 2012/7/28 henrik sorensen : > I don't think so, since I don't have selinux enabled. > > I checked the apache module mod_rewrite is enabled, and all the owner > and group is set to apache. > > Any ideas? > > Thanks > Henrik > > > On 7/28/12, Ki-Hyoun Kim wrote: >> Hi, >> >> maybe it is a selinux problem? if selinux is enabled, you have to check the >> context: >> >> ls -Z >> >> best, >> Ki-Hyoun >> Am 28.07.2012 02:33 schrieb "henrik sorensen" >> : >> >>> Dear List, >>> >>> First a big thank you for maintaining this wonderful content >>> management system, I am just beginning to learn how it all works. >>> Please let me know if this question should be posted on one of the >>> other lists. >>> >>> I download the introduction-4.7.2 package and have followed the >>> instructions as described in the >>> http://wiki.typo3.org/Introduction_Package >>> >>> >>> I can get to the backend login and can login as admin. >>> >>> When I try to start the frontend: >>> http://localhost/typo3_intro/index.php >>> >>> The URL is rewritten to http://localhost/typo3_intro/get-started/ >>> >>> And I receive an error message: >>> The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was >>> not found on this server. >>> >>> But: >>> # ls -l /var/www/localhost/htdocs/typo3_intro/index.php >>> lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 >>> /var/www/localhost/htdocs/typo3_intro/index.php -> typo3_src/index.php >>> # ls -l /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >>> -rw-r--r-- 1 apache apache 2857 Jul 26 14:21 >>> /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >>> >>> clearly shows the index.php exists. >>> >>> >>> Any ideas on how to solve this? >>> >>> thanks >>> Henrik >>> _______________________________________________ >>> TYPO3-install mailing list >>> TYPO3-install at lists.typo3.org >>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install >>> >> _______________________________________________ >> TYPO3-install mailing list >> TYPO3-install at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install >> > > -- > Sent from my mobile device > _______________________________________________ > TYPO3-install mailing list > TYPO3-install at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install From comm at webcan.de Mon Jul 30 00:14:48 2012 From: comm at webcan.de (=?ISO-8859-1?Q?Erdal_G=F6k?=) Date: Mon, 30 Jul 2012 00:14:48 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Hi Henrik, henrik sorensen wrote: > First a big thank you for maintaining this wonderful content > management system, I am just beginning to learn how it all works. > Please let me know if this question should be posted on one of the > other lists. > > I download the introduction-4.7.2 package and have followed the > instructions as described in the > http://wiki.typo3.org/Introduction_Package > > I can get to the backend login and can login as admin. > > When I try to start the frontend: > http://localhost/typo3_intro/index.php > > The URL is rewritten to http://localhost/typo3_intro/get-started/ > > And I receive an error message: > The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was > not found on this server. This is the right place for installation problems. But in the English list some are discussing problems with the introduction packages installed in a sub directory. It should be fixed in newer version, but you may try to route the starting point in a sub domain. I had a similar thread with Carol. You may try some points there, the parts with RealUrl and rewrite stuff. The error message is annoying me. This is not a URL but a path to a file structure. Kind regards Erdal From comm at webcan.de Mon Jul 30 00:18:00 2012 From: comm at webcan.de (=?ISO-8859-1?Q?Erdal_G=F6k?=) Date: Mon, 30 Jul 2012 00:18:00 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Hi Ki-Hyoun, Ki-Hyoun Kim wrote: > Maybe a Softlink problem? In Apache Configuration, did you have follow > symlinks on? > Are the Symlinks correctly set? Plz show the output of > ls -l /var/www/localhost/htdocs/typo3_intro long time ago I installed introduction package. Do you remember if symlinks are needed? Kind regards Erdal From henrik.b.sorensen at gmail.com Mon Jul 30 07:36:04 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Mon, 30 Jul 2012 07:36:04 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: # ls -l /var/www/localhost/htdocs/typo3_intro total 52 -rw-r--r-- 1 apache apache 9721 Jul 26 14:20 INSTALL.txt -rw-r--r-- 1 apache apache 8558 Jul 26 14:20 README.txt -rw-r--r-- 1 apache apache 241 Jul 26 14:20 RELEASE_NOTES.txt -rw-r--r-- 1 apache apache 46 Jul 26 14:20 clear.gif drwxrwsrwx 5 apache apache 4096 Jul 26 14:27 fileadmin lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 index.php -> typo3_src/index.php lrwxrwxrwx 1 apache apache 15 Jul 26 14:20 t3lib -> typo3_src/t3lib lrwxrwxrwx 1 apache apache 15 Jul 26 14:20 typo3 -> typo3_src/typo3 lrwxrwxrwx 1 apache apache 16 Jul 26 14:20 typo3_src -> typo3_src-4.7.2/ drwxr-xr-x 4 apache apache 4096 Jul 26 14:21 typo3_src-4.7.2 drwxrwsrwx 5 apache apache 4096 Jul 26 14:27 typo3conf drwxrwsrwx 12 apache apache 4096 Jul 26 14:33 typo3temp drwxrwsrwx 8 apache apache 4096 Jul 26 14:27 uploads On Sat, Jul 28, 2012 at 5:05 PM, Ki-Hyoun Kim wrote: > Maybe a Softlink problem? In Apache Configuration, did you have follow > symlinks on? > Are the Symlinks correctly set? Plz show the output of > ls -l /var/www/localhost/htdocs/typo3_intro > > > 2012/7/28 henrik sorensen : >> I don't think so, since I don't have selinux enabled. >> >> I checked the apache module mod_rewrite is enabled, and all the owner >> and group is set to apache. >> >> Any ideas? >> >> Thanks >> Henrik >> >> >> On 7/28/12, Ki-Hyoun Kim wrote: >>> Hi, >>> >>> maybe it is a selinux problem? if selinux is enabled, you have to check the >>> context: >>> >>> ls -Z >>> >>> best, >>> Ki-Hyoun >>> Am 28.07.2012 02:33 schrieb "henrik sorensen" >>> : >>> >>>> Dear List, >>>> >>>> First a big thank you for maintaining this wonderful content >>>> management system, I am just beginning to learn how it all works. >>>> Please let me know if this question should be posted on one of the >>>> other lists. >>>> >>>> I download the introduction-4.7.2 package and have followed the >>>> instructions as described in the >>>> http://wiki.typo3.org/Introduction_Package >>>> >>>> >>>> I can get to the backend login and can login as admin. >>>> >>>> When I try to start the frontend: >>>> http://localhost/typo3_intro/index.php >>>> >>>> The URL is rewritten to http://localhost/typo3_intro/get-started/ >>>> >>>> And I receive an error message: >>>> The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was >>>> not found on this server. >>>> >>>> But: >>>> # ls -l /var/www/localhost/htdocs/typo3_intro/index.php >>>> lrwxrwxrwx 1 apache apache 19 Jul 26 14:20 >>>> /var/www/localhost/htdocs/typo3_intro/index.php -> typo3_src/index.php >>>> # ls -l /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >>>> -rw-r--r-- 1 apache apache 2857 Jul 26 14:21 >>>> /var/www/localhost/htdocs/typo3_intro/typo3_src/index.php >>>> >>>> clearly shows the index.php exists. >>>> >>>> >>>> Any ideas on how to solve this? >>>> >>>> thanks >>>> Henrik >>>> _______________________________________________ >>>> TYPO3-install mailing list >>>> TYPO3-install at lists.typo3.org >>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install >>>> >>> _______________________________________________ >>> TYPO3-install mailing list >>> TYPO3-install at lists.typo3.org >>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install >>> >> >> -- >> Sent from my mobile device >> _______________________________________________ >> TYPO3-install mailing list >> TYPO3-install at lists.typo3.org >> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install > _______________________________________________ > TYPO3-install mailing list > TYPO3-install at lists.typo3.org > http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-install From philipp.gampe at typo3.org Mon Jul 30 12:03:44 2012 From: philipp.gampe at typo3.org (Philipp Gampe) Date: Mon, 30 Jul 2012 12:03:44 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 References: Message-ID: Hi henrik, henrik sorensen wrote: > Dear List, > > First a big thank you for maintaining this wonderful content > management system, I am just beginning to learn how it all works. > Please let me know if this question should be posted on one of the > other lists. It is fine here. > I download the introduction-4.7.2 package and have followed the > instructions as described in the > http://wiki.typo3.org/Introduction_Package Arg ... this page is more confusing than helpful. > I can get to the backend login and can login as admin. Good, that means we do not have a PHP problem and the webserver is set up correctly to serve PHP files. > When I try to start the frontend: > http://localhost/typo3_intro/index.php > > The URL is rewritten to http://localhost/typo3_intro/get-started/ It is not rewriten, but TYPO3 makes a redirect. > And I receive an error message: > The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was > not found on this server. Please check the following points: * comment the rewrite ``RewriteBase`` line * verify that the virtual host in the apache configuration file (httpd.conf or apache.conf) has ``AllowOverride All`` set If it still does not work, please disable realurl by adding config.tx_realurl_enable = 0 to the setup section of the template in the Home page. Best regards -- Philipp Gampe ? PGP-Key 0AD96065 ? TYPO3 UG Bonn/K?ln Documentation ? linkvalidator TYPO3 .... inspiring people to share! From henrik.b.sorensen at gmail.com Mon Jul 30 16:12:34 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Mon, 30 Jul 2012 16:12:34 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Thanks for your suggestions, I will try them : > >> When I try to start the frontend: >> http://localhost/typo3_intro/index.php >> >> The URL is rewritten to http://localhost/typo3_intro/get-started/ > > It is not rewriten, but TYPO3 makes a redirect. > >> And I receive an error message: >> The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was >> not found on this server. > > > Please check the following points: > * comment the rewrite ``RewriteBase`` line the .htaccess has: # Change this path, if your TYPO3 installation is located in a subdirectory of the website root. RewriteBase /var/www/localhost/htdocs/typo3_intro > * verify that the virtual host in the apache configuration file (httpd.conf > or apache.conf) has ``AllowOverride All`` set I did not see AllowOverride, and added this to httpd.conf # nano /etc/apache2/httpd.conf # /etc/init.d/apache2 restart * apache2 has detected an error in your setup: Syntax error on line 152 of /etc/apache2/httpd.conf: AllowOverride not allowed here * ERROR: apache2 failed to stop but a quick google mentioned a Directory directive, and I added this to the httpd.conf file: AllowOverride All now the apache restarted without the error But the same problem with the introduction package remain :( > > If it still does not work, please disable realurl by adding > > config.tx_realurl_enable = 0 > > to the setup section of the template in the Home page. would that be in /var/www/localhost/htdocs/typo3_intro/typo3conf/settings/introduction.ts ? I changed tx_realurl_enable = 1 to tx_realurl_enable = 0 but still same problem. thanks for your help Henrik From henrik.b.sorensen at gmail.com Mon Jul 30 19:36:12 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Mon, 30 Jul 2012 19:36:12 +0200 Subject: [TYPO3-install] 404: get-started not found introduction package 4.7.2 In-Reply-To: References: Message-ID: Some more information, I tried to link directly to the page id: http://localhost/typo3_intro/index.php?id=6 and this bring the get-started page from the introduction package. and if I type the id for the individual pages the pages are shown. When I click on any of the available menus I receive 404 Not Found The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was not found on this server. Any ideas? Thanks Henrik From henrik.b.sorensen at gmail.com Mon Jul 30 19:55:22 2012 From: henrik.b.sorensen at gmail.com (henrik sorensen) Date: Mon, 30 Jul 2012 19:55:22 +0200 Subject: [TYPO3-install] SOLVED: Re: 404: get-started not found introduction package 4.7.2 Message-ID: I have now a working introduction package, but some of the installation instructions did not work in my case. I will try to summarize what I did to make the introduction package work for me. In /var/www/localhost/htdocs/typo3_intro/typo3conf/settings/introduction.ts: domain = localhost absRefPrefix = /typo3_intro In /var/www/localhost/htdocs/typo3_intro/.htaccess Comment out line with RewriteBase completely. Thanks for all who helped me. Henrik On Mon, Jul 30, 2012 at 7:36 PM, henrik sorensen wrote: > Some more information, > > I tried to link directly to the page id: > > http://localhost/typo3_intro/index.php?id=6 > > and this bring the get-started page from the introduction package. > > and if I type the id for the individual pages the pages are shown. > > When I click on any of the available menus I receive > > 404 Not Found > The requested URL /var/www/localhost/htdocs/typo3_intro/index.php was > not found on this server. > > Any ideas? > > Thanks > Henrik