Our dev environment is php 4.4.9, with "gd version = bundled (2.0.28 compatible)". We're trying to upload the site to a server running php 5.2.6, "bundled (2.0.34 compatible) ".
Does anyone know what kind of trouble this is likely to cause?
Also, we keep getting the following error messages:
"Warning: mysql_result() [function.mysql-result]: Unable to jump to row -1 on MySQL result index 13 in /usr/www/ ... /sqlFetch3.php on line 53" - 6 times
"Warning: mysql_result() [function.mysql-result]: Unable to jump to row -1 on MySQL result index 18 in /usr/www/ ... /sqlFetch3.php on line 53" - 6 times
The mySql errors refer to a query of a small table with six rows and six columns. I know that's why the error's reported six times. But I don't understand "index 13", much less "index 18". I don't know how to begin looking this one up, so I"m asking.
And then,
"Warning: imagepng() [function.imagepng]: Unable to open 'png/es3161228958285_0.png' for writing: Permission denied in /usr/www/ ... /zzz.php5 on line 394"
Imagepng is a gd function, creating a png out of a colored rectangle, some text and another image. The function is blackbox code to me. in that I can't see it (I think gd is an extension of php, written in C). What would constitute 'permission' to use this function? How could it be denied, and how can I get it bestowed again?
All this works perfectly on the dev server, of course.
Any help or illumination would be deeply appreciated.
Thanks,
- Paul