Enable [FE][cHashIncludePageId] in TYPO3 7.6? - typo3-7.6.x

In TYPO3 status report. i am getting this type of error Cache Flooding Protection is disabled. Please enable [FE][cHashIncludePageId] in the Install Tool.
So, I have set this value [FE][cHashIncludePageId]= true in TYPO3 install tools.... Now TYPO3 status report all configuration is Ok.
But getting frontend error like below.
Uncaught TYPO3 Exception: #1467983513: ID parameter needs to be passed for the cHash calculation! As a temporary not recommended workaround, you can set $GLOBALS['TYPO3_CONF_VARS']['FE']['cHashIncludePageId'] to false to avoid this error.
Thanks!

Related

Wordpress gutenberg custom block — issues with preview loading

I created a plugin with custom blocks. I am have trouble with the block preview. When I set the block on preview mode and reload the page editor — I get a error message on all the blocks I've preview Error loading block: You are probably offline.
In the console I am also getting the following errors:
pd-admin.js?ver=2.20:12 Uncaught TypeError: jQuery(...).live is not a function
Failed to load resource: net::ERR_CONNECTION_CLOSED
wp-auth-check.min.js?ver=5.5:2 Uncaught TypeError: Cannot read property 'hasClass' of undefined
Any ideas what I am doing to cause this?
I find issue with the RichText field — if the RichText is too long I can't preview the block at all and in the block I get the same error message saying Error loading block: You are probably offline.
To fix console error : WordPress 5.5 stopped using jQuery migrate. This change has been causing problems with old plugins and themes. If you are noticing issues after upgrading to WordPress 5.5, installing this plugin might fix it: https://wordpress.org/plugins/enable-jquery-migrate-helper/
For RichText long text error, you need to increase LimitRequestLine in your apache configuration. Ref : how to increase Apache 2 uri length limit

Issue with joomla extensions

I'm having issues with a Joomla extension installation.
When I upload them it shows me an error:
Error Unable to find install package
I searched on google and have increased my upload limit
max_upload_size = 256M
But still have the same issue,anybody know how to resolve this thank you!
Error
Warning
JFTP: :mkdir: Bad response.
JFTP: :chmod: Bad response.
Component Install: Failed to create folder: /home/keramin1/public_html/components/com_uniterevolution.
Uploaded the files manually via ftp* when i go to discover and it shows the plugin then i press install it loads me this error
An error has occurred.
0 Call to a member function children() on null
Return to Control Panel
Disable FTP in your Joomla configuration settings and then try again. If you still have the problem, then this is likely a permission issue. Make sure that your Joomla instance (web server) is able to write to the tmp folder.

Joomla - Save article from frontend does not work with Allrounder-Template

I use Joomla Version 3.8.6 with "The ALLROUNDER 3 - Joomla Template" in Version 1.1 and I have a problem when I edit an article via frontend. When I want to save the article nothing happens. All other buttons (close, etc...) work correctly.
In my browser console I get this error message when I click on the save button:
> Uncaught TypeError: Cannot read property 'isValid' of null
> at Object.Joomla.submitbutton (index.php?view=form&layout=edit&a_id=1&catid=8&return=aHR0cDovL3Rlc3QudHNjLXpldXpsZWJlbi5kZS9pbmRleC5waHA=:67)
> at HTMLButtonElement.onclick
This error happens for all different types of users (Editor as well as Super-Administrator)
I deleted the template completely from my webspace and did a new clean install but the error is still there. I tried to disable Jquery-Scripts in the header as well as all other Javascripts but this did not help. I also disabled sequentially all plugins, but the error was still active. Further, I set up textfilter for all users to "No Filter", but the error was still active.
Thank you for your help!

_PS_MODE_DEV_ not working in Prestashop 1.6.1.11

I'm trying to install/configure a theme in a new/clean Prestashop 1.6.1.11 installation. I was able to install/enable the theme, but when I try to view the page it comes back with a 500 error message.
I changed _PS_MODE_DEV_ to true in /config/defines.inc.php but still I only get:
The x.x.x.x page isn’t working
x.x.x.x is currently unable to handle this request.
HTTP ERROR 500
It's not showing the error debug information so that I can troubleshoot.
Anywhere else where I need to enable this?
Thanks
You are not able to view the error even after enabling error debugging because the error is being generated before the error debugging is set to enabled. In order to debug your issues, you can check the error log on your server.
In case of Apache you can check following file:
/var/log/apache2/error.log

Adobe CQ5 error log warning when tagging content

When I edit the page properties of a page and add a tag, the following warning appears in the error log. In this example I added the ootb orientation tag:
19.12.2013 16:27:18.022 *WARN* [0:0:0:0:0:0:0:1 [1387488438020] GET /etc/tags/properties/orientation.tag.json HTTP/1.1] com.day.cq.commons.JSONWriterUtil XSS protection service was not provided or not available while processing key [description]
When I add the tag, CQ makes the following json request:
http://localhost:4502/etc/tags/properties/orientation.tag.json
My environment is a fresh CQ5.5 author instance. Adobe's Service pack 3 doesn't fix the warning. CQ's XSS Protection Service (XSSProtectionServiceImpl) is active in the osgi console. Adding a description to the tag didn't help. The warning happens for all tags. What can I do to make this warning go away? Is there some configuration I need to add?

Resources