Search found 4 matches
- Wed Jan 03, 2018 1:29 pm
- Forum: Bug reports
- Topic: deleteRecord not defined phpmyadmin 2.7.9
- Replies: 4
- Views: 6598
- Wed Jan 03, 2018 11:47 am
- Forum: Bug reports
- Topic: deleteRecord not defined phpmyadmin 2.7.9
- Replies: 4
- Views: 6598
Re: deleteRecord not defined phpmyadmin 2.7.9
i can't update the phpversion of my server.
After 3hours of search i found a solution:
Comment this:
function saveStatusForCategory(id, type)
{
var id_map = [];
<?php
foreach ($all_ids as $cat_id => $record_ids) {
//echo " id_map[" . $cat_id . "] = [" . implode(',', $record_ids) . "];\n";
}
?>
After 3hours of search i found a solution:
Comment this:
function saveStatusForCategory(id, type)
{
var id_map = [];
<?php
foreach ($all_ids as $cat_id => $record_ids) {
//echo " id_map[" . $cat_id . "] = [" . implode(',', $record_ids) . "];\n";
}
?>
- Wed Jan 03, 2018 11:09 am
- Forum: Bug reports
- Topic: deleteRecord not defined phpmyadmin 2.7.9
- Replies: 4
- Views: 6598
deleteRecord not defined phpmyadmin 2.7.9
Hi all,
i use phpmyfaq 2.7.9 on my website and i have an error in the back-office when i want to delete an article.
Here is my code: (record_show.php): https://hastebin.com/piyiwixiwu.bash
Here is my error (in console) :
Uncaught SyntaxError: Unexpected token ]
Error when i click on the delete ...
i use phpmyfaq 2.7.9 on my website and i have an error in the back-office when i want to delete an article.
Here is my code: (record_show.php): https://hastebin.com/piyiwixiwu.bash
Here is my error (in console) :
Uncaught SyntaxError: Unexpected token ]
Error when i click on the delete ...
- Fri Sep 29, 2017 10:20 am
- Forum: General discussions
- Topic: Remvoe latests FAQ but keep most popular
- Replies: 1
- Views: 2688
Remvoe latests FAQ but keep most popular
Hi all,
How to keep Most popular FAQs and remove latest FAQs please in {rightbox}
ty
How to keep Most popular FAQs and remove latest FAQs please in {rightbox}
ty