Title: uacstudios's Replies | WordPress.org

---

# uacstudios

  [  ](https://wordpress.org/support/users/uacstudios/)

 *   [Profile](https://wordpress.org/support/users/uacstudios/)
 *   [Topics Started](https://wordpress.org/support/users/uacstudios/topics/)
 *   [Replies Created](https://wordpress.org/support/users/uacstudios/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/uacstudios/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/uacstudios/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/uacstudios/engagements/)
 *   [Favorites](https://wordpress.org/support/users/uacstudios/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailing List] [Plugin: Mailing List] fatal error when activating plugin](https://wordpress.org/support/topic/plugin-mailing-list-fatal-error-when-activating-plugin/)
 *  [uacstudios](https://wordpress.org/support/users/uacstudios/)
 * (@uacstudios)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-mailing-list-fatal-error-when-activating-plugin/#post-2323950)
 * Also worth noting that this (cUrl to local address) seems to be the method that
   the plugin uses to display pages in the admin panel. Maybe a solution to the 
   dev would be to have an option to use a proxy for the cUrl parts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailing List] [Plugin: Mailing List] fatal error when activating plugin](https://wordpress.org/support/topic/plugin-mailing-list-fatal-error-when-activating-plugin/)
 *  [uacstudios](https://wordpress.org/support/users/uacstudios/)
 * (@uacstudios)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-mailing-list-fatal-error-when-activating-plugin/#post-2323949)
 * I found this error was because the server my website was hosted on didn’t resolve
   the website’s DNS name locally. Therefore, when cUrl tried to visit a URL to 
   create the databases, it was failing to visit the local server. Append these 
   two lines immediately after “function zing_mailz_activate() {” on line 115 of
   the mailz.php file in the root of the plugin:
 *     ```
       error_reporting(E_ALL);
       ini_set('display_errors', '1');
       ```
   
 * If it is the same error, it will show you the URL which could not be resolved.
   You can visit this URL manually to create the tables in the database (hence the
   error when this is not done). Then retry activation and it should work.
 * (Sorry if this doesn’t make much sense, written in a hurry).

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