> Ok, > I´ve spend now several hours on this problem and I´m about to trash the > whole swup installs and do a source installation. What happend? After > upgrading trustix vom 2.1 to 2.2 all php pages are only showing their > source. After some trying with the config files and seeing blank pages I > finally got the info.php page working, the apps using mysql are still > blank but this was the first time I can see error messages in the logs: > call to undefined function mysql_pconnect. Module was enabled in php.ini > so I thought the third swup install may fix this. I swup --remove all > apache and php5, removed the configs (php4 was removed with the first > try) installed all the packages as suggested on the wiki and here on the > mailing list and now I´m back to the blank pages. Any suggestions what´s > going wrong? >
Maybe your scripts won't run on php5. There are php4 packages for TSL2.2, just intall them and try again: swup --install php4 php4-mysql Enable it in /etc/httpd/conf.d/httpd-php4.conf In this case you can use your old php.ini. I think it should be placed in: /etc/httpd/php4 -- Ariën Huisken Xilay Software _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
