Warning: Cannot modify header information – headers already sent by (output started at /home/content/49/10187449/html/user/wp-content/themes/frisco-for-buddypress/groups/index.php:12) in /home/content/49/10187449/html/user/wp-includes/pluggable.php on line 876
how to solve this problem.?
Either I’m missing something (doing something wrong) or plugin (like many others) fails completely on WordPress 3 Networks.
I have installed it via network panel, but not enabled it globally for entire network. Then I went to specific network site’s dashboard and enabled this plugin only for that page.
I accessed page, saw login form, filled it in, marked “Remember Me”, logged in and I was redirected to Dashboard (user section) not to site itself.
When I re-entered site URL (domain) I again saw login page, though I marked “Remember Me”. There is not way I can access site itself.
So, is there any way (with this plugin), that I can block one of my network’s sites from being viewed by unregistered user, but to show someones that site itself (not dashboard) once someone logs-in?
]]>Installed, activated. When I modify privacy on the settings, it says I havn’t sufficient rights to do that.
]]>When I first installed this plugin, it worked fine for images, but I couldn’t access any PDF files. Further investigation showed that although the plugin does serve up the content of the PDF file, it returns a 404 Not Found status code in the headers. It does this for all files, but — to my surprise — images display correctly anyway.
The fix is as simple as adding one line of code:
header('HTTP/1.1 200 OK', true, 200); //new
header('Content-Length: ' . $plrpws_file_size);