Title: lavandaol's Replies | WordPress.org

---

# lavandaol

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] I have a problem!!](https://wordpress.org/support/topic/i-have-a-problem-8/)
 *  Thread Starter [lavandaol](https://wordpress.org/support/users/lavandaol/)
 * (@lavandaol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/i-have-a-problem-8/#post-3410945)
 * Thank you anyway!!
 * Soon, I’ll try NGG with another WP template!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] I have a problem!!](https://wordpress.org/support/topic/i-have-a-problem-8/)
 *  Thread Starter [lavandaol](https://wordpress.org/support/users/lavandaol/)
 * (@lavandaol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/i-have-a-problem-8/#post-3410931)
 * Before this – never. only when you said to do!
    Is NG Gallery needed to be uninstalled
   and installed again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] I have a problem!!](https://wordpress.org/support/topic/i-have-a-problem-8/)
 *  Thread Starter [lavandaol](https://wordpress.org/support/users/lavandaol/)
 * (@lavandaol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/i-have-a-problem-8/#post-3410916)
 * A part of code:
    … // Get some constants first $this->load_options(); $this->
   define_constant(); $this->define_tables(); $this->load_dependencies(); $this-
   >start_rewrite_module();
 * $this->plugin_name = basename(dirname(__FILE__)).’/’.basename(__FILE__);
 * // Init options & tables during activation & deregister init option
    register_activation_hook(
   $this->plugin_name, array(&$this, ‘activate’) ); register_deactivation_hook( 
   $this->plugin_name, array(&$this, ‘deactivate’) );
 * // Register a uninstall hook to remove all tables & option automatic
    // !! register_uninstall_hook(
   $this->plugin_name, array(&$this, ‘uninstall’) );
 * register_uninstall_hook( $this->plugin_name, array(‘nggLoader’, ‘uninstall’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] I have a problem!!](https://wordpress.org/support/topic/i-have-a-problem-8/)
 *  Thread Starter [lavandaol](https://wordpress.org/support/users/lavandaol/)
 * (@lavandaol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/i-have-a-problem-8/#post-3410915)
 * The answer of WP:
    Parse error: syntax error, unexpected ‘;’ in /home/microl/
   microscope.org.ua/www/wp/wp-content/plugins/nextgen-gallery/nggallery.php on 
   line 81
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] I have a problem!!](https://wordpress.org/support/topic/i-have-a-problem-8/)
 *  Thread Starter [lavandaol](https://wordpress.org/support/users/lavandaol/)
 * (@lavandaol)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/i-have-a-problem-8/#post-3410914)
 * The answer was:
    === Parse error: syntax error, unexpected ‘;’ in /home/microl/
   microscope.org.ua/www/wp/wp-content/plugins/nextgen-gallery/nggallery.php on 
   line 81 ===
 * a part of php code:
    === … // Get some constants first $this->load_options();
   $this->define_constant(); $this->define_tables(); $this->load_dependencies();
   $this->start_rewrite_module();
 *  $this->plugin_name = basename(dirname(__FILE__)).’/’.basename(__FILE__);
 *  // Init options & tables during activation & deregister init option
    register_activation_hook(
   $this->plugin_name, array(&$this, ‘activate’) ); register_deactivation_hook( 
   $this->plugin_name, array(&$this, ‘deactivate’) );
 *  // Register a uninstall hook to remove all tables & option automatic
    // !! 
   register_uninstall_hook( $this->plugin_name, array(&$this, ‘uninstall’) );
 *  register_uninstall_hook( $this->plugin_name, array(‘nggLoader’, ‘uninstall’);
 *  // Start this plugin once all other plugins are fully loaded
    add_action( ‘plugins_loaded’,
   array(&$this, ‘start_plugin’) ); … ===
 * Thanks if you can help!!

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