asylumet
Forum Replies Created
-
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Using as a standalone playerI am beginning to think it may be a wise choice to find a new player. I just had a thought that maybe the reason it says file not found is that I am using a script to track downloads as noticed in the URL I use were the filename is preceded by play/. I had the idea to maybe copy one file into the directory that the html file that the player is embeded into is housed in. Sure enough the File not found goes away. It now just says Connecting… forever but still plays. I then click next and then previous and would you look at that, the artist and title show up but the song doesn’t play. The counter still just stays at 0:00.
Is there even any support for this player or a place to report bugs/request features or anything or is this just a forum for people to speculate?
Forum: Plugins
In reply to: [Plugin: Audio Player] Using FlashVars to set configurable options?turns out this was a cache issue. how do I just delete this post altogether as it may cause someone to waste their time?
Forum: Fixing WordPress
In reply to: This file is too big. The maximum upload size for your server is 8MI kept getting the error “This file is too big. The maximum upload size for your server is 8M.” when trying to upload videos.
My php.ini was set as follows:
upload_max_filesize = 20M
post_max_size = 20Mphpinfo(); returned the following information:
Directive Local Value Master Value
upload_max_filesize 20M 20MI solved this by adding a php.ini file to the wp-admin with the following in it.
upload_max_filesize = 20M
post_max_size = 20M