Magento website broken, appearing to try to update - magento-1.7

So this is really puzzling me.
I've been asked to take a look at a Magento based website after it stopped working.
The error when accessing the website is here: http://pastebin.com/pKUm1Tby
All I know is that it is Magento version 1.7.0.2.
I'm struggling to get any sense out of the current hosts. They did not develop it and the original developers are no longer around.

Related

How to migrate from TinyMCE 4 to TinyMCE 5 - Prestashop

A day ago my prestashop website, in the comment box of the blog started to display the following message:
And entering the post that explains how to migrate the version of TinyMCE , I do not understand very well how to perform these steps in my prestashop.
How can I update this?a
if you are using a third-party module to make your blog it might be is including its own version of TinyMCE. You should try to dig in its code to understand that.
If this is not the case, the blog uses TinyMCE which is normally included in Prestashop core.
On said that, this second case is likely to be the one. Update the e-commerce unlikely will solve your problem. I honestly don't remember in which version they are with TinyMCE but doing an upgrade like that might break back-office editor forms so I don't think they are keen on that at the moment. They are doing a major rollover to Symfony, I am pretty sure this is their priority right now. As said in one comment, Prestashop's dev team has to solve the issue on their side.

Not able to publish content in dynamic module after sitefinity upgrade to 12.2

Sitefinity site was upgraded from 8.2 to 12.2. But while trying to edit or create new content, the system is not responding. When checking the content goes to draft mode. Need some help with this. Users are not able to add any content because of this issue.
I am stuck with this. Please need some help to resolve this. Sitefinity support mentioned to disable the workflows and try, but that also did not work. Tried upgrading many times.

TYPO3 shibboleth_auth alternative and extension customization

Since the TYPO3 forum seems a bit dead, I thought I'll try my luck here. If anyone knows a different place to ask, be sure to name it and I'll delete this post.
I recently acquired a project with TYPO3 webistes that I need to migrate from 6.2 to 7.6. I will probably need to rewrite a lot of customized extensions and I want to start with the login system. The main site uses shibboleth_auth (which is discontinued) that has been partially rewritten to fetch login data from different endpoint.
Now, what is the current alternative for this extension? And how do I "extend" an extension so that It can still be upgraded, but also uses my methods? ( in this case, the custom endpoints for login verifications ).
I know that the University of Austria and Munich are currently working on a shibboleth authentication plugin that will work with 7.6. They asked a couple of weeks ago about feature requests and funding.
Our agency is maintaining a friendly fork of EXT:shibboleth_auth, it can be found at GitHub and Packagist. It is currently compatible with TYPO3 8.7 CMS and a version for TYPO3 10.4 LTS will follow shortly.

Getting stuck and confused setting up my first Hoodie app

Been trying to setup a simple Hoodie app and its been a very troublesome days for me.
To get more eyes on my issues, I'm submitting the issues that I'd submitted in Hoodie server issues but couldn't get any replies yet.
So here are the issues I want someone to look into:
https://github.com/hoodiehq/hoodie-server/issues/510
https://github.com/hoodiehq/hoodie-server/issues/511
https://github.com/hoodiehq/hoodie-server/issues/512
But the one that will take me forward is this one:
https://github.com/hoodiehq/hoodie-server/issues/513
I’m very sorry for the trouble you run into. I’m one of Hoodie’s core contributors, I’m happy to help you out.
First, your node version is very out of date. Can you please install the latest node from https://nodejs.org/en/?
Also you are using the old hoodie version. I’m very sorry for the confusion, we are currently transitioning to a new Hoodie, and the old version is still referenced a lot on our website and the docs.
After you installed the new Node version, follow the setup instructions at https://github.com/hoodiehq/hoodie. Here is a simple example app that you can check out to see Hoodie works https://github.com/hoodiehq/hoodie-app-tracker. And the work-in-progress docs are here: http://docs.hood.ie/camp/ (note the /camp path)

TYPO3 feedback / guestbook

Hello to all TYPO3 enthusiasts,
I am asking myself since about 2 weeks now, how to make a feedback/guestbook page with TYPO3.
What I want:
I have a page, where visitors can leave a feedback.
When they send a feedback, it shall not be showed immediately. It shall be stored in a database, with a flag "allowed: yes/no". If the administrator allows the visitors feedback, it shall appear on the page.
The feedbacks, that haven't yet been allowed, shall be displayed in the backend, where they can be enabled.
My problem
I don't even know, if this is realizable? If it is, what is the next step to make this working? Do i have to create my own extension for that?
Would be very nice, if someone can answer me my question and maybe give me some advices.
Have a look at https://bitbucket.org/ArminVieweg/pw_comments/overview
The current master version should be capable of doing this for TYPO3 7.6
Here is a third one :-)
https://typo3.org/extensions/repository/view/mmc_guestbook
I tested that and it worked for me, I think it should also work on 7.6 so you can just ignore the requirements.
Since I needed some changes I rewrote most of the code and my version is working on 7.6. Write a comment if you want me version.
Download and install extension tt_guest from TYPO3 extensions repository
https://typo3.org/extensions/repository/view/tt_guest
This would offer the funktionality you described