I moved servers and now I am having a problem uploading. Whenever I upload either from the server or from my PC I just get a blank page. I checked the file locations and permissions and everything looks ok but I get dumped to /gallery/upload.php and it's blank. Anything that I should look for in trying to remedy this?
I tried both the flash and the regular upload, also tried from the server and the pc. I think it might be the gd library is not compiled in php so I am looking into that.
Yes if you pull up your phpinfo in vb admin panel and gd2 is not listed that is most likely the problem. If display_errors was on in PHP I am sure that is the error that would come back as php functions are being called that do not exist.
Yes if you pull up your phpinfo in vb admin panel and gd2 is not listed that is most likely the problem. If display_errors was on in PHP I am sure that is the error that would come back as php functions are being called that do not exist.
I looked and it looks like it is installed. I asked the guy who installed the PHP and he said it was in there.
Do you want to take a look? It's probably a permissions problem or something I guess.
when you moved servers did you update your server paths under your vbgallery settings to the new server paths? You reset the files and user directories at every level to 777?