Șerban
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Self-hosted WordPress with FTP/TLSYes, doesn’t work with any of direct, ftpext, ftpsockets….
Forum: Fixing WordPress
In reply to: Self-hosted WordPress with FTP/TLSI already did this with:
define('FTP_HOST', 'xxxxxx'); define('FTP_USER', 'xxxxxuserxxx'); define('FTP_PASS', 'xxxxpassxxxx'); define('FTP_SSL', false);I also tried with FTP_SSL true, but nothing changed.
Forum: Themes and Templates
In reply to: [Iconic One] Display Numeric PaginationLook for this code in functions.php:
<div class="nav-previous alignleft"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'themonic' ) ); ?></div> <div class="nav-next alignright"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'themonic' ) ); ?></div>Install WP PageNavi Plugin and replace the above code with:
<?php wp_pagenavi(); ?>Forum: Plugins
In reply to: [Disqus Comment System] Can't Uninstall Disqus without breaking site!!!Same issue here. Tried to disable Disqus in order to delete it permanently, then my site didn’t show comments section & sidebar.
I had to reinstall Disqus & keep it disabled. Still waiting for a solution…Forum: Fixing WordPress
In reply to: Can't upload media – "The uploaded file could not be moved to…"If the web server has write permissions to any folder, don’t you thinks that an attacker could write anything in that folder? Smart S!
I already said that IT’S A MEASURE OF SECURITY to run Apache as nobody:nobody and use ftp_account:ftp_group to write files to the web server.
Forum: Fixing WordPress
In reply to: Can't upload media – "The uploaded file could not be moved to…"I get the impression that you don’t know what I am talking about. I already said some technical details that include your assumption.
Please, let the tech guys do their job and answer to those questions where you exactly know the answer.Forum: Fixing WordPress
In reply to: Can't upload media – "The uploaded file could not be moved to…"I think you could give more details, if you really know what you are saying.
Forum: Fixing WordPress
In reply to: Can't upload media – "The uploaded file could not be moved to…"Maybe you should give more details. “Web host specific” makes no sense.