I know how to install drupal. I would like to try COD in my local server (laptop)
my local server runs xampp,
after installation cod i have error. When it starts installing, also there is a warning.
How can I Install and try cod?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

was.uthm created an issue. See original summary.

waluyo.umam’s picture

Issue summary: View changes
FileSize
29.5 KB
waluyo.umam’s picture

I tried in the real server, also the same problem. I have done many drupal installation in the server, but never encounter this kind of problem. Please take a look, since this installation does not work.

michaellenahan’s picture

Hi @was.uthm,

Did you download the cod installation profile using git? With git, what you get is the installation profile in its "unmade" form, that is, without the modules.

The way I got around this was to use drush dl cod to download the cod installation profile instead. You could also use drush dl cod --dev.

DiDebru’s picture

My Installation works just fine.
Maybe u should use a fresh d7 with a fresh database , and use

drush si cod --db-url=mysql://root:root@localhost:1436/cod -y

instead of ui.

waluyo.umam’s picture

Thanks for information,
I did not use drush. I extracted the zip files, create database, then install as common drupal installation using installation gui since I am only a drupal user, not developer.
I think I have to try #4 or #5. (never use any drush command previsously).

michaellenahan’s picture

FileSize
55.16 KB

I downloaded the tar.gz from https://ftp.drupal.org/files/projects/cod-7.x-1.4-core.tar.gz

... this installed fine, including the "cod module" at the end (see screenshot).

I haven't tried the zip file: https://ftp.drupal.org/files/projects/cod-7.x-1.4-core.zip though.

waluyo.umam’s picture

Issue summary: View changes

I have found the problem and managed to fix it.
by referring this
https://www.drupal.org/node/1916098

after modifying mysql configuration (in my local server c:\xampp\mysql\bin\my.ini)
from
max_allowed_packet = 1M
to
max_allowed_packet = 20M

and restart mysql,
both version installed version 7.x-2.0-beta4 and 7.x-1.4 now can open with no errors

michaellenahan’s picture

Status: Active » Closed (fixed)

Glad you were able to find out what was wrong, @was.uthm!