0.12 "Fiji" Released!

Project Announcements. This is read-only, as in... not for problems/bugs/feature request.
amygdela

Re: 0.12 "Fiji" Released!

Post by amygdela »

wishy wrote: Thanks.  Yeah, I was wondering the same thing.  Getting a little frustrated here, since the beta was out for weeks.
I've PM'ed you some logindetails for my site. And I'm using PHP 4.4.1 and MySQL 3. the server runs on linux, but I'm not sure wich distro but I reckon it's Redhat. I browse with Firefox on Windows XP. the server is hosted at Servage.net. I also tried the BETA and that worked all well for me, except for the fact it was a tad slow, but that was a known problem.
User avatar
dam
Forum Members
Forum Members
Posts: 136
Joined: Sat Jan 14, 2006 6:07 pm

Re: 0.12 "Fiji" Released!

Post by dam »

Everything is fine for me with this new release, but the "Calendar" module which does not work anymore. The error which appears with this module is "can not create another "calendar" class" or something like that.
davidL

Re: 0.12 "Fiji" Released!

Post by davidL »

dam wrote: Everything is fine for me with this new release, but the "Calendar" module which does not work anymore. The error which appears with this module is "can not create another "calendar" class" or something like that.
Oh! This is unfortunate. I have been waiting for 0.12 to be able to release my site (I need module manager), but using calendar is a must. Is there anyone that has been able to get the calendar to work in 0.12? Since I can not access the modules page in backend I have no possibility to install calendar myself for testing.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: 0.12 "Fiji" Released!

Post by Greg »

I have the Calendar module and the Bookmarks Moduel working on two sites with .12 on them with no problems. Calendar .7Beta1 and Bookmarks 2.0
Greg
User avatar
dam
Forum Members
Forum Members
Posts: 136
Joined: Sat Jan 14, 2006 6:07 pm

Re: 0.12 "Fiji" Released!

Post by dam »

Greg wrote: I have the Calendar module and the Bookmarks Moduel working on two sites with .12 on them with no problems. Calendar .7Beta1 and Bookmarks 2.0
Well, I downloaded and installed Calendar .7beta1, but in the code it is written :

Code: Select all

	function GetVersion()
	{
		return '0.7alpha2';
	}
Is there another beta1 anywhere ?
Kevin360

Re: 0.12 "Fiji" Released!

Post by Kevin360 »

Hi,

I used the upgrade.php to go from 0.11.2 to 0.12.  Everything reported fine upon first upgrading but when I went to the site page I would get errors.  Upon reloading the site page a couple of times the errors go away.  I've found that if I clear the cache and go to the main page I'll get most of the page but also a bunch of these lines:

{nocache:f6df92978f9d9394e5bda25da90b5550#0} {/nocache:f6df92978f9d9394e5bda25da90b5550#0}

and this:

Fatal error: Cannot redeclare class smarty_compiler:cms_compiler in /usr/local/apache2/htdocs/worklife/lib/smarty/CMS_Compiler.class.php on line 38

if I reload again I'll get only the 'nocache' lines but not the fatal error.  Reloading a third time gives me just this error and nothing from the home page:

Fatal error: Cannot redeclare class smarty_compiler:cms_compiler in /usr/local/apache2/htdocs/worklife/lib/smarty/CMS_Compiler.class.php on line 38

Reload a fourth time and everything is perfect, the page looks normal.  This is completely reproducable - clearing the cache and then reloading the page the number of times above causes the same thing every time.  Any idea what's going on and how to fix it?
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: 0.12 "Fiji" Released!

Post by Greg »

hey dam

I got .7Beta1 from the svn repository of the calendar module. Looks like the wrong version was put in the zip files.
Greg
agraddy

Re: 0.12 "Fiji" Released!

Post by agraddy »

I was wondering if anybody else is noticing an issue with the {edit} tag in the stable 0.12 release.

It seems like when you login to the backend, the session does not remain alive on the frontend. If you click on the "View Site" on the backend, the session will remain alive for the home page that opens up, but if you follow any links, it seems to lose the session.

Let me give you a scenario that can be tested.
1. Login to the backend as the administrator.
2. Add the {edit} tag to the bottom of the template that you use for your site. I have it right before my closing and tags.
3. Now click on the "View Site" in the backend of the system that opens up the site.
4. On the bottom of the page, you should see an Edit Link.
5. Now here is where the problem occurs: Try clicking on your menu and go to another page. The next page that opens up should have an Edit Link at the bottom, but on my system it is disappearing. I did a little checking and it seems like the $userid isn't getting passed after the first page.

I've done a little rummaging through the code, so I may have actually changed something that is causing this problem. On my 0.11.2 install everything works as expected. I would have checked this out on the demo at opensourcecms but they are still running 0.11.2 . If anybody gets a chance, to check this, please let me know your results. Like I said, I may have accidently changed something, but I don't think that is the problem.

If it works for you, then it is probably something that I changed and I just need to do a fresh reinstall.

Thanks,
Anthony
agraddy

Re: 0.12 "Fiji" Released!

Post by agraddy »

Oh, I thought I would mention that this was a fresh install and everything has been working perfectly for  me (except for the one problem I mention in the previous post). That is including installing various modules. Great Work!
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: 0.12 "Fiji" Released!

Post by Greg »

Four more web sites upgraded from .11.2 to .12 with no problems. Someone mentioned the image tag wasn't working in .12 - the example was wrong for the tag {image name="something.jpg"} should be {image src="something.jpg"} wishy has this fixed in svn.
Greg
faglork

Re: 0.12 "Fiji" Released!

Post by faglork »

Someone mentioned "gastbuch" not working after upgrade. Can someone confirm that?
So far, I use PiPictures, News and Gastbuch. Did anyone experience any problems with those modules/tags after upgrading?

Alex
agraddy

Re: 0.12 "Fiji" Released!

Post by agraddy »

Alright, I did a fresh install of of 0.12 again and found out the problem I was having with the {edit} tag was all of my own making. Sorry folks.

faglork: I don't really use any of the modules you mentioned, but I know that the news module was updated for this release. I took a quick look at it, and I really like the improvements added. I'm sure a lot of testing went into that module since it was a main part of the release.

As for PiPictures and Gastbuch, somebody else will need to answer those.
User avatar
dam
Forum Members
Forum Members
Posts: 136
Joined: Sat Jan 14, 2006 6:07 pm

Re: 0.12 "Fiji" Released!

Post by dam »

Greg wrote: hey dam

I got .7Beta1 from the svn repository of the calendar module. Looks like the wrong version was put in the zip files.
Hello Greg.
I replaced my Calendar module with the svn sources. But the problem is still here : I can't access to any page after that installation. The error message shows :
"Fatal error: Cannot redeclare class calendar in Calendar.module.php on line 21"

Does anyone have an answer ?
Milhaus

Re: 0.12 "Fiji" Released!

Post by Milhaus »

I know it is not answer for you, but you can use Kalender instead. I tested it and it looked good.
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

Re: 0.12 "Fiji" Released!

Post by Greg »

Hi dam, you didn't happen to just rename  the old folder in your modules directory ?
Greg
Post Reply

Return to “Announcements”