markuszimmer
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link Databasesok,
thx
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesWhere can i going to donate to this plugin?
Sidequestion, would it be possible that multiple sublinks are added to one main link?
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesI have found the Bug, thank you for your help:
it was an nginx configuration error..
I fixed it with this code snipped:location / {
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesOn Nginx you don’t have a .htaccess..
http://codex.ww.wp.xz.cn/Nginx#URL_Rewrites_.2F_PermalinksIts quiet harder to do those things, does your plugin write something into the .htaccess?
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesI have found the Issue:
Its due to Permlinks, i enabled Permlinks and now pagination wont work, when i disabled permlinks it was working properly 😉
Could that be due to using nginx?
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesAll Plugins excluded link-library are now disabled..
Its still not working properly..
On my test server its working properly with a lower amount of links..Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesI disabled Caching in WP-Super Cache, and now i disabled also the captcha plugins.. they maybe cause this problem..
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesHave you tried it on your server with the Links I exported?
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link Databasescould it be that the plugin wp-super cache is messing around?
and i have uploaded the file
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesSo the File was uploaded, and i think you got a message,
Im off for half an hour taking a break..
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesYes it has the default setting set
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesOk, i will send it
In a couple of Minutes it should be there..
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesNo Problem ^^
Ok i uploaded the file, and I have overwritten the old file. But it seems that nothing has changed
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link Databases#Thank you i will try it
Forum: Plugins
In reply to: [Link Library] Pagination wont work on huge Link DatabasesThanks
Could that be due to the fact that im using a nginx server?
Have you tried/tested it with a huge database?