BUG CMSimple v1.5

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version

Re: BUG CMSimple v1.5

Postby twc » Mon Dec 26, 2011 9:22 pm

cant jus plugin button error :roll:

if i hit link plugins i get this

ERROR ARE NOT IN FIREFOX :o

Image
twc
 
Posts: 167
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

Re: BUG CMSimple v1.5

Postby cmb » Mon Dec 26, 2011 11:47 pm

Hi twc,

indeed I can reproduce the error with CMSimple_XH default template and content, and even with Chrome and Firefox, when JS console is shown.

It's a minor problem, as clicking "PLUGIN" should do nothing anyway, so the error doesn't really hurt. But it could be easily fixed in the next release.

Christoph
Christoph M. Becker---Plugins for CMSimple_XH
cmb
 
Posts: 5484
Joined: Tue Jun 21, 2011 11:04 am
Location: Germany

Re: BUG CMSimple v1.5

Postby cmb » Tue Dec 27, 2011 12:39 am

Hello Victor,

I couldn't reproduce the errors of the link check. I have inserted to the content:
Code: Select all
<a href="./images/flags/da.gif"> ...
<a href="./subsite/?Welcome_to_CMSimple_XH"> ...

Both links were checked and the result was: "No errors found". So could you please give some more detail, what exactly might cause the error. Perhaps a link to your site might be helpful, if it's online.

Christoph
Christoph M. Becker---Plugins for CMSimple_XH
cmb
 
Posts: 5484
Joined: Tue Jun 21, 2011 11:04 am
Location: Germany

Re: BUG CMSimple v1.5

Postby twc » Tue Dec 27, 2011 11:12 am

cmb wrote:Hello Victor,

I couldn't reproduce the errors of the link check. I have inserted to the content:
Code: Select all
<a href="./images/flags/da.gif"> ...
<a href="./subsite/?Welcome_to_CMSimple_XH"> ...

Both links were checked and the result was: "No errors found". So could you please give some more detail, what exactly might cause the error. Perhaps a link to your site might be helpful, if it's online.

Christoph


http://library.tiestoworld.nl/
twc
 
Posts: 167
Joined: Fri Jun 18, 2010 12:25 am
Location: Netherlands

Re: BUG CMSimple v1.5

Postby Termin » Tue Dec 27, 2011 11:59 am

Hello Christoph,

The site is not online, can I make a screenshot and all. It is strange that you could not repeat the mistake I was still in the 1.4 version.

Track of the images I have look different.

Code: Select all
<a href="./images/temp/html5/art_of_business.jpg" class="highslide" onClick="return hs.expand(this)">//* Full size
<img src="./images/temp/html5/art_of_business_tr.jpg" width="125" height="93" title="Template HTML5 Art of Business" alt="Template HTML5 Art of Business"></a>//* miniature


links to subsite
Code: Select all
<p><a title="Бесплатный PHP, HTML, CSS, JavaScript редактор" href="./php5/?Redaktor_Codelobster_PHP_Edition">Бесплатный PHP, HTML, CSS, JavaScript редактор - Codelobster PHP Edition</a></p>


Viktor
Termin
 
Posts: 59
Joined: Thu Jan 27, 2011 8:55 am

Re: BUG CMSimple v1.5

Postby cmb » Tue Dec 27, 2011 12:32 pm

Hi twc,

twc wrote:http://library.tiestoworld.nl/

thanks for the link, but I was already able to get it from the screenshot. I was asking Termin for a link. I've answered your problem already a post above: http://www.cmsimpleforum.com/viewtopic.php?f=10&t=3897&start=10#p23765

Christoph
Christoph M. Becker---Plugins for CMSimple_XH
cmb
 
Posts: 5484
Joined: Tue Jun 21, 2011 11:04 am
Location: Germany

Re: BUG CMSimple v1.5

Postby cmb » Tue Dec 27, 2011 1:01 pm

Hi Victor,

Termin wrote:It is strange that you could not repeat the mistake I was still in the 1.4 version.

I had tested the link check only with 1.5. In 1.4.2 the link to an image (e.g. ./images/flags/da.gif) is reported as "faulty internal Link, page does not exist.", but the link to a page in a 2lang/ (e.g. ./de/?Welcome_to_CMSimple_XH) is not reported as error. :?

However, the link check is an important feature, but IMO not essential enough to provide a bugfix for 1.4.2. We should concentrate on the link check in 1.5. And there no error is reported on my local server, even if I link to an image in a sub-sub-folder of images/. :?

Christoph
Christoph M. Becker---Plugins for CMSimple_XH
cmb
 
Posts: 5484
Joined: Tue Jun 21, 2011 11:04 am
Location: Germany

Re: BUG CMSimple v1.5

Postby Termin » Tue Dec 27, 2011 1:26 pm

Hi Christoph,
However, the link check is an important feature, but IMO not essential enough to provide a bugfix for 1.4.2. We should concentrate on the link check in 1.5. And there no error is reported on my local server, even if I link to an image in a sub-sub-folder of images/.

Strange... :roll: how to finish the test and filling up on the server will let you know.

Noticed matter in locator, which is located on page subsite after clicking the link opens the main page first subsite and not the main page of the site, maybe it's not all we should then have to do three links Home=>the First page of a subsite=>page subsite in which is located.

Error in 5 lines .\plugins\tinymce\inits\init_full.js and all the others j.s in this folder.

Viktor
Termin
 
Posts: 59
Joined: Thu Jan 27, 2011 8:55 am

Re: BUG CMSimple v1.5

Postby cmb » Tue Dec 27, 2011 2:17 pm

Hi Victor,

Termin wrote:how to finish the test and filling up on the server will let you know.

I'll appreciate that. :)

Termin wrote:Noticed matter in locator, which is located on page subsite after clicking the link opens the main page first subsite and not the main page of the site, maybe it's not all we should then have to do three links Home=>the First page of a subsite=>page subsite in which is located.

The locator was not adapted for the subsite feature, as it's not clear, for which purpose the subsite is used. E.g. the subsite feature might be used by a family (one for each member), and the son doesn't want to link to his sister (and vice versa). ;) But perhaps it could be done as option.

Termin wrote:Error in 5 lines .\plugins\tinymce\inits\init_full.js and all the others j.s in this folder.

Do you refer to:
Code: Select all
element_format : "%ELEMENT_FORMAT%",

Indeed this is not JS syntax. But this shouldn't be sent to the browser, but instead replaced by the editor (code in plugins/tinymce/init.php).

Christoph
Christoph M. Becker---Plugins for CMSimple_XH
cmb
 
Posts: 5484
Joined: Tue Jun 21, 2011 11:04 am
Location: Germany

Previous

Return to Bugs

Who is online

Users browsing this forum: No registered users and 0 guests