Krammig
Forum Replies Created
-
I discovered a great plugin called WP All Import – absolutely brilliant tool and worth every penny. !!
Forum: Fixing WordPress
In reply to: Cannot log in to wordpress siteThanks for the feedback.
In my case it is a totally new DB that I create each time I do the install so I guess it can’t be the data which is a shame, I was hoping for glimmer of hope ??
cheers
Forum: Fixing WordPress
In reply to: cannot login to WP admin with right credentials@naftalistms I assume you resolved this issue given the time frame ?
I have exactly the same issue. Fresh install 3 times (database also) and still no luck.
I was hoping you could let me know what your ultimate fix was ?
thanks
Forum: Fixing WordPress
In reply to: Cannot log in to wordpress site@kordas88 I assume you resolved this issue given the time frame ?
I have exactly the same issue. Fresh install 3 times (database also) and still no luck.
I was hoping you could let me know what your ultimate fix was ?
thanks
Forum: Installing WordPress
In reply to: Fresh Install – Cannot Login – page just refreshesThanks again,
I have added the following lines, however nothing is being recorded in the log file at all. I have checked the path of the log file to make sure.
// ———- Record Errors ——
// Enable WP_DEBUG mode
define( ‘WP_DEBUG’, true );// Enable Debug logging to the /wp-content/debug.log file
define( ‘WP_DEBUG_LOG’, true );// Disable display of errors and warnings
define( ‘WP_DEBUG_DISPLAY’, false );
@ini_set( ‘display_errors’, 0 );// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( ‘SCRIPT_DEBUG’, true );Forum: Installing WordPress
In reply to: Fresh Install – Cannot Login – page just refreshesThanks for the reply.
Actually I did stumble on that and have been working my way through, all done now. No luck I’m afraid.
cheers
Forum: Fixing WordPress
In reply to: problems installing: Please provide a valid username.Same here.
Forum: Plugins
In reply to: [WooCommerce] Can I make Search only search on whole words@kursora that looks interesting thanks, I will try that.
cheers
Forum: Reviews
In reply to: [Debug Bar] I cannot seem to activate it on 4.7.1Ok thanks for the feedback Dion.
I will try deactivating a few plugins and see what happens.
Actually it just sits there hanging after I click Activate.
cheers
@a2hostingrj – Thanks actually you were right, I just didn’t see it. Cheers.
Found the problem ;
I was missing the following line in Web.Config;
<rewrite>
<rules>
<rule name=”WordPress: https://localhost/mysite” patternSyntax=”Wildcard”>- This reply was modified 8 years, 3 months ago by Krammig.
Thanks for the reply,
Have checked those thanks.
I have also set up a new test site locally and it is doing the exact same thing. Very strange. In fact all local sites that have a woocommerce section are doing the same. Ones I haven’t touched for ages.
I did upgrade PHP to 7 but have switched it back to 5.6. That is the only thing I can think of that I have physically done here.
thanks
Forum: Fixing WordPress
In reply to: Can I copy a page I like in one theme I have to anotherThanks Keith, that does help ??
I was sort of hoping that everything associated with a page (template) such as an About page or whatever would be self contained, but did forget that CSS files etc would likely be different.
I will take the route you suggested and try the replication using Visual Composer.
cheers
MarkForum: Reviews
In reply to: [Remove Dashboard Access] Works well.Thanks for the reply. Perhaps in hindsight I might have been a little harsh. You are quite right, it does what you have designed it to do. My observation is that it could indeed be a whole lot more flexible.
Anyway, I have tried to up the rating but cannot seem to do so. I will try and create a new one with a revised rating.
cheers
Forum: Plugins
In reply to: [Restrict Dashboard Access] Where is the options?This is almost a good idea but poorly implemented.
No one can access the backend ! Even an Administrator.
So once you activate this plugins, there is no way to get back to the backend dashboard apatr from removing the plugin via FTP file delete.