When using the Edit CSS feature (-+tiki-edit_css.php+-) to edit simple.css it tries to import styles/lite/lite.css
via regexp matching pattern @import found in simple.css
The problem is i have set PHP memory_limit 128M and it still crashes PHP and in my apache error log i see "Memory exhausted" or "-+[Mon Aug 13 12:45:51 2007] [notice] child pid 2421 exit signal Segmentation fault (11)+-"
I did some debugging with dies and i don't get why the following regexp matches twice (there's only one @import in simple.css
):
preg_match_all("/@import( |\t)+('|\")(.*)(|\")( |\t)*;/U", $line, $importfiles, PREG_SET_ORDER)
Related to http://dev.tikiwiki.org/tiki-view_tracker_item.php?itemId=1162
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |