bear_56
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Make] Issues after updating to 1.7.1I have footer-credit.php in my child-theme. I have on line 20 this code:
<?php echo ttfmake_sanitize_text( $footer_text ); ?>How do I put this new code there on line 20?
Make()->sanitize()->sanitize_text()I’m not much of a coder. ?? Is it like this??
<?php echo Make()->sanitize()->sanitize_text() ( $footer_text ); ?>Forum: Plugins
In reply to: [Competition Form] WinnersHi! Yes I see entries list and it’s ok. Competition name is ok at the Winners drop down list. If I don’t select any dates etc. nothing happens either. No items found.
Seems like no one is online. But the problem was at the prefix which was wp_english. I had changed it to new_english with Better WP Security and because the english wordpress is separately at /en/ folder it totally messed with the root prefix which is like my_. So the english site’s prefix is now my_english. I changed it at the wp-config -file and the site is now up and showing. Almost yey! But… I can’t get into wp-admin. It shows partly like upper admin menu, but when I click Dashboard it says ‘You do not have sufficient permissions to access this page.’
I found a blog about it https://beconfused.com/2007/how-to-solve-you-do-not-have-sufficient-permissions-to-access-this-page-in-wordpress/
But this gets out of my skills. So I’m not going to continue any further. Luckily this site is only my site, not my clients. I feel really scared to do anything with Better WP Security, if it can mess a site this badly. I know someone at the server host can help me to fix this, but think about all the lost time and headaches it can cause.
I have two separate wordpress-platform and sites running on a same database. The root has wordpress with Better WP Security and it’s settings caused the 403 error at /en/-subfolder, which is running an english wordpress site. So I fixed the 403 error, but now it asks me to install wordpress. I had already deleted the plugin from the /en/ site, changed original htaccess and wp-config files too, but it didn’t help. I also changed Authentication Unique Keys and Salts, does it cause the problem?
Another question, waht maybe cause that error is that what can I do if I added wrong ip -address to the allowed ip-addresses?