Ok, I've been out of the loop...
Ok, I've been out of the loop...
2 issues that I don't know the status of...
1. How's PHP 4.4.0? Are we still having adodb issues?
2. What about the redirect changes? Are people still having redirect issues? And if so, what platorm, version, browser, etc?
I'm hoping to get a beta of 0.11 out this week, but I need to make sure all of these issues that I can't reproduce aren't still out there.
Thanks!
1. How's PHP 4.4.0? Are we still having adodb issues?
2. What about the redirect changes? Are people still having redirect issues? And if so, what platorm, version, browser, etc?
I'm hoping to get a beta of 0.11 out this week, but I need to make sure all of these issues that I can't reproduce aren't still out there.
Thanks!
Re: Ok, I've been out of the loop...
Great to see you are working on release 0.11, but I am wondering how this can be brought in relation to CMS Made Simple | Roadmap as in the roadmap you have mentioned that 2 weeks after release 0.10 a feature freece would take place for the 1.0 Hawaii release.
Re: Ok, I've been out of the loop...
Yeah, I know. 
TBH, though, I'm still doing a sort of feature freeze. The only major change so far is CSSMenu, and that was a dire necessity.
Unfortunately, the roadmap is going to keep adjusting until some of the docs get written. That's the one absolute requirement I have for 1.0. Code wise, we can probably do it at any time.
And, yeah, 2.0 is going to be Mid to Late 2006 with my current schedule. I'll try to adjst it today.

TBH, though, I'm still doing a sort of feature freeze. The only major change so far is CSSMenu, and that was a dire necessity.
Unfortunately, the roadmap is going to keep adjusting until some of the docs get written. That's the one absolute requirement I have for 1.0. Code wise, we can probably do it at any time.
And, yeah, 2.0 is going to be Mid to Late 2006 with my current schedule. I'll try to adjst it today.
Re: Ok, I've been out of the loop...
php 4.4.0 still producing the following notices:
Apache 1.3.33 PHP 4.4.0 MySQL 4.0.25 OS Windows XP Professional
display_errors = On
error_reporting = E_ALL;
CMSMS 29-08-2005 daily buildNotice: Only variables should be assigned by reference in d:\aaaweb\cms\lib\adodb\adodb.inc.php on line 797
Notice: Only variables should be assigned by reference in d:\aaaweb\cms\lib\adodb\adodb.inc.php on line 797
Notice: Only variables should be assigned by reference in d:\aaaweb\cms\lib\adodb\adodb.inc.php on line 797
Notice: Only variables should be assigned by reference in d:\aaaweb\cms\lib\adodb\adodb.inc.php on line 797
Notice: Only variables should be assigned by reference in d:\aaaweb\cms\lib\adodb\adodb.inc.php on line 797
Apache 1.3.33 PHP 4.4.0 MySQL 4.0.25 OS Windows XP Professional
display_errors = On
error_reporting = E_ALL;
Last edited by Greg on Mon Aug 29, 2005 3:16 pm, edited 1 time in total.
Greg
Re: Ok, I've been out of the loop...
I really wish I knew what to do about this. I don't understand the internals of ADODB enough myself to fix it. I'm going to have to let it go for now, though.
Re: Ok, I've been out of the loop...
Looks like this is very common with PHP 4.4.0, do a 'google' on 'Only variables should be assigned by reference'
Mambo forum
Sitepoint forum
Hope this info helps wishy
Mambo forum
Sitepoint forum
Hope this info helps wishy
Greg
Re: Ok, I've been out of the loop...
Can you do me a favor and remove the 1 & in 797? See if it still works? Thanks!
Re: Ok, I've been out of the loop...
Seems to solve the problem wishy. Also able to get into admin with no errors with this change. No other ill effects yet!
I think you got it!
I think you got it!
Greg
Re: Ok, I've been out of the loop...
Excellent. Please play with it for a day or so and let me know. I don't know if it's going to have any memory effects or not...
Thanks!
Thanks!
Re: Ok, I've been out of the loop...
I did some memory tests on 4.3.10. The change only adds 120 bytes to the total PHP usage for 17 SQL queries. I think that's pretty negligable, so I'm going to say that the change should stay in place for now.
And to be honest, I don't know how people (*cough* one person) are having memory problems. My default install only uses 4.5 megs of memory roughly. WELL, below the 8m limit.
And to be honest, I don't know how people (*cough* one person) are having memory problems. My default install only uses 4.5 megs of memory roughly. WELL, below the 8m limit.
Re: Ok, I've been out of the loop...
Still working with line 797 mod in adodb.inc.php for PHP 4.4.0
Greg