Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ActiveRecord::StatementInvalid in ClonesController#create" when attempting to clone website #170

Open
crybabycarlos opened this issue May 7, 2015 · 7 comments

Comments

@crybabycarlos
Copy link

I run into this when trying to clone any website, I have attached a screenshot of the output.
capture

@zeknox zeknox added the bug label May 7, 2015
@moowsje
Copy link

moowsje commented Aug 27, 2015

Is there a solution for this problem? I also get the same error when cloning websites.

@zeknox
Copy link
Member

zeknox commented Aug 27, 2015

No solution at this time

@jtomkiel
Copy link

Same exact issue for me as well.

@xwareinnovations
Copy link

here is how to fix this user

connect to MySQL

mysql -u root -p

#<< change root to whatever your MySQL username is

change encoding for table clones

ALTER TABLE pf_dev.clones CONVERT TO CHARACTER SET utf8;

@zeknox
Copy link
Member

zeknox commented Sep 2, 2016

Would love to hear if this solves the issues for others, if so I can include it as part of the installation process.

@owenjsr
Copy link

owenjsr commented Nov 15, 2016

Absolutely - worked a treat for me. Issue resolved.

@zeknox
Copy link
Member

zeknox commented Nov 23, 2016

We will be removing the website cloning func from future releases.

@zeknox zeknox added the Medium label Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants