Search found 6 matches

by phancox
Wed Aug 26, 2015 9:35 pm
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 27545

Re: Crash on Upload Photo

Didn't get anything running that command. Searched the repository and found that Amazon Linux distribution packages GD separately.

"yum install php54-gd" fixed the problem.

THANKS
by phancox
Tue Aug 25, 2015 7:34 pm
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 27545

Re: Crash on Upload Photo

Running PHP 5.4.44 on Linux in Amazon EC2 instance.

Not real strong on PHP sorry. Mostly just patching other peoples code so not that familiar with the PHP eco system.
by phancox
Tue Aug 25, 2015 9:47 am
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 27545

Crash on Upload Photo

I'm getting the following error when attempting to upload photos.

Code: Select all

Fatal error: Call to undefined function imagecreatetruecolor() in /var/www/cakephp/zuluru/controllers/components/image_crop.php on line 47
Am I supposed to install any imaging software?

THANKS
Peter
by phancox
Tue Aug 25, 2015 7:03 am
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26032

Re: PostgreSQL Database Support

Thanks Greg, I did customise countries and provinces before building the database; and looked up some phone numbers and postcodes from the demo site :-) The move to CakePHP 3.x sounds promising for modification of the application. When is the next version due for release? Is it possible to get a pre...
by phancox
Mon Aug 24, 2015 11:42 pm
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26032

Re: PostgreSQL Database Support

First error seemed to be that "FULL" is a reserved word which I think you are using for the name of many indexes. Assuming you never directly reference the index name in the code (probably not a safe assumption) I changed index name "full" to "fullx". That seemed to hel...
by phancox
Mon Aug 24, 2015 8:13 pm
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26032

PostgreSQL Database Support

Is it possible to install Zuluru with PostgreSQL instead of MySQL? Documentation seems to imply that PostgreSQL is supported but untested. I have successfully installed with MySQL but the PostgreSQL install has many errors when creating the database schema. Am I doing something wrong or is it just t...