Ok
Resolved for me ๐
[Solved] How to revert my theme selected
-
I choose the convoe theme and i get error 502 how to choose back levander?
I cant get it the admin panel to change it, i get error 502
www.gippy.com.ar -
Is your server running?
If it is you can delete the theme and get access to the admin cp and change it back to normal.What errors are you getting in the console?
-
I cant get into the admin panel, i get erro 502 --- i deleted convoe theme via ftp
-
502 usually means that nodebb is not running.
-
Pablo -- assuming Redis is on regular address and port:
redis-cli hdel config theme:id theme:src
-
@julian
(error) ERR wrong number of arguments for 'hdel' command -
Redis seems out of date. Anyway, split it into 2 commands, then:
redis-cli hdel config theme:id redis-cli hdel config theme:src
-
redis-cli hdel config theme:id
redis-cli hdel config theme:srcThis says:
[email protected]:~/mynodebb$ redis-cli hdel config theme:id
(integer) 0
[email protected]:~/mynodebb$ redis-cli hdel config theme:src
(integer) 0 -
Should be good then.
Also, may need to run this:
redis-cli hdel config theme:type
-
Replicated this error, and this works for me @julian
@pablo-macaluso You probably shouldn't have used the theme since it clearly states Unstable/Incomplete unless you know what you're doing. Just saying, no worries though. Although I do apologize for the headache this has caused you.
-
redis-cli hdel config theme:type
Still not working i do all
redis-cli hdel config theme:type
And says
(integer) 0 -
@trevor No problem trevor, im still trying to make me site back
-
Please i realy need help to get my site online
-
hmm when running
./nodebb dev
any error on startup? any error when you try to view your forum?
-
Here we go
info: NodeBB v0.3.2 Copyright (C) 2013 DesignCreatePlay Inc. info: This program comes with ABSOLUTELY NO WARRANTY. info: This is free software, and you are welcome to redistribute it under certain conditions. info: info: Time: Sat Feb 15 2014 05:23:20 GMT+0000 (UTC) info: Initializing NodeBB v0.3.2 info: * using redis store at 127.0.0.1:6379 info: * using themes stored in: /home/capitansupositorio/mynodebb/node_modules info: Base Configuration OK. warn: You have no redis password setup! info: [themes] Using theme nodebb-theme-vanilla info: [plugins] Initializing plugins system /home/capitansupositorio/mynodebb/node_modules/redis/index.js:535 throw err; ^ TypeError: Arguments to path.join must be strings at path.js:360:15 at Array.filter (native) at Object.exports.join (path.js:358:36) at /home/capitansupositorio/mynodebb/src/webserver.js:258:53 at /home/capitansupositorio/mynodebb/src/database/redis.js:262:4 at try_callback (/home/capitansupositorio/mynodebb/node_modules/redis/index.js:532:9) at RedisClient.return_reply (/home/capitansupositorio/mynodebb/node_modules/redis/index.js:614:13) at HiredisReplyParser.<anonymous> (/home/capitansupositorio/mynodebb/node_modules/redis/index.js:266:14) at HiredisReplyParser.EventEmitter.emit (events.js:95:17) at HiredisReplyParser.execute (/home/capitansupositorio/mynodebb/node_modules/redis/lib/parser/hiredis.js:43:18)ยดยด
-
Any help? My site its off for 2 days.
-
redis-cli hdel config theme:type redis-cli hdel config theme:id redis-cli hdel config theme:staticDir redis-cli hdel config theme:templates
This is assuming your redis is set up on localhost on port 6379.
If it returns
0
, that means your redis is not set up on that port. Adjust accordingly. -
@julian
Do it:[email protected]:~/mynodebb$ redis-cli hdel config theme:type (integer) 0 [email protected]:~/mynodebb$ redis-cli hdel config theme:id (integer) 0 [email protected]:~/mynodebb$ redis-cli hdel config theme:staticDir (integer) 1 [email protected]:~/mynodebb$ redis-cli hdel config theme:templates (integer) 1 [email protected]:~/mynodebb$
-
Go for it. Should be fine now.
-
What about now? forever restart 0 ?
I still getting 502 error on gippy.com.ar