2014-01-15, 00:35:35
BETA RELEASE v3.3.0 release candidate
|
2014-01-15, 04:07:02
You can track lang on github
https://github.com/GetSimpleCMS/GS_LANGS
2014-01-15, 04:15:59
(This post was last modified: 2014-01-15, 04:16:31 by emanwebdev.)
(2014-01-15, 04:07:02)shawn_a Wrote: You can track lang on github New strings found: PHP Code: "SITE_UPDATED" => "Your site has been Updated", Easy update
2014-01-17, 06:18:34
Anyone figure out these header already sent issues ?
Check you gs error logs for the errors or your host logs. It is possible that the error is before php error levels are set in common.php and not in the gs error log.
2014-01-17, 07:09:49
(2014-01-17, 06:18:34)shawn_a Wrote: Anyone figure out these header already sent issues ? Terrible issues in the admin regarding headers... Mostly the plugins list, upon activating/deactivating, it looks like nothing has been done, so you click again... oh, and for pages too: you delete a page, but still here, are re-appearing later... aso. Why? Ajax issue? Had to install a No-Cache extension to be able to work decently. But this is not a requirement we can ask to customers, right? P.S. The only place where i've found some HTTP header setting is in /template/style.php. For the css, and nothing for the pages themselves or am i missing something?
2014-01-17, 07:12:11
Cannot reproduce, PHP 5.3.5, I don't get those errors.
No idea, I can only suggest that someone getting them, tries commenting out ob_ function calls in admin/index.php: Code: //ob_start();
2014-01-17, 07:51:58
Yeah I have tested on every install I have, no errors, i also tried on php 5.2-5.4 in fact this fix lets me login even if debug mode is one and I have php warnings. But it appears that forcing the buffer flush causes some people issues, or maybe they have a plugin that has another level of output buffering already.
Or maybe it is related to this, and not that commit at all. https://github.com/GetSimpleCMS/GetSimpleCMS/issues/653 Maybe you can try reverting these 2 and see which one fixes it ( not at the same time of course ) emanwebdev No clue what you are reporting, thats a new one to me, perhaps it is related to this https://github.com/GetSimpleCMS/GetSimpl...4?source=c Or server sending some whackado cache headers or proxy, or a weird browser following non standard cache policies. What browser are you using , you are the first person to ever report this specific issue. Are you using any special cache rules in htaccess?
2014-01-17, 07:53:52
3.3.0 is now a month late and now even 3 days late on the revised schedule.
Not good
2014-01-17, 18:51:44
(This post was last modified: 2014-01-17, 19:28:09 by emanwebdev.)
(2014-01-17, 07:51:58)shawn_a Wrote: related to this https://github.com/GetSimpleCMS/GetSimpl...4?source=c right. think so too. (2014-01-17, 07:51:58)shawn_a Wrote: Or server sending some whackado cache headers or proxy no. servers are ok. both local & remote dev /(Apache 2.4. thus, is that the reason!?) (2014-01-17, 07:51:58)shawn_a Wrote: or a weird browser following non standard cache policies. What browser are you using Tested on Chrome, Firefox, Maxthon, IE11, Opera, Safari GS admin Ajaxed' save ONLY works on... Opera !!! (2014-01-17, 07:51:58)shawn_a Wrote: Are you using any special cache rules in htaccess? !!!!! You good !!!! GOTCHA !!! Following the YSlow and others recommendations added header expirations directives : Code: # Enable expirations so i guess GS admin is puzzled Better to add another .htaccess in /admin/ to override site rules. Or put the admin in a separate subdomain, like gs-admin.mysite.com ???
2014-01-17, 20:10:08
UPDATE:
(2014-01-17, 18:51:44)emanwebdev Wrote: added header expirations directives : After a couple of tests, confirmation: As soon as you activate expirations directives (ETAG are ok), both GS and the admin get puzzled Solution without penalizing the front-end site: Code: ExpiresActive On to put in a .htaccess in /admin/
2014-01-18, 00:19:18
Well I would use a header hook and throw out some cache headers on backend for probably most pages or just ajax. And we can address this in a patch probably.
2014-01-20, 03:23:08
Release Candidate 2 is out, should fix any remaining issues with this release ( that I know of )
Not the cache issue on ajax, but by default the issue does not exist. Also if you guys can see if the header issue goes away ?
2014-01-20, 08:12:18
GreaT Job Shawn! My errorlog is clear now!
PHP Version > 5.3.28-1~dotdeb Thank You
2014-01-25, 01:16:30
2014-01-26, 01:41:24
I think its time to pull the pin off this mother.
2014-01-29, 05:52:42
RELEASED
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)