Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-12-16 23:55:38
- CertificateNo
- New Member
- Registered: 2008-12-16
- Posts: 2
Textpattern hangs on Include function.warnings
I’m trying to setup Textpattern and everything went smoothly until the configuration was over and the index had to load.
It keeps giving errors about include problems:
******
Warning: include(/usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/textpattern/lib/constants.php) [function.include]: failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/index.php on line 24
Warning: include() [function.include]: Failed opening ‘/usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/textpattern/lib/constants.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/index.php on line 24
Warning: include(/usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/textpattern/lib/txplib_misc.php) [function.include]: failed to open stream: No such file or directory in /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/index.php on line 25
Warning: include() [function.include]: Failed opening ‘/usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/textpattern/lib/txplib_misc.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/index.php on line 25
Fatal error: Call to undefined function txp_status_header() in /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/index.php on line 28
******
I already checked my PHP settings and saw nothing strange. My host is using PHP 5.2.4 and Plesk. Safe mode is turned off.
Permissions on files didn’t look strange either. I searched the forums, Google and documentation but found nothing that could help me any further.
Maybe someone spots something I’ve missed.
Thanks in advance!
Offline
Re: Textpattern hangs on Include function.warnings
Does the file constants.php exist at the exact location /usr/local/psa/home/vhosts/pseudoknowledge.com/httpdocs/textpattern/textpattern/lib/constants.php ?
What are the permissions and owner of that file and the directory and parent directory it resides in?
Offline
#3 2008-12-17 21:15:03
- CertificateNo
- New Member
- Registered: 2008-12-16
- Posts: 2
Re: Textpattern hangs on Include function.warnings
I reinstalled it, and the errors were gone instantly.
The files however were inside the given directories and the permissions while trying to figure the problem out were 777.
So no idea where it came from, but problem fixed. Probably was a FTP problem.
Thank you for responding.
Offline