bedo02
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Ozh’ Admin Drop Down Menu] Conflicts with Organize Series pluginHi Nerrad, any luck? I get the same issue here. Thank you for your help!
Forum: Fixing WordPress
In reply to: RSS Problem on 2.9.1yes it is working for me too
Forum: Fixing WordPress
In reply to: Error message on my blogs RSS Feedok, I got it, it was one of my own plugins, have to debug it.
Forum: Fixing WordPress
In reply to: Error message on my blogs RSS FeedHi,
I am getting the same message :XML Parsing Error: XML or text declaration not at start of entity Location: https://localhost.test/wpmu/feed Line Number 2, Column 1:<?xml version="1.0" encoding="UTF-8"?> ^
Feed https://ecoflare.eu/feed/
I’ve tried to remove the Addthis button from my templates (it was hardcoded) but it did not help.
Any ideas, what is wrong with the rss?It was working perfectly in the v. 2.8.6, it just stopped to work after the automatic upgrade to 2.9.1
Thank you for any suggestions.
Forum: Plugins
In reply to: Problem to add multiple user submenusPlease Help, anyone any idea?
Forum: Plugins
In reply to: Problem to add multiple user submenusPlease help, anyone any idea?
Forum: Plugins
In reply to: Problem to add multiple user submenusHi Folks,
I hope I will find help here.I am trying to create several submenus for the “USER” top level menu at the back office (Admin page).
I was trying to re-do it following this documentation.
But only what I am getting is that my submenus a linked together (as it were one menu) and I am getting one page where the subpages are listed one under another, but not separate pages.Here is my code :
?> <?php add_action('admin_menu', 'WPEUDE_menu'); function WPEUDE_menu () { add_submenu_page('users.php', 'Your Historical Orders', 'Purchase History', 0, __FILE__, 'WPEUDE_history'); add_submenu_page('users.php', 'Your Address Details', 'Address Details', 0, __FILE__, 'WPEUDE_usrdet'); } function WPEUDE_history() { echo '<div class="wrap">'; include (ABSPATH.'wp-content/plugins/WP-E-UserDataExt/Puchase_History.php'); echo '</div>'; } function WPEUDE_usrdet() { echo '<div class="wrap">'; include (ABSPATH.'wp-content/plugins/WP-E-UserDataExt/User_Details.php'); echo '</div>'; } ?>
I don′t know where I am making a mistake, because the menu is created and the content is also displayed, but not separated as it should be.
Please help me I don′t know how further. Thank you.(I′ve corrected the link, sorry for that)
have fun with your gallery ??
Marko, do not change the plugin directory to CHK 777, you have to change permissions for the folder where your pictures are uploaded. It is by default under /wp-content/gallery/ <<<— So you would have to change the permissions for the “gallery” folder to 777.
Note :
if you changed the location for your uploaded photos folder to something else, make sure you have changed the path accordingly in the NGG options.
For ex. : https://www.yourdomain.com/my-photos/…Forum: Installing WordPress
In reply to: After Database Backup & Restore is the blog only writableFound the problem. ??
IDs were not auto_increment. After manual recreating it, the table was again writable by the script. Whole problem was that the script did not know which ID value should be next…Samboll thanx for your help.
Hi. Make sure your whole gallery directory is set with permissions 777. Use Filezila or any different FTP client to change the folder permissions.