PivotX 2.1.0 beta 7.

By Peter BoorsmaFriday 28 May 2010

Beta 7 of PivotX 2.1.0 has been released. A few annoying bugs in beta 6 have been resolved, and we've made a few minor but nice improvements. For instance, now there are 'Delete Entry' and 'Delete Page' buttons when you're editing the Entry or Page, and there's an option to get a 'compact view' of the Extensions listing to improve legibility.

The beta version can be downloaded from this location: pivotx.net/files/pivotx_210beta7.zip (or this one, if you prefer .tgz files). For setup instructions, I point you to our documentation: Getting the files & installing.

PivotX docs

For support questions please visit the PivotX forum or search the PivotX book:

five comments

*Parse error: parse error, expecting `')'' in d:\www\xxxx\www\blog\pivotx\lib.php on line 5252*

After I unzipped this packet to the server directory in which the blogware installed and openned the default page, above-mentioned appeared. The OS in that webserver is Windows.

Hans Nordhaug (hansfn)

We are sorry that some users had this problem with beta 7. You can grab "PivotX Latest":http://pivotx.net/files/unstable-development/ or visit the "forum":http://forum.pivotx.net/viewtopic.php?p=7764#p7764 where this question has already been asked and answered several days ago ...

Thanks your speed reply.

Everytime I try to extract the .zip file I get a error saying its not a valid zip file, for both the beta and the latest build :( I'm on win7 and have Winrar installed.

oh nevermind, just renamed it to .tgz and it worked :)

Oh also, don't know if this means anything to you or not, but I've worked with Smarty for sometime now, I've just finished converting a lot of my own programs to work with Smarty 3, and Codeigniter 2.0. One thing I found with Smarty 2, was if you add a true value to uniqid fields smarty would work a lot faster.

File: Smarty_Compiler.class.php Line: 2270
Replace: md5(uniqid('Smarty'));
With: md5(uniqid('Smarty', true));

File: internals/core.write_file.php Line:30
Replace: uniqid('wrt');
With: uniqid('wrt', true);

Making the above changes have shown a massive speed increase on some of our hosts. :) just my 2 cents!


Remember personal info?
Notify
Hide email
Small print: All html tags except <b> and <i> will be removed from your comment. You can make links by just typing the url or mail-address.