Magento Fatal error: Class 'WP_ThemeGrayscale_Helper_Data' not found in.../app/Mage.php on line 546 - magento

I can't access to my system> setting - i'm getting this error:
Fatal error: Class 'WP_ThemeGrayscale_Helper_Data' not found in.../app/Mage.php on line 546
, any suggestions ?

Related

Latest NativeScript + Angular is broken

I updated nativeScript, #angular/cli and #nativescript/schematics to their latest stable version. Generated a new project as:
ng new port --collection=#nativescript/schematics --shared --style=scss --prefix=port
followed by
tns run ios --bundle
Error:
***** Fatal JavaScript exception - application has been terminated. *****
Native stack trace:
1 0x10da0702e NativeScript::reportFatalErrorBeforeShutdown(JSC::ExecState*, JSC::Exception*, bool)
2 0x10da58f94 -[TNSRuntime executeModule:referredBy:]
3 0x10d2f50b3 main
4 0x7fff51a231fd start
5 0x1
JavaScript stack trace:
file: node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js:32:0
at file: node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js:645:1
at file: node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js:9:61
at file: node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js:12:1
at ../node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js(file:///app/vendor.js:103073:34)
at __webpack_require__(file: src/webpack/bootstrap:752:0)
at fn(file: src/webpack/bootstrap:120:0)
at file: node_modules/#nativescript/angular/__ivy_ngcc__/platform-common.js:6:8
at ../node_modules/#nativescript/angular/__ivy_ngcc__/platform-common.js(file:///app/vendor.js:97913:34)
at __webpack_require__(file: src/webpack/bootstrap:752:0)
at fn(file: src/webpack/bootstrap:120:0)
at ../node_modules/#nativescript/angular/__ivy_ngcc__/index.js(file: node_modules/#nativescript/angular/__ivy_ngcc__/index.js:6:17)
at __webpack_require__(file: src/webpack/bootstrap:752:0)
at fn(file: src/webpack/bootstrap:120:0)
at ./app/app.module.tns.ts(file: src/app/app.module.tns.ts:1:0)
at __webpack_require__(file: src/webpack/bootstrap:752:0)
at fn(file: src/webpack/bootstrap:120:0)
at file:///app/bundle.js:240:96
at ./main.tns.ts(file:///app/bundle.js:298:34)
at __webpack_require__(fi<…>
JavaScript error:
file: node_modules/#nativescript/angular/__ivy_ngcc__/zone-js/dist/zone-nativescript.js:32:0: JS ERROR Error: Zone already loaded.
(CoreFoundation) *** Terminating app due to uncaught exception 'NativeScript encountered a fatal error: Error: Zone already loaded
the many issue with nativescript angular9 and ivy.
but to fix this error just use zone.js 0.9.1

Getting Laravel error while hosting on shared hosting

Warning: require(/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): failed to open stream: No such file or directory in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66
Warning: require(/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php): failed to open stream: No such file or directory in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66
Fatal error: require(): Failed opening required '/storage/ssd1/943/12963943/public_html/vendor/composer/../symfony/polyfill-mbstring/bootstrap.php' (include_path='.:/usr/share/pear:/usr/share/php') in /storage/ssd1/943/12963943/public_html/vendor/composer/autoload_real.php on line 66

Xampp Syntax Error When Starting Apache line 74

I get this error when starting xampp:
httpd.exe: Syntax error on line 74 of C:/xampp/apache/conf/httpd.conf:
Cannot load modules/mod_access_compat.so into server: The specified
module could not be found.

How to enable additional logging when running `hadoop fs` with MAPRFS?

When I run this command:
hadoop fs -copyFromLocal /tmp/1GB.img 'maprfs://maprfs.example.com/tmp/1GB.img'
I get the following errors.
2014-11-05 01:21:08,7669 ERROR Client fs/client/fileclient/cc/writebuf.cc:154 Thread: 240 FlushWrite failed: File 1GB.img, error: Invalid argument(22), pfid 4484.66.266002, off 65536, fid 5189.87.131376
14/11/05 01:21:08 ERROR fs.Inode: Write failed for file: /tmp/1GB.img, error: Invalid argument
14/11/05 01:21:08 ERROR fs.Inode: Marking failure for: /tmp/1GB.img, error: Invalid argument
14/11/05 01:21:08 ERROR fs.Inode: Throwing exception for: /tmp/1GB.img, error: Invalid argument
14/11/05 01:21:08 ERROR fs.Inode: Flush failed for file: /tmp/1GB.img, error: Invalid argument
14/11/05 01:21:08 ERROR fs.Inode: Marking failure for: /tmp/1GB.img, error: Invalid argument
14/11/05 01:21:08 ERROR fs.Inode: Throwing exception for: /tmp/1GB.img, error: Invalid argument
copyFromLocal: 4484.66.266002 /tmp/1GB.img (Invalid argument)
Can anyone suggest how to enable additional verbose/debug logging?
The above errors seem to be coming from the MAPR hadoop classes. It would be nice to enable more verbose logging in those packages, as well as org.apache.*
I tried modifying /opt/mapr/conf/logging.properties but it didn't seem to help.
BTW, running Hadoop 1.0.3 and MapR 3.1.1.26113.GA
thanks,
Fi
p.s.
This is related to my question at http://answers.mapr.com/questions/11374/write-to-maprfs-with-hadoop-cli-fails-inside-docker-while-running-on-a-data-node#
You can also use the option directly
hadoop mfs -Dfs.mapr.trace=DEBUG -ls maprfs://maprfs.example.com/tmp/1GB.img
Found the answer, courtesy of http://answers.mapr.com/answer_link/6181/
Just need a fs.mapr.trace=debug property in
/opt/mapr/hadoop/hadoop-0.20.2/conf/core-site.xml
<configuration>
<property>
<name>fs.mapr.trace</name>
<value>debug</value>
</property>
</configuration>

Error to load packages installed using apm link in Windows 7

Today I installed the Atom Editor (manually and using choco) - version: 0.136.0.
After that, I install packages using apm link, because I'm behind a company proxy and this is the best solution for me.
But, when I open Atom, I get a lot errors: https://gist.github.com/patrickmaciel/569f7ad38e47f01210fd
For example:
Failed to load package named 'atom-color-highlight' Error: Cannot find module 'emissary'
at Function.Module._resolveFilename (module.js:344:15)
at Function.Module._load (module.js:286:25)
at Module.require (module.js:373:17)
And...
Uncaught Error: Cannot find module 'season' module.js:346
Error activating package config for “ask-stack” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'request'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “atom-color-highlight” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'emissary'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “atom-spotify” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'spotify-node-applescript'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “autocomplete-plus” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'underscore-plus'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “autocomplete-snippets” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'underscore-plus'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “autoprefixer” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'autoprefixer-core'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “change-case” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'change-case'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “csscomb” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'csscomb'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “csslint” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'atom-keymap-plus'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “emmet” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'emmet'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “fancy-new-file” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'mkdirp'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “highlight-line” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'event-kit'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “jshint” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'emissary'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “markdown-preview” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'fs-plus'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “Search” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'open'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “terminal-status” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'domify'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “todo-show” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'fs-plus'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Error activating package config for “uglify” Error {code: "MODULE_NOT_FOUND", stack: (...), message: "Cannot find module 'uglify-js'"} c:\ProgramData\chocolatey\lib\Atom.0.136.0\tools\Atom\resources\app\node_modules\settings-view\lib\…:416
Uncaught Error: Cannot find module 'glob'
I don't know how to fix that.
I'm using Windows 7.
Sorry for my english...
If you need more information, tell me (before down vote)
There is an open issue at Github related to the apm load - https://github.com/jakemarsh/atom-spotify/issues/10 - hopefully they will fix it sometime.

Resources