[Plugin: podPress] Add media button not responsive
-
I just upgraded to podpress Version 8.8.10.8 and WordPress 3.2
The “add media” button on my post add/edit page appears to be broken. It does not respond when clicked. There is no trouble when uploading to other modules and upload systems in this blog installation.
Checking on paths and URLS, the usual suspects… all normal, pointed to the right places for uploads to go, and downloads to be found.
Logs and other server documents turned up no real error, but…
When looked at in a DOM inspector, the problem is quite clear :
The error appears to be in the javascript in the page.post.php:807ReferenceError: Can’t find variable: podPressGenerateVideoPreview
post.php:970ReferenceError: Can’t find variable: podPressGenerateVideoPreview
post.php:1133ReferenceError: Can’t find variable: podPressGenerateVideoPreview
post.php:1296ReferenceError: Can’t find variable: podPressGenerateVideoPreview
post.php:1459ReferenceError: Can’t find variable: podPressGenerateVideoPreview
post.php:1661ReferenceError: Can’t find variable: podPressDisplayMediaFilesThe first 5 errors happen on page load (onload), while the last error, ‘podPressDisplayMediaFiles’ happens whenever the button is clicked.
Any idea why Podpress would have this problem?
- The topic ‘[Plugin: podPress] Add media button not responsive’ is closed to new replies.