It's telling me the GD isn't installed, but the hosting company is claiming otherwise ?Code:<?php echo "<html><head><title>Testing Script</title></head><body>"; // Check for safe mode if( ini_get('safe_mode') ){ echo 'SAFE MODE is enabled<p />'; $error=1; } else { echo 'SAFE MODE is not enabled.<p />'; } if (extension_loaded('gd')) { echo 'You have GD.<p />'; } else { echo 'You do not have GD, you will need to install GD<p />'; $error =1; } if ($error == 1) { echo '<b>Please correct the above error(s) before continuing with the install.</b>'; } else { echo '<b>You are looking good!</b>'; } echo "</body></html>"; ?>
Apologises for the brevity of this, but am one hand typing due to torn muscle in shoulder .... man those chess games can get rough![]()







Bookmarks