MicrostockGroup Sponsors

Can't Upload Images through FTP

Started by MinkyMooMedia, September 07, 2013, 20:57

Previous topic - Next topic

MinkyMooMedia

I have just tried to upload some images through FTP and I get the following error on the Process Images page,

fatal error: Call to a member function get_error_message() on a non-object in /var/www/vhosts/MYWEBSITE/httpdocs/wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php on line 1137

does anyone know what might be causing the error and how to fix it? I'm running WP3.6, SYS 1.6.5 and The Premium Plugin 1.1.9

Thanks

Leo Blanchette

Sorry I'm late - been out most of the day.

This is often caused due to a memory limitation of processing pictures larger that your environment can handle. In some cases you can modify the php.ini  to allow more memory use, depending on your host. Its an error because by the time the process gets to that point, its recieving an empty object, due to the process not completing on the step before due to limited memory.


MinkyMooMedia

thanks Leo, everyone's allowed a day off :) all sorted the issue now.