#5292 closed bug (fixed)
error on UI site documentation pages
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | [meta] ui.site | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you visit the following pages repeatedly:
http://jqueryui.com/docs/Getting_Started http://jqueryui.com/docs/Upgrade_Guide http://jqueryui.com/docs/Changelog http://jqueryui.com/docs/Roadmap http://jqueryui.com/docs/Subversion http://jqueryui.com/docs/Developer_Guide
you'll sometimes get this error at the top of the page:
"Warning: fopen(/srv/jqueryui.com/htdocs/libraries/cache/805e1353391df54f2dc70f0b4a8fb7ed) [function.fopen]: failed to open stream: No such file or directory in /srv/jqueryui.com/htdocs/libraries/fetch_documentation_page.php on line 29
Warning: fwrite(): supplied argument is not a valid stream resource in /srv/jqueryui.com/htdocs/libraries/fetch_documentation_page.php on line 30
Warning: fclose(): supplied argument is not a valid stream resource in /srv/jqueryui.com/htdocs/libraries/fetch_documentation_page.php on line 31"
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | 1.8 → 1.8.1 |
---|---|
Priority: | critical → blocker |
Version: | 1.8rc3 → 1.8 |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
This bug is related to some of the caching in ThemeRoller. For now, it's a non-destructive error and all functionality is there.
I've turned off php errors, so the errors no longer display. This fixes the problem, pending the TR rewrite.