crequill
Forum Replies Created
-
It was a conflict with a deactivated plugin named form-manager. I don’t use it and it doesn’t exist anymore on www.remarpro.com. So I delete it. And all is working fine now. Thank you.
Nothing about Press Permit. Only 4 warnings about strict standards on an another plugin advanced-menu-widget.
I increase wordpress memory limit. But it’s not the problem (it was 40M):
memory: 31.89 of 120 MB (27%) | WP LIMIT: 96 MBI cannot access the error_log (Error Log Monitor show nothing), display_errors is activated and I see no error output.
The problem is always here: without Press Permit I can edit my pages, with it I can’t.
Forum: Plugins
In reply to: [Download Manager] wpdm_category: no buttons to navigate from page to pageCorrection OK in 2.6.3
Forum: Plugins
In reply to: [Download Manager] wpdm_category: no buttons to navigate from page to pageHi,
With version 2.6.1, the problem is always here. In download-manager.php line 669.
Forum: Plugins
In reply to: [Download Manager] wpdm_category: no buttons to navigate from page to pageI found the problem: it’s in download-manager.php, line 669. There is a problem with mysql select: an apostrophe is at wrong place.
Actual:
$total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”% $order_query'”);Correction:
$total = $wpdb->get_var(“select count(*) from ahm_files where category like ‘%\”$id\”%’ $order_query”);Forum: Plugins
In reply to: [Download Manager] wpdm_category: no buttons to navigate from page to pageSame issue with version 2.6.
Forum: Plugins
In reply to: [Download Manager] wpdm_category: no buttons to navigate from page to pageHi
Have you some news?