texpilot
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upload works, but can’t edit gallery afterwardsMy ISP claims that this is a bug in WordPress. I don’t buy it because it works just fine on my local development machine.
My ISP says I should change the following code in wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js
From:
tb_show(”, tinymce.documentBaseURL + ‘/media-upload.php?post_id=’+post_id+’&tab=gallery&TB_iframe=true’);To:
tb_show(”, tinymce.documentBaseURL + ‘media-upload.php?post_id=’+post_id+’&tab=gallery&TB_iframe=true’);Again, I don’t understand why it works just fine on my dev machine, and at the live demo at BlueHost.com. Can anyone confirm whether this is a bug?
Forum: Fixing WordPress
In reply to: Upload works, but can’t edit gallery afterwardsI decided to start over with latest.tar.gz, rather than uploading all files from my dev machine. Unzipped and untarred latest.tar.gz up on my ISPs server via shell access. Went through the install, copied the Cleaner Gallery, Lightbox 2, and Get The Image plugins, went through the Settings tabs and set everything according to my dev site.
WordPress creates the .htaccess in at mydomain.com/html/cp_wp directory (the directory where I installed WordPress), and I haven’t copied it to wp-admin as I did previously after reading a post that was for v2.5.
Problem still exists! Man am I stumped.
Forum: Fixing WordPress
In reply to: Upload works, but can’t edit gallery afterwardsSorry, forgot to mention this is a fresh 2.7.1 install.