Project

General

Profile

Actions

Bug #35417

closed

Connection Problem Sorry, but an error occurred while connecting to the server. Please check your network connection.

Added by Constantin Frings over 12 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

firebug.png (34.4 KB) firebug.png Constantin Frings, 2012-04-05 17:37
Actions #1

Updated by Constantin Frings over 12 years ago

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

Actions #2

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.

Actions

Also available in: Atom PDF