mfsaka
Forum Replies Created
-
Forum: Plugins
In reply to: [AudioIgniter Music Player] Array name bugif ( empty( $post ) || $post->post_type !== $this->post_type ) {
wp_send_json_error( __( “ID doesn’t match a playlist”, ‘audioigniter’ ) );
}Forum: Plugins
In reply to: [AudioIgniter Music Player] Array name bugpublic function is_playlist( $post ) {
$post = get_post( $post );if ( is_wp_error( $post ) || empty( $post ) || is_null( $post ) || $post->post_type !== $this->post_type ) {
return false;
}return true;
Forum: Plugins
In reply to: [AudioIgniter Music Player] Array name bug[ SNIP! ]
- This reply was modified 3 years, 11 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Array name bugNo! My backup is fine! I have this issue 4 times from day i start to use your plugin. None of those 4 times backup can’t fix this playlist lost. I have huge 1000+ tracks playlists. I doubt you can feel how big my frustration!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Array name bugDoesn’t help this time!
Even roll off to back-up point does not help to fix this.
Thanks – i’m sick of you AudioShitnitter. Outtie!Forum: Plugins
In reply to: Time bomb pluginRESPOND!
I have my website broken because of this playlist bug!
I will not redo all my music playlist’s, that contain more than 500 tracks each, manually few times at the year, because this array name bug will appear again!Forum: Plugins
In reply to: Time bomb pluginNo. This is not true!
That’s a 3rd time i got same bug with playlists.
My system admins track the bug, that what he say:
(rus to eng Google translation)The problem is probably the same as last time. The audioigniter plugin changes the name of the array. Last time the array name was a:509 Now the array names are different https://clip2net.com/s/4fWAq4Z There are 3 options. 1. You contact the plugin author and ask how to restore the arrays. 2. You recreate playlists 3. You start using another playlist plugin.Respond!
Forum: Plugins
In reply to: AudioIgniter FailThat’s because we fix it few days back.
The plugin saves the list of tracks to an array. Each array has a name, in this case a: 509. But for unknown reasons, the plugin created a new array a: 505, but tried to access a: 509. We changed the name of the array and everything worked.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Play LinkPlease check my recent post over here:
https://ww.wp.xz.cn/support/topic/audioigniter-fail/Forum: Plugins
In reply to: AudioIgniter FailAnswer from my hosting tech support:
We looked at the plugin code, it searches the database for _audioigniter_tracks records and uses the contents of these records. There are records in the database, as you can see in the screenshot but the plugin does not use them and gives an error
Invalid argument supplied for foreach() in /var/www/memfi932/data/www/funkyrec.ru/wp-content/plugins/audioigniter/audioigniter.php on line 1246
Screenshot
https://clip2net.com/s/4dBgVDXForum: Plugins
In reply to: [AudioIgniter Music Player] AudioIgniter Playermax_input_vars to 6000 helps