Realurl not configurated correctly - typo3

My news link look like this: ?tx_news_pi1%5Bnews%5D=282&cHash= I am using realurl autoconfig. I do not know how to setup a realurl_config by myself. I often get an error message. Maybe someone can help?

There is a complete chapter for realurl configuration in the manual of ext:news.
Switch your realurl config to PHP source, then edit the config file and add the code from the news manual.
You also find examples for configuring ext:news in the manual of realurl

Related

Typo3 crashed after installing extension and now can't access live site or backend: Parse error: syntax error

As the title says. I was working on my typo3 site and tried installing the mmc_slideshow extension from the typ03 website. After clicking install an error appeared and now i can no longer access the live site. When I try to look at the /typo3 backend it is just the same error. It looks like the site is wiped. Is there anything I can do to get it back? I was able to see the files by looking into /typo3conf but it doesn't give me any editing options. The only thing i can think of is getting in through the hosting server.
Aside from the editing of typo3conf/PackageStates.php, which Mathias mentioned, you may need cleaning the cache (I don't remember the folder for sure, something like typo3temp/Cache/Code/? In doubt you may delete everything from /typo3temp/.)
Another option could be the Install-Tool where you might be able to disable failing extensions.

how to update (cookieconsent2, crawler, realurl) extension on typo3 version 8 to 9

I upgraded typo3 version 8 to 9.
There are some extension that can not update for version9
extensions: cookieconsent2, crawler, realurl
These extension do not exits for version-9 but installed in version-8, what is solution for that.
how i can use it or what is alternate for typo3 version-9
Thanks AbdulQayyum.
crawler is about to get ready for v9 https://github.com/AOEpeople/crawler/projects/3. If you do not have a complicated setup, you can just have your frontend crawled by something else, e.g. wget -r https://your-site.com as a workaround in the meantime. You probably want EXT:indexed_search to work. This automatically updates the search index when cacheable pages are visited.
realurl is not needed in v9. SEO-routes are now part of the core. You need a site configuration (this is a write-up how it looks like: https://typo3worx.eu/2018/10/typo3-site-management-and-routing/) and that's all.
cookieconsent2 you may ask the developers if it will get updated. If not, there are alternatives: https://extensions.typo3.org/?L=0&id=1&tx_solr%5Bq%5D=cookie+consent

After Upgrade from TYPO3 8.7 to 9.5 I cannot edit my records

After updating my TYPO3 to 9.5 LTS from 8.7 LTS, When trying to edit a content element. I have been running all the relevant Update Wizards. I get:
Oops, an error occurred!
Unable to generate a URL for the named route "wizard_element_browser" because this route was not found.
The is also happening when trying to add new content elements.
When I use the Page Module I see the content in the expected columns, and with the correct connect.
The list view is also not working for me after updating..
Formatting the stack trace here, isn't super easy, so added a gist.
https://gist.github.com/tomasnorre/17ea65ed60f6877801e9260ac316d76e
I is some guesswork without a full stack trace.
First some background:
The route that is not found is registered in typo3/sysext/recordlist/Configuration/Backend/Routes.php.
The Backend routes are initialized in the initializeBackendRouter() method in typo3/sysext/core/Classes/Core/Bootstrap.php and they are cached.
So the first explanation would be, that for some reason the configuration file is missing or the recordlist Extension is not loaded / available.
The second explanation would be a caching problem. Please try to clear all caches using the admin tools and clearing typo3temp and var/cache folders.
The third explanation would be some Extension that accesses the route too early in the bootstrap process before the route is registered.
If nothing of this helps, please enable debugging in the admin tools (Settings -> Configuration Presets -> Debug) an uncomment this line in the .htaccess to enable the Development context:
RewriteRule .? - [E=TYPO3_CONTEXT:Development]
You can then post the stacktrace back here and we try to figure out what is happening.

INVALID VALUE ("254") for a folder in TYPO3

I am new to TYPO3. I recently upgraded TYPO3 to 6.2 LTS from 4.5 following steps from some websites. Everything seems to be working okay.
I created a test folder and tried to edit the folder. I got INVALID VALUE("254") in Page Type. Here is the image
http://i.stack.imgur.com/h85Hx.png
I looked at logs, developers logs, and searched Google but I did not find anything relevant to the problem. Any idea on where to start?
PS: I didn't have enough reputation to add images directly. So, sorry for the link.
254 is the page type "Folder". It is very strange that this should be illegal. It's working here on a 6.2 installation.
Maybe it's a TypoScript configuration that disallows folders as subpage types at the parent page.
Have you already tried "database compare" function in your install tool? Looks for me like a update problem.

TYPO3 6.2 / 7.x Forum extension

Is there any working Forum extension for TYPO3 6.2.
I have tried mm_forum with some patches, but id does not work.
I have also looked at extension repository but without any luck.
Any help is welcome :)
The new forum extension from Mittwald is typo3_forum (6.2 und 7.x)
Link in Typo3-Repo: http://typo3.org/extensions/repository/view/typo3_forum
How to migrate your mm_forum to typo3_forum:
Install typo3_forum
Execute the Scheduler Task Database Migration
Open your root TypoScript Template Record and include typo3_forum's static TypoScript
Change your TypoScript configuration (e.g. in your template extension or Typoscript records) from plugin.tx_mmforum to plugin.tx_typo3forum
Uninstall mm_forum
Clean up the database using the Install Tool "compare" functionality.
If you have custom fluid templates for the forum using the forum's ViewHelpers you have to adjust the namespace declaration accordingly. E.g. {namespace t3f=Mittwald\Typo3Forum\ViewHelpers}
You could check the multiblog-extension, it´s up to date and ready for TYPO3.CMS 6.2.