Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

143
Views
AJAX 404 after Upgrade to TYPO3 8.7

I have two identical installations with regard to everything except for the TYPO3 Version. Both are fresh installs, so the databases should be normal.

In my extension, I make an AJAX call to a page that holds nothing but my plugin with the Content-type:application/html.

In TYPO3 v. 7.6.16, the Ajax response is successful.

In TYPO3 v. 8.7, the Ajax call fails with a 404: not found.

The urls are identical, apart from variation in the cHash.

Does anyone know why this is the case, and what I need to do to correct the situation?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

You can generate the cHash and avoid the TYPO3_CONF_VARS settings, by passing a js variable with »f:uri.action« into the ajax url in fluid.

Fluid template:

<script>
  var ajaxUrl = '<f:uri.action action="list" pageType="123456"/>';

  $.ajax({
      url: ajaxUrl,
      [...]
over 4 years ago · Santiago Trujillo Report

0

look here: https://forge.typo3.org/issues/79970 Go to installtool and uncheck: "pageNotFoundOnCHashError". Thats does it for me.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!