Upgrading be_acl to TYPO3 v7 - typo3

Does any one have an experience upgrading be_acl from 1.5.0 to 3.0.0 for TYPO3 v7.6.4?
What difficulties did you encounter and how did you solve it?
Lastly any alternative you can recommend? Perhaps projects not yet in TER? A search for "permissions" or "access control" in TER does not yield relevant results.
Thanks,
Alvin

Related

Is there any compatibility issues with magento 1.5 and PHP 5.4

I have a Magento 1.5 site and PHP 5.3 version.I want to upgrade the PHP version to 5.4.Is there any compatibility issues will occur with magento 1.5? Is magento 1.5 support PHP version 5.4 ?
I don't think that Magento 1.5 is compatible with PHP 5.4.
According to http://www.magentocommerce.com/knowledge-base/entry/php54-patch, there is a Patch solving problems with Magento 1.6.0.0–1.8.1.0.
If you want to use PHP 5.4, you should consider about updating the Magento-Code or try to test it in another enviroment.
Cheers,
Chris
Magento is still patching in PHP 5.4 support. If you want the best experience in this regard, always got with the very latest version. Right now this should be 1.9.1.0.
You can easily test your own shop by enabling magento developer mode. It should display all sort of errors incl. strict warnings which you most likely will trigger with PHP 5.4 (and later on 5.5).
But as others have written, it's better you move up to a more recent version of magento.

how to upgrade moodle from version 1.9 to 2.2 without legacy files

How to go about upgrading moodle without all coursefiles going to the legacy folders?
I have tried re mapping files and creating links in the course area to the files that worked, but i am wondering if their any other way of going about it? Possibly upgrading further to 2.3+ could fix this issue?
Yes it is possible to upgrade moodle version from 1.9 to 2.2.
Please go through following url
http://docs.moodle.org/22/en/Upgrading_to_Moodle_2.2

Update from TYPO3 v4.5.0 to v4.5.22

Short & Simple question:
I'm currently at a customer who got TYPO3 v 4.5.0 up and running. Can I now update to v4.5.22 directly?
Thanks for your help :)
Here can you find important upgrading instructions: http://wiki.typo3.org/Upgrade
Yes, in this situation you can do that without upgrading version by version.
You should always check the release notes of each version on http://wiki.typo3.org.

Typo3 installation on PHP4

Does anybody know if it's possible to install Typo3 on PHP4? I've looked up the packages-page, but i haven't found anything yet.
Many thanks in regards!
No, it's not possible to install any recent versions. TYPO3 4.6 requires PHP 5.3+ and even TYPO3 4.4 requires PHP 5.2+. Some older versions obviously used to run on PHP 4 but all versions prior to TYPO3 4.4 are outdated, not maintained and insecure.
You do not want PHP4! ;-) a bit sarcastic, but please change your mind / your boss's mind! It's out of support since ages and basically sucks.
I'm sorry, it's not. The system requirements for the latest version state PHP5:
http://typo3.org/about/system-requirements/

Eclipse 3.5 update site returns stale results for / but not for site.xml

I'm getting mixed results with an update site I'm setting up:
Using http://mylyn-mantis.sourceforge.net/eclipse/update/site.xml gets the latest (3.0.2) version
Using http://mylyn-mantis.sourceforge.net/eclipse/update/ gets me an old ( 3.0.1 ) version
I got some hints about p2 metadata missing - does anyone know what's missing?
Update: Both artifacts.xml and content.xml have references to the 3.0.2 version.
I saw a blog about this at http://www.jroller.com/andyl/entry/p2\_is\_my\_best\_friend
It seems that it has to do with how the p2 repository is generated for 3.5.
There are some comments on the above blog on how to fix/workaround the issue. I see your on the developer list for mylyn-mantis, so one of the workarounds might help you.