Hi,
I'm working on an update from 1.3.3 to 1.3.9 and set up a completely independent "web serving entity" of apache 1.3.33 and PHP 4.3.9 in a newly created path, httpd.conf set accordingly. mediawiki 1.3.9 untared into that respective htdocs dir. Configuration runs smoothly (*), but when trying to invoke the new wiki's homepage, I get the following error/s:
Warning: main(/home/cddoc/doc/httpd/htdocs/wiki/PHPTAL-NP-0.7.0/libs/GetText.php): failed to open stream: No such file or directory in /tmp/tpl_0_7_0_266ec8732a3c4802da09f727bdd41d15.php on line 1
Fatal error: main(): Failed opening required '/home/cddoc/doc/httpd/htdocs/wiki/PHPTAL-NP-0.7.0/libs/GetText.php'
(include_path='.:/home/cddoc/tools/httpd/htdocs/wiki: /home/cddoc/tools/httpd/htdocs/wiki/includes: /home/cddoc/tools/httpd/htdocs/wiki/languages') in /tmp/tpl_0_7_0_266ec8732a3c4802da09f727bdd41d15.php on line 1
The strange thing is, that that /home/cddoc/doc/httpd/.... path is not part of this installation, everything happens in /home/cddoc/tools/httpd/...., apache and PHP have been built in ..../tools/...., the mediawiki-1.3.9 was untarred in ..../tools/httpds/htdocs/ and a grep for "/cddoc/doc/" on any file down the whole ..../tools/ tree gave exactly no result, so it's not hidden in some config file, neither mysql's, apache's or PHP's. :-?
So where does /tmp/tpl_0_7_0_266ec8732a3c4802da09f727bdd41d15.php take this path info from? Resp.: Who creates (since it is obviously a temp file) this /tmp/tpl_0_7_0_266ec8732a3c4802da09f727bdd41d15.php and maybe gives to it this path?
Greetings Philipp
(*) That root DB connection problem mentioned before christmas was solved by giving the actual machine name instead of "localhost" in the config page.
On Dec 29, 2004, at 10:52 AM, Philipp wrote:
So where does /tmp/tpl_0_7_0_266ec8732a3c4802da09f727bdd41d15.php take this path info from?
When it's generated. The file is theoretically named with the md5sum of the full filesystem path of the template file, so ought not to interfere if you installed in a separate path and didn't try to share configuration files. Clear it out and let it regenerate...
I recommend upgrading to 1.4 to avoid PHPTAL problems.
-- brion vibber (brion @ pobox.com)
Brion Vibber <brion <at> pobox.com> writes:
configuration files. Clear it out and let it regenerate...
I recommend upgrading to 1.4 to avoid PHPTAL problems.
Thanks, seems to work now.
Greetings Philipp
wikitech-l@lists.wikimedia.org