Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-13 13:41:40
- radins
- New Member
- Registered: 2006-01-13
- Posts: 2
New Install - Unable to View Site
Had my Textpattern installed perfectly on my site, which is still without domain name. Connection to site is via IP address. Was also able to complete all the initial site admin requirement and create users. However, wasn’t able to view site and greeted with the following error message:
________________________________________________________________________________________________________________________
Warning: main(D:\inetpub\DomainID116720\3AMBlog\textpattern\setup\index.php/publish.php): failed to open stream: No such file or directory in D:\inetpub\DomainID116720\3AMBlog\index.php on line 27
Warning: main(D:\inetpub\DomainID116720\3AMBlog\textpattern\setup\index.php/publish.php): failed to open stream: No such file or directory in D:\inetpub\DomainID116720\3AMBlog\index.php on line 27
Warning: main(): Failed opening ‘D:\inetpub\DomainID116720\3AMBlog\textpattern\setup\index.php/publish.php’ for inclusion (include_path=’.;c:\php\pear’) in D:\inetpub\DomainID116720\3AMBlog\index.php on line 27
Fatal error: Call to undefined function: textpattern() in D:\inetpub\DomainID116720\3AMBlog\index.php on line 28
________________________________________________________________________________________________________________________
Need assistance please.
Offline
Re: New Install - Unable to View Site
$txpcfg['txpath']
in config.php contains the wrong value. Try setting it to:
D:\inetpub\DomainID116720\3AMBlog\textpattern
Offline
#3 2006-01-14 04:46:57
- radins
- New Member
- Registered: 2006-01-13
- Posts: 2
Re: New Install - Unable to View Site
Changed the following:
$txpcfg[‘txpath’] = ‘D:\inetpub\DomainID116720\3AMBlog\textpattern\setup\index.php’;
to:
$txpcfg[‘txpath’] = ‘D:\inetpub\DomainID116720\3AMBlog\textpattern’;
Saved and uploaded the file overwriting the existing one.
It works, however had to enter address manually as follows:
http://IPAddress/3AMBlog/index.php.
Thanks for the help, would it make any easier once I pointed the DNS to a domain name?
Offline
Pages: 1