Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-12-21 15:37:11

Manaus
Member
From: Turin, Italy
Registered: 2010-10-22
Posts: 251
Website

Can't reach the website

Hello, for the sake of testing on Wamp, I just downloaded a website of mine from the remote server.
The homepage returns a can’t reach the page error, the connection was reset. But I have no idea which it might be, no 500/302/whatever error…
file htaccess is all commented out.

Thanks for any suggestion

Offline

#2 2016-12-21 17:44:39

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,075
Website Mastodon

Re: Can't reach the website

have you double checked the WAMP settings? Can you test on another local new site


…. texted postive

Offline

#3 2016-12-21 19:58:57

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Can't reach the website

Check config.php for the path of the Textpattern files.

Chances are you’ve copied it from a Linux server to a Windows box and a bunch of things are different. The line you’re looking is likely something like this:

$txpcfg['txpath'] = '/var/www/example.com/htdocs';

That needs to change to your WAMP version of the same, wherever it is.

Offline

#4 2016-12-22 09:41:04

Manaus
Member
From: Turin, Italy
Registered: 2010-10-22
Posts: 251
Website

Re: Can't reach the website

Thanks Gaekwad, my config is currently like this

$txpcfg['txpath'] = "C:\wamp\www\XXXX\textpattern";

but, alas, still unreachable…

Offline

#5 2016-12-22 11:22:27

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

Re: Can't reach the website

I wonder – if you create a brand new, Textpattern instance, does that work in WAMP?

Also, if you create a phpinfo() file and view in a browser, does that work?

I ask because the problem may be with WAMP and not Textpattern, as no Textpattern error message is thrown.

Offline

Board footer

Powered by FluxBB