Posts by Pedro Magalhaes • 48 points
6 posts
-
0
votes2
answers38
viewsA: Error while trying to install wordpress
You probably need to set wp-config.php to 644 or 640. If it is Linux; sudo chmod 644 wp-config.php If it is Windows. Right-click on the wp-config.php file -> Properties -> Security -> Edit…
wordpressanswered Pedro Magalhaes 48 -
1
votes1
answer226
viewsA: How to access the Styles.scss file from within an Angular component
You have already defined the Angular project as Sass? You can access your project folder, and type the following command. ng set defaults.styleExt scss Check your config is like this: "defaults": {…
-
0
votes0
answers32
viewsQ: Fatal error: Cannot redeclare Wp_post_type
I am having a problem in a client’s Wordpress, I can not fix. You are presenting the following error. Fatal error: Cannot redeclare Wp_post_type::$show_in_rest in…
-
0
votes0
answers83
viewsQ: Page is not rendering
I am configuring a web application using Keystone JS. I set up some Routes, and views, and also already set up a "virtual store" structure to add and exlcuir sightseeing tours. The problem, that due…
-
1
votes1
answer129
viewsQ: List items of an object in Pug JS, with Node and Mongo
I’m setting up a store, using Keystone JS, installed the dependencies Pug JS and Mongodb. I created a model that is pointing to a view, called Tour.JS The problem is that I couldn’t efficiently list…
-
1
votes1
answer82
viewsQ: List all states in Node JS and Mongo
I’m trying to set up a function to list all the states and then print inside an object. Sorry to be so Noob, I think it’s a pretty silly problem. States function listarTodasOsEstados(){ var estado =…