Hello there,
I just upgraded to the 1.2.1 version. The file siteprefs.php in admin directory has a bug. If you put a specific maintenance part message, CMSMS add some HTML code. And you cannot remove it definitively.
This code is put between comments tags which are mispaced.
So I removed those lines and everything seems to be ok.
Best regards.
Philippe
Bug in the siteprefs.php file
Bug in the siteprefs.php file
Philippe
Re: Bug in the siteprefs.php file
cannot see it on my installation
[identified] Re: Bug in the siteprefs.php file
If you put a comment in your maintenance page like
or this behavior should be.
If your comment is like:
it doesn't appear.
Best regards.
Philippe
or this behavior should be.
If your comment is like:
it doesn't appear.
Best regards.
Philippe
Philippe
Re: Bug in the siteprefs.php file
Still cannot replicate this.
Re: Bug in the siteprefs.php file
I can not understand. This is a test URL:
http://test.migratech.fr
if you want to connect as admin: test/test
Philippe
http://test.migratech.fr
if you want to connect as admin: test/test
Philippe
Philippe
Re: Bug in the siteprefs.php file
Now I see something,
Can you test if this diff helps
Index: siteprefs.php
===================================================================
--- siteprefs.php (revision 4268)
+++ siteprefs.php (working copy)
@@ -378,7 +378,7 @@
:
-
+
Can you test if this diff helps
Index: siteprefs.php
===================================================================
--- siteprefs.php (revision 4268)
+++ siteprefs.php (working copy)
@@ -378,7 +378,7 @@
:
-
+
Re: Bug in the siteprefs.php file
Ok, thanks