yurone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: admin login OK, but can’t editi don’t acess to dashboard with old users.
i created new user with this commandsINSERT INTO
databasename
.wp_users
(ID
,user_login
,user_pass
,user_nicename
,user_email
,user_url
,user_registered
,user_activation_key
,user_status
,display_name
) VALUES (‘4’, ‘demo’, MD5(‘demo’), ‘Your Name’, ‘[email protected]’, ‘https://www.test.com/’, ‘2011-06-07 00:00:00’, ”, ‘0’, ‘Your Name’);INSERT INTO
databasename
.wp_usermeta
(umeta_id
,user_id
,meta_key
,meta_value
) VALUES (NULL, ‘4’, ‘wp_capabilities’, ‘a:1:{s:13:”administrator”;s:1:”1″;}’);INSERT INTO
databasename
.wp_usermeta
(umeta_id
,user_id
,meta_key
,meta_value
) VALUES (NULL, ‘4’, ‘wp_user_level’, ’10’);it worked because i managed to login with this user.
i also tried to change to a:1:{s:13:”administrator”;b:1;}after connection to https://___.com/wp-login.php?
i am getting connected to the same page with admin bar on top,
however it is a “user” bar, because there are no admin options.and when i click any protected url i have this “generic” error
.
Désolé, vous n’avez pas l’autorisation d’accéder à cette page.(Sorry, you do not have permission to access this page.)
my WP site is in french
Forum: Fixing WordPress
In reply to: admin login OK, but can’t editi tried both
a:1:{s:13:”administrator”;s:1:”1″;}
and
a:1:{s:13:”administrator”;b:1;}same results.
is there anything in logs related to this debug?Forum: Fixing WordPress
In reply to: admin login OK, but can’t editi think , i did
a:1:{s:13:”administrator”;b:1;}
>>> not sure what you talk about – related to your user ID is set to 10
in wp_usermeta
for my user the
wp_user_level
10Forum: Fixing WordPress
In reply to: admin login OK, but can’t editany help ???
Forum: Fixing WordPress
In reply to: admin login OK, but can’t editi checked
a:1:{s:13:”administrator”;s:1:”1″;}all the prefixes are pr_ instead of usual wp_
since long time with no issuesForum: Fixing WordPress
In reply to: admin login OK, but can’t editI am not infront of computer now , but I am sure that’s a correct info there , because I had 2 admin users that was already working properly before and I created a new user via phpmyadmin following tutorial
thx, cool plugin and fast support
it worked ??
i suppose you need to update plugin nowi tried another plugin on same environment and it worked fine.
i use WordPress 5.0.3–en_US aulet me know when you fix it and i will tray again ??
in the screenshots i provided above i made tests with default sample snippets.
when i test with my snippets shortcodes (they display image + onclick action)
also i noticed that in the “admin” edit of this page i see my images on top of EDITOR which is obviously also a bug.i tried on another theme and exactly the same problem.
order of elements is not respected… snippets is first to displayi use this theme and i tested both in Pages and Posts mode.
https://www.elegantthemes.com/gallery/extra/if you want to try it here is download
https://www.sendspace.com/file/89ubbbp.s. i emptied cache but didn’t help
Forum: Plugins
In reply to: [Recurring PayPal Donations] request to fix and featuresi added 5 different suggestions.
which ones have been implemented ?if i know which one i can better test them !
Forum: Plugins
In reply to: [Yoast SEO] og:imagei am requestion to help investigate on something very basic.
i did all that was advised in documentation, i provided URL to my site to make a quick check.And as i see this plugin don’t work properly for me, i will mention this in my plugin review and will use another plugin.
Forum: Plugins
In reply to: [Yoast SEO] og:imagethanks, !
i use Extra theme and non of the option you proposed is possible !
see screenshotsis there a solution for my case ?
p.s. i can add any custom HTML code to the page.