White page after trying to edit post... solved!

Allon Prooit Posted in Performance and Scalability 3 years ago

With my new installation of OSSN 5.6 i found that when I tried to edit a post I would get a white page on save. Had this problem with previous installations too.
It's quite alright. I found the error and fixed it...
In components/OssnWall/actions/wall/edit.php line 30 it was reading "return;"
I changed it to "redirect(REF);" and the problem went away. Hoping you can make use of this. Take Care!

Replies
us Allon Prooit Replied 3 years ago

Problem solved!