CustomContent Module
how do I get rid of the DEBUG-text at the top of the "restricted" page?
[attachment deleted by admin]
CustomContent Module DEBUG text at the top of the "restricted" page?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: CustomContent Module DEBUG text at the top of the "restricted" page?
Editing the CustomContent.module.php file and change the echo statement to:
echo "";
that should solve the problem.
I've deleted this line from the svn version.
echo "";
that should solve the problem.
I've deleted this line from the svn version.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: CustomContent Module DEBUG text at the top of the "restricted" page?
Thanks Calguy
I already fixed it, by deleting the echo line of code as you suggested.
rhys
I already fixed it, by deleting the echo line of code as you suggested.
rhys