Title: Blank Module
Last modified: September 13, 2019

---

# Blank Module

 *  Resolved [alejosound](https://wordpress.org/support/users/alejosound/)
 * (@alejosound)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/blank-module/)
 * hello, to me the accounting module, shows me a blank page with a message that
   says, We have completely revamped the Accounting module. Why not check the help
   page for detailed instructions. I click on the help link and it doesn’t show 
   me anything, you could help me, thanks for your attention and collaboration. 
   Install the plugin on two different localhost accounts and one on my online website
   and nothing.

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

 *  [Mehedi Hasan](https://wordpress.org/support/users/thebengalboy/)
 * (@thebengalboy)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/blank-module/#post-11931372)
 * Hello [@alejosound](https://wordpress.org/support/users/alejosound/)
 * Yes, this was an issue causing on the translated sites. Your site is not in English,
   right?
 * However, we have figured out and fixed the issue already. See the commit here-
   > [https://github.com/wp-erp/wp-erp/commit/8ea27951e0e73e43d69052cd71308bb5825e9073](https://github.com/wp-erp/wp-erp/commit/8ea27951e0e73e43d69052cd71308bb5825e9073)
 * This commit is tagged with our next update which will be released within this
   week. But you can implement the fixes on your site now following the commit.
 * Open the file: `..../modules/accounting/includes/classes/class-admin.php`
 * Remove the line:
    `window.erpAcct = JSON.parse('<?php echo json_encode( apply_filters('
   erp_localized_data', [] ) ); ?>');`
 * And add these:
    `window.erpAcct = JSON.parse(‘<?php echo addslashes( json_encode(
   apply_filters( ‘erp_localized_data’, [] ) ) ); ?>’);`
 * If you are unfamiliar editing the codes over FTP or cPanel, I’d recommend you
   to wait for the next release or contact the WPERP support team from the website
   for further guidelines.
 * Thanks
 *  Thread Starter [alejosound](https://wordpress.org/support/users/alejosound/)
 * (@alejosound)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/blank-module/#post-11932544)
 * Hello my friend, thank you very much for the prompt response and attention, I
   already edited the line and if it finally works, my WP is in Spanish, and in 
   another account I put the WP in English without editing the file and it works
   perfectly. Thanks again for your attention I am looking forward to the next update

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

The topic ‘Blank Module’ is closed to new replies.

 * ![](https://ps.w.org/erp/assets/icon-256x256.gif?rev=3439413)
 * [ERP: Complete HR, Accounting & CRM Suite with WooCommerce CRM Support](https://wordpress.org/plugins/erp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/erp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/erp/)
 * [Active Topics](https://wordpress.org/support/plugin/erp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/erp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/erp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [alejosound](https://wordpress.org/support/users/alejosound/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/blank-module/#post-11932544)
 * Status: resolved