alexnts
Forum Replies Created
-
Sorry for the flooding.
Deselecting the option
“Hide inaccessible files and categories” did the trick.Thank you for that great plugin!
Downgrading to 0.2.9.14 doesnt seem to solve to problem either..
Forum: Plugins
In reply to: Ckeditor 3.6.2.4 WordPress 3.3.1 doesn't loadI got the last dev version from here:
http://downloads.wp.xz.cn/plugin/ckeditor-for-wordpress.zip
and everything seems to work just fine.My regards!
Forum: Networking WordPress
In reply to: Redirections to 127.0.0.1 when enabling networkThank you Andrea.
I guess it is a matter of using these fields in the first place..
I am saying that because i have tested one more appliance from Bitnami and these fields were missing.Forum: Networking WordPress
In reply to: Redirections to 127.0.0.1 when enabling networkHello again.
My apologies.
In the wp_options table besides the “siteurl” field, there was one more called ” home” with a value of http://127.0.0.1.
(it was on the second page of the table via phpmyadmin)
I have changed to http://192.168.10.231 and all worked just fine.Is there a possibility to remove these two fieds from the database and use only the wp_config.php? (i don’t mind leaving it like that . I am asking to learn 😉 )
My best regards Andrea for helping me.
Alexandros.Forum: Networking WordPress
In reply to: Redirections to 127.0.0.1 when enabling networkGood Morning.
Thank you for helping me out Andrea.
Sorry for the long code and the passwords 🙁I’ve been again to every table in the database and haven’t found any reference to 127.0.0.1 or localhost.All references are to 192.168.10.232
What am i missing?
P.S.Hmmm… Seems there’s some problem with .htaccess.
If i remove it i have the exact same behavior. (in both values of siteurl field)P.S.2 Sorry for the newbie questions.This is my first wordpress installation.