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

[Solved] Oxwall 1.7 generel redirect problem | Forum

Mike
Mike Jul 8 '14
Hello,

i update my site to 1.7 today.
Everything worked fine. But after i opened /ow_updates i always get the error "The site is redirecting the request in a way that it can never be completed."

I also tried to reinstall it but there is still the same error...

I cleared the cache, deleted all Cookies and restarted my computer but nothing helped.

Does anybody has the same problem?
And how can I fix it?
The Forum post is edited by Mike Jul 11 '14
ross Team
ross Jul 9 '14
Please share your URL
Mike
Mike Jul 9 '14
It is a local page on my computer.
But everything you would see is a error message from the webbrowser (screenshot)
The webrowser gets always a "301 Moved Permanently".
Attachments:
  Screenshot (40).png (89.49Kb)
Mike
Mike Jul 11 '14
I solved the Problem.

It is because on my computer the url oxwall ist http://127.0.0.1:8080/ (Skype use port 80).

So i need to add a single line i 'ow_core/application.php' at line 826:
$constHost .= ":".$urlArray['port'];

Now i can work on my pc on my oxwall plugins.