We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Some problems! | Forum

jeo
jeo Nov 13 '11
Here is the problems i am having with my site!

1, When changing to a new page "page not responding"
2, No one can login after iv finely imported my back up "keeps saying invalid password"
3, Members on chat come up as someone else like for example john comes up as bob.
4, Facebook like page plugin code don't work in "custom HTML/Text widgets on the site.

Can anyone help me sort these out? thanks
Keelan Leader
Keelan Nov 13 '11
1, Sounds like a host issue
2, You have the same salt in ow_inluces/config.php
3, This may be a result of the above
5, More info
jeo
jeo Nov 14 '11
1, should i tell my host about this
2, how can i do that, mean ware do i get the salt from
3, thanks
4, mean i try to put a facebook like plugin of my facebook page for others to like it

Thanks for getting back :)
Michael I.
Michael I. Nov 14 '11
Hello,

Quote from jeo

1, When changing to a new page "page not responding"
Most probably, .htaccess file is not uploaded. So, yes, it's more a hosting server issue. Make sure .htaccess files are allowed on your server.

2, No one can login after iv finely imported my back up "keeps saying invalid password"
3, Members on chat come up as someone else like for example john comes up as bob.
These problems are related to 'OW_PASSWORD_SALT' value in your config.php file, just as Keelan said.

4, Facebook like page plugin code don't work in "custom HTML/Text widgets on the site.
Are you adding the FB Like button as iframe? It works flawlessly when added as iframe and has some issues when added as HTML5.

jeo
jeo Nov 14 '11
1, thanks i let my host know about this now
2 & 3, how can i sort this please
4, yes i was trying to use th HTML5 code but should i try the iframe instead?
Thanks for your help people :)
Michael I.
Michael I. Nov 14 '11
Do you have your old install files backup? If so, go to ow_includes folder, open config.php file and check if the value for the 'OW_PASSWORD_SALT' differs from your current value for it (I bet it does). If it differs, copy it from old install config.php file and paste to the new install file. That should work.

And, yes, you should use iframe instead.
jeo
jeo Nov 14 '11
ok thanks for your help :) mate
Michael I.
Michael I. Nov 15 '11
You're welcome.