phishing-frenzy icon indicating copy to clipboard operation
phishing-frenzy copied to clipboard

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

Open crybabycarlos opened this issue 9 years ago • 7 comments

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

crybabycarlos avatar May 07 '15 16:05 crybabycarlos

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

moowsje avatar Aug 27 '15 13:08 moowsje

No solution at this time

zeknox avatar Aug 27 '15 15:08 zeknox

Same exact issue for me as well.

jtomkiel avatar Sep 14 '15 02:09 jtomkiel

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;

xwareinnovations avatar Sep 02 '16 16:09 xwareinnovations

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

zeknox avatar Sep 02 '16 16:09 zeknox

Absolutely - worked a treat for me. Issue resolved.

owenjsr avatar Nov 15 '16 08:11 owenjsr

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

zeknox avatar Nov 23 '16 02:11 zeknox