Call to undefined function: imagecreate() in c:\inetpub\wwwroot\cpg148\install.php on line 556
PHP Fatal error: Call to undefined function: imagecreatetruecolor() in c:\inetpub\wwwroot\cpg148\install.php on line 562
PHP Fatal error: Failed opening required 'include/debugger.inc.php' (include_path='c:\inetpub\include\') in c:\inetpub\wwwroot\cpg148\include\init.inc.php on line 26
that`s my error,
my php.ini is
include_path= c:\inetpub\include
I have a directory under the inetepub/wwwroot/cpg148 with the subdirectory of the include files and all the other files of the cpg,
I have give the permissions to the folders and subfolders.
What is wrong?
You seem to have 2 problems. The first is that you are trying to use GD without having GD installed. The second is that your include_path php.ini setting is incomplete - it should include a dot.
But what must I do exactly in the php.ini? and what should I do, that the GD is not used?
Read the php docs, this is unrelated to Coppermine. To use Imagemagick instead (if you have that installed) then specify that in config.