Normally the Add another image link works fine.. it sounds like maybe the required JavaScript is not included on the page. I would check thee first.
Thread Starter
Tech01
(@htdnet)
it was checked, I unchecked it and tested, no joy, added back again still no go.
It could a plugin or the theme that is interfering, so you can check that too. Or, to go the other way, you can install a fresh WP and verify that it works using the default theme.
Gonna go ahead and close this thread. Feel free to follow-up with any new infos.
Thread Starter
Tech01
(@htdnet)
Directory permission issues finally resolved…
I found while the web server was able to update the wp installation the user was not from the website. Required deleting the wp-content\upgrade folder which was recreated on initiating an update to your plugin which then failed again.
SSHed to the plugin directory and issued the following command to copy all the permissions from the upgrade directory to all plugin folders.
chmod –reference ../upgrade *
While visually there were no apparent changes there was somewhere along the line. Leave it up to my panel to cause unknowns.
Glad to hear you resolved your issue. Thanks for the follow-up message.