Monthly Archives: June 2017

Some Magento Update issues

 

There has been an error processing your request
Exception printing is disabled by default for security reasons.
Error log record number: 354086296325

To see the output from errors, lets go to path/to/magento/pub/errors/ and copy local.xml.sample to local.xml.

With this we will see the error output.

Update schema/data? php bin/magento setup:upgrade

Unable to retrieve deployment version of static files from the file system

Try to run php bin/magento setup:static-content:deploy this should to the work.

Missing CSS & JS files?
chown username: /path/to/magento/pub/ -R


Sources

http://devdocs.magento.com/guides/v2.1/install-gde/prereq/file-system-perms.html
https://magento.stackexchange.com/questions/108919/static-content-deploy-issue

magento – Server unable to read htaccess file, denying access to be safe

Forbidden

You don’t have permission to access / on this server.
Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

This is how we se the proper file permissions on magento2.

cd /var/www/html/magento2 && sudo find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \; && sudo find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} \; && sudo chown -R :apache . && sudo chmod u+x bin/magento
 If the issue persists, try to 755 the /var/www/html/magento2.
That’s kinda it!

 

All Your Printers Are Belong To Us!

(…) the arrest warrant request for an NSA contractor named “Reality Winner” was published, showing how they tracked her down because she had printed out the documents and sent them to The Intercept. The document posted by the Intercept isn’t the original PDF file, but a PDF containing the pictures of the printed version that was then later scanned in.

As the warrant says, she confessed while interviewed by the FBI. Had she not confessed, the documents still contained enough evidence to convict her: the printed document was digitally watermarked.

The problem is that most new printers print nearly invisibly yellow dots that track down exactly when and where documents, any document, is printed. Because the NSA logs all printing jobs on its printers, it can use this to match up precisely who printed the document. (…)

Source: http://blog.erratasec.com/2017/06/how-intercept-outed-reality-winner.html

List of Printers Which Do or Do Not Display Tracking Dots
https://www.eff.org/pages/list-printers-which-do-or-do-not-display-tracking-dots 

https://theintercept.com/2017/06/05/top-secret-nsa-report-details-russian-hacking-effort-days-before-2016-election/