Hi all
watching demo server error logs gives me impression that something is
wrong with charsets handling:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
(tried to allocate 10199 bytes)
in master-config/libraries/mysql_charsets.lib.php
on line 129#012
On more investigation, it seems to happen almost every time with
tbl_create.php. To be honest, I fail to see what could consume so much
memory there.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
Hi all
the demo server has for now enabled database based preferences. It is
great to show the feature, however this has problem that all users
share same preferences (eg. language and theme settings), which was not
the case before. And this also leads to situation when new user coming
to demo will see something looking really weird, because the user
before has chosen strange language and theme which does not play well
with current code.
For these reasons I decided to disable database based preferences on
demo server.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
Hi all
we're supporting 2.11 branch already for quite some time and it's
probably time to drop this support in near future.
There still might be people stuck with PHP < 5.2, however I don't think
this group is large nowadays and it is not worth supporting this old
codebase.
Thereby I propose to stop providing security support for 2.11 branch in
near future. Two dates came to my mind: 1st January 2010 or 5th
February 2010 (2 years from goPHP5 initiative).
Any comments?
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
hi folks,
$cfgRelation['pdf_pages']
$cfgRelation['pdfwork']
$cfg['WYSIWYG-PDF']
I am looking to rename these config variables that check the relations to
make the PDF generation working.
Now, we are not just PDF files generating. we have some other relation
schema's in svg,eps,dia and visio etc formats.
So, what you suggest me to rename these vars or should keep them for
backward compatibility?
--
Muhammad Adnan
Twitter: @hiddenpearls
I blog too do u know ? http:// www.imblog.info
Failure takes you higher than success ..!
hi folks,
I have drawn images/objects in SVG in pixels .. now I have to draw these
images in MS Visio which takes the units as Points ..
is there any sophisticated method of converting the pixels into points ?
--
Muhammad Adnan
Twitter: @hiddenpearls
I blog too do u know ? http:// www.imblog.info
Failure takes you higher than success ..!