https://bugzilla.wikimedia.org/show_bug.cgi?id=44059
--- Comment #3 from [email protected] --- I think there are several separate problems that any new user of this extension will encounter when following the instructions. This problem on a new, vanilla install seems to be with the creation of a key on a blog field that seem related to the version of MySQL (5.1.56) that my hosting provider is running. This is indeed described in the bug 43694. I tried to approve my first account and it had another problem that may need a new bug. To make it work I changed the file x. It seems to have created an account successfully. >--- AccountConfirmSubmission.orig 2012-11-03 16:20:59.000000000 -0700 >+++ AccountConfirmSubmission.php 2013-01-21 05:01:05.880254769 -0800 >@@ -219,8 +219,8 @@ > 'acd_notes' => > $accReq->getNotes(), > 'acd_urls' => > $accReq->getUrls(), > 'acd_ip' => > $accReq->getIP(), >- 'acd_xff' => >$accReq->getXFF(), >- 'acd_agent' => >$accReq->getAgent(), >+ #'acd_xff' => >$accReq->getXFF(), >+ #'acd_agent' => >$accReq->getAgent(), > 'acd_filename' => > $accReq->getFileName(), > 'acd_storage_key' => > $accReq->getFileStorageKey(), > 'acd_areas' => > $accReq->getAreas( 'flat' ), -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
