Martin:
> I've recently installed the CMS module but have
> not managed to get GD support working. I'm on
> RH7.3/Ensim 3.5. If anyone has sorted this
> already, let me know.
Hi. Ensim is a hosting package, right? So, I think you cannot install your own libraries or recompile PHP. Anyway, just to be sure if there is not GD support in your server, let's check if GD is installed.
If you are using the CMS module 0.6.0 beta 9 (the latest beta), you can login as the superuser, go to the administration console and select "Show information on the current PHP setup". Then a new windows will be displayed with your current PHP configuration. Look for a section called "gd", and check the string "GD Version".
If there is no GD section, there is no GD support in your server.
If there is a GD section, check the GD version.
If GD version is 1.8.x (or so), then go to the administration console of the CMS module and set "Use truecolor functions of the GD 2.0 library" to NO.
If the GD version is 2.0.x, then in the configuration script of the CMS module set "Use truecolor functions of the GD 2.0 library" to YES.
If you are using the CMS module 0.5.1 or lower, there is no option to check the PHP setup. Just create a small PHP script called "test.php" containing only the following:
<?php
phpinfo();
?>
The CMS module has no automatic GD detection because there is no easy way to check the version.
> other problem I have is viewing documents in
> WinXP/IE6, which downloads the file to a temp
> directory, but then fails to open it
I guess you are using a SSL connection. IE 5/6 is always a pain to use under SSL.
I would suggest to try the following in this order:
1.- Change the security options in IE (set that the URL of your phprojekt site is in the secure zone and lowering the security for that zone). Test it.
2.- In file cm/getfile.php, uncomment the line for "Cache-Control: must-revalidate" and one of the three following lines (one of the Pragma lines).
3.- At the beginning of the cm/getfile.php script file, uncomment the session_cache_limiter('public') line.
4.- (For Phprojekt and CMS module)
Disable SSL. I know this may not be an option.
Hope this helps.
Mario A. Valdez-Ramirez
|
|