modipeluri
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dashboard pagination doesn't workThanks. I will contact them and ask them to fix it but I’m not sure what is it that I should ask them to fix exactly?
Forum: Fixing WordPress
In reply to: Dashboard pagination doesn't workAlright, I did what you adviced and found three matches:
Apache Environment section:
HTTP_HOST sirppi5.kpo.fi:8043HTTP Headers Information section:
Host sirppi5.kpo.fi:8043PHP Variables section:
_SERVER[“HTTP_HOST”] sirppi5.kpo.fi:8043Not sure if relevant but also noticed this:
HTTP_X_FORWARDED_HOST kuohu.kajaani.netForum: Fixing WordPress
In reply to: Dashboard pagination doesn't workYup, I’m using the WP-PageNavi plugin. I’ve tried disabling/enabling it and updated it as well but to no avail.
My knowledge is running short here. Where can it get this url if it’s not in the database, nor in the WordPress php files. I’m certain I haven’t written it anywhere at any point. Yet it’s still there. I believe it has got something to do the with the admin_url variable but even forcing a new admin_url in the functions.php didn’t help.
I guess it can’t be theme related either since changing the theme to twentyten didn’t help me either.
Forum: Fixing WordPress
In reply to: Dashboard pagination doesn't workThanks for the suggestion. There were two lines with the wrong url and I fixed them, imported the database back but the pagination is still broken. Tried clearing my cookies too.
Forum: Fixing WordPress
In reply to: Dashboard pagination doesn't workBoth urls are set to https://www.kuohu.kajaani.net
Naturally I’ve tried googling for solution but this is the first time for me when google doesn’t find similar issues.
Forum: Fixing WordPress
In reply to: Dashboard pagination doesn't workHi Esmi,
I just did all of those things but unfortunately none of them worked.
I checked with firebug and it seems that the url is wrong. Instead of https://www.kuohu.kajaani.net/wp-admin/ it’s sirppi5.kpo.fi/wp-admin/
Sirppi being the name of the server.I also tried forcing a new admin_url in my functions.php and in .htaccess but that didn’t work either.
WordPress has to get this url from somewhere right? But I don’t understand from where. I even tried searching through the database to looks for urls with “sirppi” in them but there was none.