Title: mrinternet's Replies | WordPress.org

---

# mrinternet

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/mrinternet/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/mrinternet/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Slider images not visible](https://wordpress.org/support/topic/slider-images-not-visible/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/slider-images-not-visible/#post-6990250)
 * Apologies the correct link – [http://thejunction.net/rightandwrongjournal/](http://thejunction.net/rightandwrongjournal/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Slider images not visible](https://wordpress.org/support/topic/slider-images-not-visible/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/slider-images-not-visible/#post-6990244)
 * Oh… sorry about that. It must have been something temporary as I didn’t do any
   fix and just checked – it opens now 8:43 am Denver Friday 1-28-2016 Afterthought–
   you’re not using a proxy are you?… security is set for that.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SubHeading] Subheading works flawlessly](https://wordpress.org/support/topic/subheading-works-flawlessly/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/subheading-works-flawlessly/#post-8045732)
 * Important – be sure to check box for SubHeading in screen options above admin
   post edit screen !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Project Manager – AI Powered Project Management, Task Management, Kanban Board & Time Tracker] Users are not showing up to select assignment of tasks](https://wordpress.org/support/topic/users-are-not-showing-up-to-select-assignment-of-tasks/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/users-are-not-showing-up-to-select-assignment-of-tasks/#post-3298922)
 * erased all content associated with additional task list and it went away – hurrah!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Project Manager – AI Powered Project Management, Task Management, Kanban Board & Time Tracker] Users are not showing up to select assignment of tasks](https://wordpress.org/support/topic/users-are-not-showing-up-to-select-assignment-of-tasks/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/users-are-not-showing-up-to-select-assignment-of-tasks/#post-3298919)
 * How does one remove a task list created in error?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [includes/media.php – syntax error, unexpected $end line 1341](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/#post-2935868)
 * Error resolved by reinstalling WordPress 3.4.1
    I want to **sincerely** thank**
   anevins** for his gracious time and effort in resolving my error.
 * This site has an extraordinary history of malicious attacks/hacks and there is
   always a new zeroday angle even though it has been hardened with every conceivable
   twist.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [includes/media.php – syntax error, unexpected $end line 1341](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/#post-2935862)
 * **line 1312**/**
    * Register an embed handler. This function should probably 
   only be used for sites that do not support oEmbed. * * [@since](https://wordpress.org/support/users/since/)
   2.9.0 * [@see](https://wordpress.org/support/users/see/) WP_Embed::register_handler()*/
   function wp_embed_register_handler( $id, $regex, $callback, $priority = 10 ) {
   global $wp_embed; $wp_embed->register_handler( $id, $regex, $callback, $priority);}
 * /**
    * Unregister a previously registered embed handler. * * [@since](https://wordpress.org/support/users/since/)
   2.9.0 * [@see](https://wordpress.org/support/users/see/) WP_Embed::unregister_handler()*/
   function wp_embed_unregister_handler( $id, $priority = 10 ) { global $wp_embed;
   $wp_embed->unregister_handler( $id, $priority ); }
 * /**
    * Create default array of embed parameters. * * [@since](https://wordpress.org/support/users/since/)
   2.9.0 * * [@return](https://wordpress.org/support/users/return/) array Default
   embed parameters. **line 1340** */
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [includes/media.php – syntax error, unexpected $end line 1341](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/includesmediaphp-syntax-error-unexpected-end-line-1341/#post-2935854)
 * the top line is 1341…
    I added a bracket at last line as suggested and that created
   error message for that line – Parse error: syntax error, unexpected ‘}’ in /vvvv/
   xxxx/public_html/xxxx/wp-includes/media.php on line 1362
 * **Original error message for line 1341 (Top line) **–
    Parse error: syntax error,
   unexpected $end in /xxxx/xxxx/public_html/xxxx/wp-admin/includes/media.php on
   line 1341
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Acunetix Secure WordPress] broken secure-wordpress plugin is like leaving your house unlocked !](https://wordpress.org/support/topic/broken-secure-wordpress-plugin-is-like-leaving-your-house-unlocked/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/broken-secure-wordpress-plugin-is-like-leaving-your-house-unlocked/#post-2199549)
 * **You guys are tops!** Thanks for the reply. We all know it was not intentional
   and you have made up for it and more…
    Response exceeded expectations and the
   end result was a case book example of what customer service should be, and was.
 * > Looking forward to hearing from you.
   > Regards,
   >  Robert Abela Technical Manager – WebsiteDefender
 * **Hats off to website defender for a superb plugin, with equally good customer
   service…** can you tell I think this is one of the better plugins available for
   WordPress?
 * It’s a must-have tool to keep your blog or CMS site safe from the miserable hackers
   with nothing better to do than waste their lives away in self-pity.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [3.0 Upgraded to 3.1 & Posts Edit Admin Dropdown now missing](https://wordpress.org/support/topic/30-upgraded-to-31-posts-edit-admin-dropdown-now-missing/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/30-upgraded-to-31-posts-edit-admin-dropdown-now-missing/#post-2021149)
 * Resolved luckily by updating to WP 3.1. Tried restore of DB – didn’t work! Dodged
   the bullet on this one!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_options: Table 'XXXXXX_wrdp1.wp_options' doesn't exist](https://wordpress.org/support/topic/wp_options-table-xxxxxx_wrdp1wp_options-doesnt-exist/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/wp_options-table-xxxxxx_wrdp1wp_options-doesnt-exist/#post-1605516)
 * Backup restored the wp_options table. Back to normal again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [You don’t have permission to access /wp-admin/themes.php on this server](https://wordpress.org/support/topic/you-dont-have-permission-to-access-wp-adminthemesphp-on-this-server/)
 *  [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [16 years ago](https://wordpress.org/support/topic/you-dont-have-permission-to-access-wp-adminthemesphp-on-this-server/#post-1491049)
 * What actually may have happened – you like most broadband users are on dynamic
   DHCP ip address allocation which changes periodically after 1-3 days depending
   upon your ISP ‘ip lease period’ provided to you… your computer’s ip address on
   the internet CHANGES, and if your htaccess file within your wp-admin folder has
   allowed ‘permission’ only from certain ‘designated ip’ address(es) which now 
   could be different than your just RECENTLY changed NEW dhcp dynamic IP address
   for your computer – bingo!!!… all your folders in your open ftp window go blank
   and your computer screen currently open to the WordPress dashboard all of the
   sudden broadcast error messages!
 * This is exactly what happened to me while working in the opened WordPress dashboard
   doing some updates etc. My computer’s internet ip address changed while WordPress
   dashboard was open.
 * So… first you check your current computer dhcp dynamic ip address (if you have
   a static ip address – then this is **NOT** the problem nor the following the 
   fix) –
    [http://what ismyip.com](http://what ismyip.com) and then ftp in and 
   check your htaccess file within your wp-admin folder for the ip address match.
 * If the ip addresses do **NOT** match – update your htccess file with the current
   ip address you just acquired from whatismyip.com, save the **NEW** ip changes
   in your htaccess file and you should be good to go for the next 1-3 days etc.
 * If you do **NOT** understand what this all means – by all means contact your 
   web host and let them make the changes. Otherwise this is a 5-10 minute change
   depending upon how efficient you work, and it is a very small price to pay for
   the added security it provides from prying eyes or a webbot trying to unload 
   malicious script or trying to hack your site and cost you much more grief and
   down time than the mere 5 minutes the above procedure takes.
 * **Google ‘WordPress security’** and learn to understand the **NEW** security 
   measures taking place **NOW** – as the hackers are attacking WordPress fast and
   furiously, and unless you button down your WordPress site – it’s **NOT** if, 
   but **WHEN** your WordPress site will be hacked and brought down… or even worse.
 * It’s getting bad out there and the fun is lost fast from a serious hack – so 
   backup your WordPress database **NOW**, as well as backup your clean hack-free
   wp-content folder, **BEFORE** disaster strikes !!!
 * **Happy secure WordPress blogging!!! **
 * **[mrinternet@thejunction.net](https://wordpress.org/support/users/mrinternet/replies/mrinternet@thejunction.net?output_format=md)**–
   if you need addt’l assistance with WordPress security and/or bringing back to
   life a hacked blog for a small fee.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After Install, Widgets Frozen](https://wordpress.org/support/topic/after-install-widgets-frozen/)
 *  [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/after-install-widgets-frozen/#post-1348345)
 * The modification that fixed my widgets problem was found in the dashboard ‘screen
   options’ button found at the top of dashboard menu and just under the header.
 * The screen options button only shows when there is a problem in which there is
   an option to fix it with.
 * When there are no problems or no fixes the button just disappears.
 * I clicked the visible ‘screen options’ button which expanded the screen right
   under the header – and presto there was the widget control fix.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [All Plugin(s) icons don’t render as images in wordpress side bars](https://wordpress.org/support/topic/all-plugins-icons-dont-render-as-images-in-wordpress-side-bars/)
 *  Thread Starter [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/all-plugins-icons-dont-render-as-images-in-wordpress-side-bars/#post-1408214)
 * OK – the culprit was WP-Events Calendar plugin. Once the WP-Events Calendar plugin
   was deactivated the images problem disappeared.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [After Install, Widgets Frozen](https://wordpress.org/support/topic/after-install-widgets-frozen/)
 *  [mrinternet](https://wordpress.org/support/users/mrinternet/)
 * (@mrinternet)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/after-install-widgets-frozen/#post-1348340)
 * I have similar widget page ‘frozen’ issue where you can’t drag the widgets on
   the widgets setup page but, found a fix on the Internet 2-3 months ago that was
   in the form of a plugin or a config mod that fixed it.
 * I am configuring a new install with approx 90 plugins installed and 15-20 widgets
   using plugin central.
 * I have read the standard uninstall one-by-one to find problem – but that literally
   kills any time saved using plugin central in which I draw from a core list of
   plugins that I utilize on each site.
 * This is maybe my 20th WordPress site – I am a web developer.
 * Any ideas anyone? This problem is on WordPress version 2.9.1

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/mrinternet/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/mrinternet/replies/page/2/?output_format=md)