Skip to content
FREE & OPEN SOURCE Million Dollar Script is a free WordPress plugin for sponsor walls, campaign grids, fundraiser boards, and premium add-on workflows.

General

Process pixels does not complete

Started November 25, 2012 by Alex

I have installed a copy of the script on a local LAMP server i configured at home.I receive the following error when loading the exampleThe file: /var/www/500KGiveAway/pixels/main1.jpg doesn't exist.Please process your pixels from the Admin section (Look under 'Pixel Admin')this is because i am unable to process the pixelsWhen i click process all, the page goes blank and no image is generatedplease help as im a little stuck

4 replies

Hello,Have you tried increasing your memory limit in the Main Config?Do you get any errors in your web servers error logs?

Hi ryanNo error messages just a blank pagetried reuploading the site in case of ftp errorsincrease memory limit to 32checked the permissions on the admin temp and pixels and set to 777just found this in my apache error log[Sun Nov 25 20:24:45 2012] [error] [client [redacted IP address]] PHP Fatal error: Call to undefined function imagecreate() in /var/www/500KGiveAway/include/image_functions.php on line 123, referer: http://[redacted IP address]/500KGiveAway/admin/process.php

That looks like PHP doesn't have GD support. You have to enable GD support in your PHP installation.

Thanks Ryanill enable it tonight after workfor anyone who is interested i will be following the following tutorial http://www.cyberciti.biz/faq/ubuntu-linux-install-or-add-php-gd-support-to-apache/Ill let you know how i get on