Title: Doing autocol 1
Last modified: August 21, 2016

---

# Doing autocol 1

 *  Resolved [msalsas](https://wordpress.org/support/users/msalsas/)
 * (@msalsas)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/doing-autocol-1/)
 * Hello,
 * In Firefox, I can see this endless message in the console: _Doing autocol 1_ 
   when I access to the albums (or an album) page. Any idea of how to solve it?
   
   This is the web site: [http://www.nosabesnada.com](http://www.nosabesnada.com)
   Thank you Manolo
 * [https://wordpress.org/plugins/wp-photo-album-plus/](https://wordpress.org/plugins/wp-photo-album-plus/)

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

 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/doing-autocol-1/#post-5013919)
 * This is a diagnostic message that should not be printed, but i forgot to disable
   it. Does no harm, will be fixed next version.
 * If you want to get rid of it, edit wppa.min.js line 314 reads:
 *     ```
       function wppaConsoleLog(arg){wppaDebug=true;if(typeof(console)!='undefined'&&wppaDebug){console.log(arg);}}
       ```
   
 * change to:
 *     ```
       function wppaConsoleLog(arg){if(typeof(console)!='undefined'&&wppaDebug){console.log(arg);}}
       ```
   
 * i.e.: remove `wppaDebug=true;`
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [12 years ago](https://wordpress.org/support/topic/doing-autocol-1/#post-5014058)
 * Fixed 5.4.0

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

The topic ‘Doing autocol 1’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

## Tags

 * [Firefox](https://wordpress.org/support/topic-tag/firefox/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/doing-autocol-1/#post-5014058)
 * Status: resolved