My Joomla Backend is destoyed - only Text no graphics - joomla1.5

my Joomla-backend ist destroyed. i can do a log in in a normal way, but then i see only text, no graphics. and also the wohle site is not visible and i can't scoll it. i made a screenshot, please look at it to see what i mean. i have to upgrade my Joomla Version but i cant do it with this broken backend. The current Joomla Version is 1.5.26
So, how can i fix this? I need full acces to my backend. Please help.

This is why we should not use older version of joomla.
you must install newer version of joomla
It is more reliable and secure.
Here is the step by step migration process

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 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

Why can't I find the default Magento theme being loaded?

Should be pretty simple. I am trying to find what theme is being loaded in Magento to create my own custom theme. The problem is the mine (ver. 1.7.0.2) has no files in the frontend->default->default folder so I can't put any print statements there or see which template Magento is loading to learn more about it. Print statements in base->default don't seem to work either.
And where is the home page template located?
I don't know why Magento makes this so hard or maybe I'm just looking at old info that's not applicable anymore.
Turn on template path hints. Also disable the cache from System > Cache Management while you are doing any theme work.
+1 for other answer suggesting you turn on template path hints. That is a great way to figure out the structure of how things work in Magento.
I would also recommend the user guide. It's been updated to apply to 1.7. You used to have to pay for the guide but they make it available for free now.
http://www.magentocommerce.com/resources/magento-user-guide
As well as the latest designers guide that has info specific for templates etc.
http://www.magentocommerce.com/design_guide

Notifications for Joomla extension updates

Is there an extension that would check whether there are newer versions available to the installed extensions on a Joomla site, and would notify the site administrator?
Ideally, I am looking for something similar to Drupal's "Update" module.
I understand that there is no central place for keeping all these modules and their versions for Joomla, but at least a lot of them are available on the Joomla Extensions site, along with the needed information, so perhaps somebody wrote a tool that checks that source?
Aha, looks like this is to be included in Joomla 1.6, according to this description (check out the "Find Updates" button, looks great).
But if you are using Joomla 1.5 until 1.6 is stable check out: http://extensions.joomla.org/extensions/core-enhancements/installers/9332
Excellent for keeping components up to date :)