blogtj
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Fatal error: Allowed memory size ofor any other solutions is welcomed ??
thank you for your help
Forum: Plugins
In reply to: [WP-DB-Table-Editor] Fatal error: Allowed memory size ofi want to make a page system… can you help telling me where to put this code… where is the page that shows the table?
$page_links = paginate_links( array(
‘base’ => add_query_arg( ‘pagenum’, ‘%#%’ ),
‘format’ => ”,
‘prev_text’ => __( ‘«’, ‘text-domain’ ),
‘next_text’ => __( ‘»’, ‘text-domain’ ),
‘total’ => $num_of_pages,
‘current’ => $pagenum
) );if ( $page_links ) {
echo ‘<div class=”tablenav”><div class=”tablenav-pages” style=”margin: 1em 0″>’ . $page_links . ‘</div></div>’;
}Forum: Plugins
In reply to: [WP-DB-Table-Editor] Fatal error: Allowed memory size ofa paging system would be really nice – i didn;t find any example… can you help me? thank you
Hi,
can you help me telling me what should I disable?
Thank youThank you for your answer
What should i comment and in what file to make it work?
Thank you
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Woocommerce Pretty PermalinksHi guys, i fixed it.
When you activate permalinks, to work this, you need to be sure that in .htaccess file are these lines:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Good Luck!
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Woocommerce Pretty Permalinkshi,
i have the same problem.I activate the permalinks from woocomerce, i activate permalinks from wordpress and when i go to a product the url is changed with a nice link, but i get 404 error.
Everything else from wordpress is working….
What to do?
Thank you,
tj