Bug #35417
closedConnection Problem Sorry, but an error occurred while connecting to the server. Please check your network connection.
0%
Description
I have installed TYPO3 to domain.tld/cms/ without problems (filepath: /var/www/domain.tld/cms/)
After modifing the DocumentRoot to domain.tld/ (filepath: /var/www/domain.tld/cms/) I get the error:
"Connection Problem Sorry, but an error occurred while connecting to the server. Please check your network connection."
I checked localconf for path-Vars or the install-tool. but i can't find the record where I have to modify something like a baseURL (realurl is not installed yet). Webmodule > Page or List -> no page tree is loaded - so I can't edit any content.
In the error.log from Apache I got lot of entries from kind of:
File does not exist: /var/www/domain.tld/cms/cms, referer: http://www.domain.tld/typo3/backend.php
PHP 5.3.2
TYPO3 4.6.5
no mod_security is installed (there is another old issue with the same error message)
Files
Updated by Constantin Frings over 12 years ago
- File firebug.png firebug.png added
ok, firebug noticed some errors with ajax.php
here the URL to ajax.php is still domain.tld/cms/typo3/...
so it seems to be a problem with t3lib_div::getIndpEnv('TYPO3_SITE_URL') - there is also a /cms/ in the path
I haven't found a solution yet, so one work-around for me is to set a symlink "cms" to "./" in /var/www/domain.tld/cms/ - now /var/www/domain.tld/cms/cms resolves to /var/www/domain.tld/cms/ - now the pagetree is loaded correctly and I can update the pages.
perhaps I can find the real solution later
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
You can freely change the folders around.
Make sure your browser does not use stale caches.