phishspac
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Can't Edit / Delete Songs v2.0yes. that is the issue. my site URL is different (mhwblg). thanks
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Can't Edit / Delete Songs v2.0“mhwblg” is specific to my site. Look at your log in path, like the site I am working on is:
http://www.mywebsite.com/mhwblg/wp-login.php
Look for a directory in your path and insert it into the path of the broken 404 link like I did above. I realize looking at the above I did not document my situation properly. I meant to say:
When i click to UPDATE or DELETE it was going to
http://www.mywebsite.com/wp-admin/admin.php?page=hmp_palylist&action=update&id=2
NOT
http://www.mywebsite.com/mhwblg/wp-admin/admin.php?page=hmp_palylist&action=update&id=2
Not having “mhwblg” in the path was causing the 404. My work around is to add “mhwblg” to the path when I click EDIT or DELETE. Hope that helps….
Forum: Plugins
In reply to: [HTML5 jQuery Audio Player] Can't Edit / Delete Songs v2.0figured it out. when i click to UPDATE or DELETE it was going to
http://www.mywebsite.com/mhwblg/wp-admin/admin.php?page=hmp_palylist&action=update&id=2
NOT
http://www.mywebsite.com/mhwblg/wp-admin/admin.php?page=hmp_palylist&action=update&id=2
missing “mhwblg” in the path was killing it. now i click update. go add the mhwblg to the path and it displays the update. brilliant. put that on the bug fix list please and thank you.