Typo3 fe_renderTemplate error - webserver

Hi since I moved my Typo3 to another Webserver I get this error on my frontend.
Typo3 Developer API error:
The function
fe_renderTemplate
reported an error. Please check the arguments you passed to that
function in order to solve the problem.
Someone knows that problem?
My Typo version is 4.3.8
Greetings

First of all, you should not use TYPO3 4.3 anymore because it's way outdated. If you can't upgrade quickly, please use at least the latest 4.3 version which is 4.3.14. After 4.3.8 there were 3 security releases so your installation might be insecure.
I suspect that the problem is that your new server is running a never PHP version. Your error comes from an extension called "api_macmade". Are you using the latest version of this extension? Do you still need it?
If you still need it and you are already using the latest version, please post the function of this method in your post so we can help you fix the problem.

Related

Framework not found Rswift

I'm trying to upgrade from R.swift 6 using Cocoapods to R.swift 7 using SPM.
I go through all the steps to remove the Cocoapods version and install the newer version. I have to update some parts of the code because R.font.whatever.fontName has changed to R.font.whatever.name. So clearly something is working if it understand that much.
But when I get all those small changes sorted out I'm left with a single compile error that just says:
Framework not found Rswift
I have no idea what to do about this. Seems like I'm 99% of the way to getting it working and now I'm stuck on this last bit.
Has anyone done this upgrade or seen this issue before?

Error while upgrading from TYPO3 4 to TYPO3 4.5

I need to update my TYPO3 4 to 4.5.
I installed 4.5 and symlinked to the new source. The problem is that I can't get into TYPO3 4.5 install tool using localhost/typo3/install. It shows "page isn't working".
How do I get into TYPO3 4.5 install tool?
Page isn't working is a default error message when a site returns a 500 error. You'll need to check your error log to see whet the error actually is.
Also TYPO3 4.5 is old, not maintained anymore and not secure. You should not use it. Please update to at least 7.6.
In the folder typo3conf are some files like:
temp_CACHED_ps12c3_ext_localconf.php
temp_CACHED_ps12c3_ext_tables.php
The bold part might probably different but those files you can delete and then try again.
Also make sure that you meet the requirements concerning PHP-version and MySQL-version.
The deleted files will be created new, so you aren't deleting unique information, but the new files differ a bit.
The main issue can be the PHP version. I am running Typo3 4.5 successfully on PHP 5.3. However it will not run on higher PHP version. However, if the update is done on the same server, then PHP version issue might not be applicable.
The exact error detail will come up in the PHP error_log. Make sure that error logging is enabled in the PHP.ini setting.

After Typo3 upgrade, dam fatal errors

I just upgraded a typo3 4.5 LTS to typo3 6.2 LTS. The process went smoothly, I also updated some extensions to work fine with the new version of typo3. So I could see the backend but not the Frontend. I get Fatal errors related to the "dam" extensions . There are about 4 extensions that are based on dam. I installed "dam_falmigration" and run its commands in the command line as mentioned in its documentation
But nothing has changed , at least the frontend, I keep seeing the same fatal errors. I kept googling for the next step to take after that, but as you may know Typo3 misses a lot when it comes to documentation.
So I am asking here if somebody has been through this just to give me hints and guide me how can I make it work.
thanks in advance
And did you uninstall DAM and the extensions that relate to it?
Dam to fal will only migrate data to fal, but not fix dam ext.

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/