Title: debug mode
Last modified: August 22, 2016

---

# debug mode

 *  ResolvedPlugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/debug-mode-4/)
 * Hi,
    Using CformsII in wordpress debug mode an incredible number of errors apppear,
   mainly because of undefined offsets. I had developed a “corrected” version of
   cforms2, on the basis of Oliver’s last versione, and would like to port it to
   the 14.8 version it if possible. The modifications include a number of corrections
   in the original code in almost all the php files. However I’m not familiar with
   how new versions can be merged. Also, I don’t want to mess up with the great 
   work you’ve done to resurrect Oliver’s plugin. Can you tell me how I could contribute?
   Thank you Cesare
 * [https://wordpress.org/plugins/cforms2/](https://wordpress.org/plugins/cforms2/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5726805)
 * Hi Cesare,
 * that is great to hear. I have corrected most of the errors in the original plugin.
   The offset “errors” are just warnings, however merging the changes on the current
   version should not be trivial. You should clone the github project in your github
   account and locally, checkout tag 14.6 and create a new branch from it where 
   you apply your patches. You can then commit your changes and push the new branch
   to your github clone. Finally you can pull request me via github. I can do the
   merging part.
 * If you are not familiar with git and do not want to learn it, you can also upload
   your version somewhere and post the link here.
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5726853)
 * I can try to learn git.
    But one thing: i have done most of the work on the 14.8,
   since I saw it was out. Most are to eliminate the “notices”, which, when you 
   are developing themes and plugins, are really annoying. There is also a correction
   to the Listbox field, which otherwise does not work. I can make a list. If I 
   have used 14.8 I should checkout 14.8, right ?
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5726908)
 * If you have done most of the work on 14.8, you can just checkout the git HEAD
   in master branch. That is always the last version. In this case you can commit
   and push on the same branch (master) and do not need to create a new branch.
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5726909)
 * ok, I’ve cloned it on my pc and am finishing to clean out the notice messages…
   
   When I’m finished will let you know
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727014)
 * I have finished to modify the cote in order to eliminate all the warnings (& 
   also errors).
    I have been testing sometime in both a test and a production environment
   and I have no more messages while in debug mode. However, I work without ajax,
   and right now have no time to set up a test with ajax. If you like, I can upload
   the sources in github, or send them to you somehow. Let me know what you prefer…
   Cesare
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727016)
 * Great! I prefer the GitHub way, because you can then see with little effort who
   contributed to the project. Just pull request me when you have pushed your changes.
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727017)
 * Ok, i’m in Florence for the week end with a veeeery slow internet line, so I 
   will push it sunday night or monday.
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727019)
 * Hi,
    I saw that you had moved forward to 14.8.1 so i aligned cforms.php and lib_nonajax.
   php, then i commited them and tried to push. However when i give the password,
   I get the error ————- Password for ‘[https://cbacchini@github.com&#8217](https://cbacchini@github.com&#8217);:
   remote: Permission to bgermann/cforms2.git denied to cbacchini. fatal: unable
   to access ‘[https://cbacchini@github.com/bgermann/cforms2/&#8217](https://cbacchini@github.com/bgermann/cforms2/&#8217);:
   The requested URL returned error: 403 ———— I don’t have time to look after this
   now, but maybe you know what has to be done. (NB: i’m using a windows 8 portable)
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727020)
 * You are trying to push to my repository, but you do not have the right to do 
   that. As I mentioned before, you first have to clone my repository to your GitHub
   account, so that you can use the URL [https://github.com/cbacchini/cforms2](https://github.com/cbacchini/cforms2).
   You can then either add that as a remote to your existing local clone and push
   your changes to that remote or clone from that URL, copy the changed files, commit
   and push.
 *  Plugin Contributor [cbacchini](https://wordpress.org/support/users/cbacchini/)
 * (@cbacchini)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727021)
 * Ok, I had misunderstood and skipped the creation of my own copy on the github.
   I now understand and this makes much more sense, of course.
    So i created the
   clone, redid the checkuot on my PC and checked again the corrections. Did the
   pull request, and added a comment trying to be as clear as possible… Let me know!
 *  Plugin Author [bgermann](https://wordpress.org/support/users/bgermann/)
 * (@bgermann)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727022)
 * Thank you! I will have a look on it and integrate it asap.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘debug mode’ is closed to new replies.

 * ![](https://ps.w.org/cforms2/assets/icon-128x128.png?rev=1010031)
 * [cformsII](https://wordpress.org/plugins/cforms2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cforms2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cforms2/)
 * [Active Topics](https://wordpress.org/support/plugin/cforms2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cforms2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cforms2/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [bgermann](https://wordpress.org/support/users/bgermann/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/debug-mode-4/#post-5727022)
 * Status: resolved