Hartech Softworks
Forum Replies Created
-
Found a solution, hope it helps someone.
Add this to the wp-config.php file
/** Override default file permissions */ if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
It overrides the default permissions and also removes the FTP requirement. This error rises from the installation of a plugin within the dashboad where the permissions where not setup correctly on the web server.
Forum: Your WordPress
In reply to: Any feedback on our new site would be greatAlright JohnPope it appears that that bug on the Twitter feed has been fixed.
Forum: Fixing WordPress
In reply to: problem after transfer domainwho is your hosting provider ?
you will need to access the database and change the siteurl value in the wp-options table of your WordPress database
Forum: Your WordPress
In reply to: Any feedback on our new site would be greatYup there were two updates on Tweeter so it must have just added it there keeping the formatting.
Still can’t replicate the issue so it’s gonna be hard to fix.
BTW: JohnPope how did you get a link on your username ?
Forum: Fixing WordPress
In reply to: problem after transfer domainare you familiar with accessing the database ?
Forum: Your WordPress
In reply to: Any feedback on our new site would be greatThat is strange indeed. Thank you very much for your time JohnPope. I will take a look at that.
Forum: Your WordPress
In reply to: Any feedback on our new site would be greatThanks AppDucate, I can’t seem to replicate it, I am running on Windows based machines here.
Thanks once again JohnPope, are you referring to this:
IMGForum: Your WordPress
In reply to: Any feedback on our new site would be greatThanks for the feedback John, I cannot seem to replicate that on any browser, the tweets do not appear to be one word per line, may I know the exact browser that you are using ?
Forum: Plugins
In reply to: [Widget Settings Importer/Exporter] cannot activateThank you Kevin, you were absolutely right. The previous version does work, as this is an awesome tool, I am sure the original poster and other posters that are having the same problems would most probably be Themeforest customers. For this to rank and help others the issue I had with was with template: OptimaSales from themeforest , reverting back to 1.0 worked.
Forum: Fixing WordPress
In reply to: Extension rename to .aspxthanks for the tips, I have advised the client against the benefits, some clients just won’t listen.
Brandon, thanks for that, tested that on a fresh installation and it works fine. Will figure our a workaround for pages.
Forum: Fixing WordPress
In reply to: Extension rename to .aspxThanks Seacoast, renaming extensions to .html is possible if I am not mistaken, why is it not the same with .aspx ?
I have just noticed this problem on my sites, the plugin is broken.
Forum: Fixing WordPress
In reply to: update went fine, then site blew upno probs scubydu, remember that internal server errors are usually caused by a faulty server configuration file, on apache servers that would be the .htaccess
Forum: Fixing WordPress
In reply to: How do I create a navigational menu ?That seems kind of interesting, will check that out.
Thanks a bunch.
Does anybody else know how to pull up popular and most commented posts?
Forum: Fixing WordPress
In reply to: update went fine, then site blew upHey scubydu,
Try renaming the .htaccess to .htaccessx and see if that works