Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/27/2016 in all areas

  1. Really weird. If the file type was changed during upload, it might make sense to re-upload the files using SFTP (FTP over SSH), which tends not to modify the files in any way.
    1 point
  2. Oh, my bad sorry, I am using litespeed free version @Paul. So It might be the mod_rewrite issue, thanks guys for your helps.
    1 point
  3. What are the permissions and ownership for the .htaccess file? Do you have the free or paid litespeed? I believe the free one does not support mod_rewrite rules.
    1 point
  4. Looking at default directory He is using probably lite speed,it is permission problem or problem with some rewrite rule.
    1 point
  5. Tyson

    Universal Module

    I see. It looks like the new line is added into the value, so the value is "\ntest3" rather than just "test3". I'd be curious if you placed the new line before the pipe delimiter, would it work correctly then? Areturn statement apart of the label, I imagine, should be irrelevant. e.g. test:Test |test2:Test2 |test3:Test3 |test4:Test4 In any case, the options should be set inline. No extra white space (new lines, spaces, etc.). I imagine it could be desirable for some to have a value start with a space, end with a space, or consist of only a space. e.g. test:Test| :Space|test2:Test2 However, I'd be fine with ignoring white space before and after values and labels, so e.g. test:Test| test2 :Test2 | test3 : Test3 | te st4 : Test4 would be equivalent to: test:Test|test2:Test2|test3:Test3|te st4:Test4 That behavioral improvement would have to be added. I'm curious what others think.
    1 point
  6. Tyson

    Release 3.6.1

    Some code needs to be refactored to support the remaining features we're including for v4, so it's taking longer than expected to update the design and integrate those changes. Good news is that it will be a better integration in the long run. When these two tasks, CORE-1686 and CORE-1763, are complete it should be ready for beta.
    1 point
×
×
  • Create New...