Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation in BE doesn't work #24

Closed
davdenic opened this issue Nov 29, 2016 · 6 comments
Closed

Evaluation in BE doesn't work #24

davdenic opened this issue Nov 29, 2016 · 6 comments

Comments

@davdenic
Copy link

davdenic commented Nov 29, 2016

Hi
the evaluation doesn't works, it spin for a while and then it says
"No results. Press update."
How can I debug it?
Is it compatible with fluid_styled_content and fluidcontent, fluidpages, flux, vhs?
Thanks

@mimoat
Copy link
Contributor

mimoat commented Nov 30, 2016

this helped me a lot: (the 5 steps) ([https://docs.typo3.org/typo3cms/extensions/cs_seo/Administrator/Index.html])
also good to know:
it won't work, if your installation is e.g. htpasswd protected.
for debugging purposes:
Open chrome dev tools and watch the eID Script (Network -> XHR) when clicking of update. If there are errors in the response you would notice it there (for page module). good luck!

@davdenic
Copy link
Author

Hi
major problem is i don't get any error.
the 5 steps are just 4, i don't find it in the scheduler tasks.
i'm on nginx, my dev server is password protected, but i tested also without password protection and it doesn't work.
chrome console shows no error for this XHR
typo3/index.php?ajaxID=CsSeo%3A%3Aevaluate&ajaxToken=aeac388a5f2e9b91976b92a3e577a5a7044c2c68
response 200
thanks

@mimoat
Copy link
Contributor

mimoat commented Nov 30, 2016

ah okay,
you can try to activate the scheduler task:

  1. add new scheduler class
  2. select "extbase-command-controller-task" as task
  3. input a number as frequency (i used 3600)
  4. CommandController-Command: select CssSeo Evaluation "update" from List
  5. Hit Save
  6. Run that Scheduler task.

I don't know if this steps are necessary.

Also be sure to set a correct (and reachable domain record!) - So if you have e.g.:
www.mymachine.dev - it should be "crawlable" by your TYPO3 dev machine

@mhirdes
Copy link
Collaborator

mhirdes commented Nov 30, 2016

Hi,

is the frontend of the page avalibale in public? If you have a .htaccess protection you have to allow the server where TYPO3 runs to call the frontend. So add the IP from the server to the .htaccess file https://docs.typo3.org/typo3cms/extensions/cs_seo/Administrator/Index.html .

Does this solve the problem?

Kind regards,
Marc

@davdenic
Copy link
Author

Hi
I could solve it on my dev removing password protection, i will test on live since last time it didn't worked, thanks

@mhirdes
Copy link
Collaborator

mhirdes commented Nov 30, 2016

Which Version of PHP, TYPO3, cs_seo do you use? I also wrote you on Slack. If you like to we could chat there first, to find the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants