$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Theme and plugin install or update display error in localhost|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Theme and plugin install or update display error in localhost

matteradmin10PV0评论

Theme and plugin install or update display error in localhost

"connection information error"

in localhost how to connect the FTP

I'm using wordpress 4.7

Theme and plugin install or update display error in localhost

"connection information error"

in localhost how to connect the FTP

I'm using wordpress 4.7

Share Improve this question edited Dec 22, 2018 at 5:16 SNS asked Dec 22, 2016 at 7:30 SNSSNS 1731 silver badge14 bronze badges 7
  • Please explain your problem better. – fuxia Commented Dec 22, 2016 at 7:31
  • i'm install or update the plugin in localhost display the error on the server it working – SNS Commented Dec 22, 2016 at 7:33
  • Which error? Please edit your question, and quote the error. Also tell us about your research efforts and what you have tried already. – fuxia Commented Dec 22, 2016 at 7:34
  • it the error is connection FTP information – SNS Commented Dec 22, 2016 at 7:37
  • That is not an error, it is a prompt to request your access authentication. – fuxia Commented Dec 22, 2016 at 7:38
 |  Show 2 more comments

1 Answer 1

Reset to default 1

The install wordpress in the localhost

Copy the code wp-config.php file..

To add the this code in wp-config.php file define('FS_METHOD', 'direct');

Avoid the asking "connection information error"

Post a comment

comment list (0)

  1. No comments so far