Search found 8 matches

Page 1 of 1

Search found 8 matches

Re: OFFICIAL v1.4.9.3 BUG THREAD. POST ALL BUGS HERE

Not sure I can follow you. The following snippet is 100% quiet at the unlink(). Because of the at-operator, I assume.

Code: Select all

error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', '1');
@unlink("blafasel");

Jump to post
  • Tue Dec 28, 2010 7:07 pm
  • Replies 181
  • Views 65070
Re: OFFICIAL v1.4.9.3 BUG THREAD. POST ALL BUGS HERE

I find the get() function in system/library/cache.php a little strange. At least, the return() statement should be moved up into the if($handle) block. Otherwise, the foreach() would be useless and a simple $files[0] would do the trick. IMHO, the function should look like this public function get($k...

Jump to post
  • Tue Dec 28, 2010 4:38 am
  • Replies 181
  • Views 65070
Re: Where does oc Start a Session ?

With the session implementation in place, you are out of luck. But check here for a possible start: http://www.webmasterworld.com/php/3404410.htm

Jump to post
  • Sun Aug 15, 2010 4:41 pm
  • Replies 2
  • Views 1115
Re: Development Blog Update

i2Paq wrote:Even it it would only be a bug fix release, it is never wise to start using it in production right after release.
... and instead continue to live with the bugs that have been declared stable in the previous release.

:laugh: :laugh: :laugh:

Jump to post
  • Sun Aug 15, 2010 4:28 pm
  • Replies 55
  • Views 25770
Re: Progress Towards 1.5.0

Who needs new bugs every 2-3 months? My customers would fire me right away. And who needs new features every 2-3 month? A shop has functional requirements. Once implemented, touching the running system is a major decision. In brick-and-mortar, a shop is redecorated every 3 month, not rebuild. A shop...

Jump to post
  • Wed Jul 07, 2010 1:09 am
  • Replies 908
  • Views 270549
Re: Progress Towards 1.5.0

I have notced the number of vistiors has dropped recently. That must have been me ;D Seriously, I have been very excited when I discovered OC, but the release frequency really cooled me down. That is too say, for my taste there are far too many releases. One release per year with reliable fixes is ...

Jump to post
  • Wed Jul 07, 2010 12:34 am
  • Replies 908
  • Views 270549
Re: Extend the system and maintain upgradeability

Hi Matt, let me try to create a scenario. Say I want to sell computers. In addition to the general description, I have a technical description. This makes 1 more description than is available in the standard install. Adding the field is no big thing: database, model, view, controller, done. But on t...

Jump to post
  • Mon Feb 08, 2010 1:49 am
  • Replies 8
  • Views 1517
Extend the system and maintain upgradeability

Short question: How can I extend the basic classes while maintaining upgradeability. I have a project with some particular product attributes. And I would prefer to touch the core files at each new release. Are there recommended procedures for this. Can I, somehow, extend the core classes in a syste...

Jump to post
  • Sun Feb 07, 2010 2:26 am
  • Replies 8
  • Views 1517

Page 1 of 1

Search found 8 matches