Giter VIP home page Giter VIP logo

Comments (11)

typhonius avatar typhonius commented on August 12, 2024

Is this a repeatable error? I'm not seeing this on either my native OSX build, a Debian container build (from https://github.com/typhonius/govcms-docker) or our travis test framework.

My instincts here say that MySQL on the MAMP server needs to have either the variable for wait_timeout or max_allowed_packet raised.

from govcms7.

jamesastaylor avatar jamesastaylor commented on August 12, 2024

I have had similar issues with MAMP with the developer release we received awhille back. It looked like a issue with the install profile. We have since moved to a DAMP stack which has to seemed to resolve the issue.

from govcms7.

pandaskii avatar pandaskii commented on August 12, 2024

By default my.cnf in MAMP is for a system with small memory

For development or test purpose, I would like to suggest

# The MySQL server
[mysqld]
max_allowed_packet = 100M

And since Drupal is with InnoDB tables, you may uncomment few lines in MAMP my.cnf template

# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /Applications/MAMP/db/mysql/
innodb_data_file_path = ibdata1:100M:autoextend
innodb_log_group_home_dir = /Applications/MAMP/db/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 1G
innodb_additional_mem_pool_size = 128M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 256M
innodb_log_buffer_size = 32M
#nnodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 60

from govcms7.

invisigoth avatar invisigoth commented on August 12, 2024

I'm running govCMS on MAMP 3.1 and set max_allowed_packet to 16MB without any issue with installation. As suggested by jozhao, in MAMP Go to File > Edit Template and change max_allowed_packet in MYSQL my.cnf

from govcms7.

aleayr avatar aleayr commented on August 12, 2024

With the suggested work around here, are we happy to close this off?

from govcms7.

teamglenny avatar teamglenny commented on August 12, 2024

We'll be closing this one out soon if there is no further input

from govcms7.

pandaskii avatar pandaskii commented on August 12, 2024

@aleayr @teamglenny Happy to write a MAMP and govCMS Development page in govCMS wiki page if needed

from govcms7.

typhonius avatar typhonius commented on August 12, 2024

If you can write wiki pages with your permissions and want to contribute that'd be a great idea to point users experiencing difficulties to. 

We also have a govCMS on dev desktop video we can point users to


Adam Malone

On Friday, 30 Oct 2015 at 19:51, Joseph Z [email protected], wrote:

@aleayr @teamglenny Happy to write a MAMP and govCMS Development page in govCMS wiki page if needed


Reply to this email directly or view it on GitHub.

from govcms7.

fiasco avatar fiasco commented on August 12, 2024

We should definitely get some references to the govcms dev desktop into our documentation. I'd prefer we not document setups we're not willing to help support or maintain.

from govcms7.

teamglenny avatar teamglenny commented on August 12, 2024

Due to (pickyourflavour)AMP configs being out of the control for the govCMS service, and the original issue not able to be replicated, will close this ticket.

from govcms7.

jamesastaylor avatar jamesastaylor commented on August 12, 2024

I had no problems with the build and setup of govCMS on Acquia Cloud / Dev desktop. We moved to this after initially having issues with MAMP. I would just recommend staying that you don't support MAMP in your documentation, only a DAMP or LAMP stack.

from govcms7.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.