Tavy315
Forum Replies Created
-
Looks like the bug still exists in 1.6.13.4 🙂
if( ( (!isset($_POST[‘aiosp_enabled’]) || $_POST[‘aiosp_enabled’] == null) && $aioseop_options[‘aiosp_enabled’]!=’1′) || (isset($_POST[‘aiosp_enabled’]) && $_POST[‘aiosp_enabled’]==’0′)){
@soleil_levant, @armid12 change line 766 to:
if( (!isset($_POST[‘aiosp_enabled’]) && isset($aioseop_options[‘aiosp_enabled’]) && $aioseop_options[‘aiosp_enabled’]!=’1′) || (isset($_POST[‘aiosp_enabled’]) && $_POST[‘aiosp_enabled’]==’0′)){
I have the latest version (1.6.12.2) and I still got the same error:
Notice: Undefined index: aiosp_enabled in /home/x/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766Forum: Developing with WordPress
In reply to: how to delete change admin footer textThanks!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] if having different plugins path@stvwlf: You can define the plugin dir in config.php as follows:
define( ‘WP_PLUGIN_DIR’, ABSPATH . ‘/plugins’ );
So why not to use that? Looks better on my website…@takayukister: thanks for replying.
Forum: Installing WordPress
In reply to: 2.3 to 2.3.1 upgrade gives post2cat errors?should i try http://codex.wordpress.org/Upgrading_WordPress_Extended
or it would be better if I take every diff from http://trac.wordpress.org/changeset?old_path=tags%2F2.3&old=6293&new_path=tags%2F2.3.1&new=6293 and do it manually ? 😐 better not have a broken wp after all, right?