mrpot
Forum Replies Created
-
in my wordpress 3.04 plugin work, the only thing is a flash stats service “mochibot” speed down the performance of my site.
Forum: Fixing WordPress
In reply to: self hosted wp problems with update coreThanks Otto,
actually
I think he will not serve me,
and also because I was very beginner,
better to learn step by step and overcome the problems one by one.
for now
my self hosting works fine
I just want to better understand the potential of htaccess.
Meanwhile, I use it to block the user agent looking for flaws.
regardsForum: Fixing WordPress
In reply to: self hosted wp problems with update coreHi james and mrmist,
thanks for your suggestion,
yes i will be read more and more about wp and apache and etc.etc…
core control plugin installed and he tell me the ftpext transports are ok,
i have read many other post..but my answer become the same
if i have installed a ftp server (ProFtpd) and the root dir of the ftp
is /1-virtualserver how can wp-core-upgrader write on a superior directory?…
this things move me to make one simple change in wp-config
first my wp-config was:define('FS_METHOD', 'ftpext'); define('FTP_BASE', '/work/edilizia/'); define('FTP_CONTENT_DIR', '/work/edilizia/wp-content/'); define('FTP_PLUGIN_DIR ', '/work/edilizia/wp-content/plugins/'); define('FTP_PUBKEY', ''); define('FTP_PRIKEY', ''); define('FTP_USER', 'me'); define('FTP_PASS', '*************'); define('FTP_HOST', '127.0.1.1:21'); define('FTP_SSL', false);
and now i have changed to this:
define('FS_METHOD', 'ftpext'); define('FTP_BASE', '/www/demo1/work/edilizia/'); define('FTP_CONTENT_DIR', '/www/demo1/work/edilizia/wp-content/'); define('FTP_PLUGIN_DIR ', '/www/demo1/work/edilizia/wp-content/plugins/'); define('FTP_PUBKEY', ''); define('FTP_PRIKEY', ''); define('FTP_USER', 'me'); define('FTP_PASS', '***************e'); define('FTP_HOST', '127.0.1.1:21'); define('FTP_SSL', false);
That’s right!! now plugin-themes and core can be upgraded via automode…
finally i want to thanks again for your response,
probably all my work with apache-mysql-php5-ubuntuserver and wp can be maded much intelligent,..but this is my first virtual server…i’m really happy, people can watch my demosite directly from my house..:-)
I close this thread as solved –good luck guy!Forum: Fixing WordPress
In reply to: self hosted wp problems with update coreOk, apache module suPHP enabled,
but don’t solve the problem.
I want to describe better mi server directory
because i think the problems is here;
Suppose:
mysite.dyndns.orgserver dir: /home/me/www/1-virtual-server/
under this dir i have my first WP-blog and a series of underdirectory that contaion other wpblogs.
When i make a new installation of Wp, this create a directory that contain wp-content/upgrade but in the root!
Examples:
new WP in :/home/me/www/1-virtualserver/Blogger
the url: mysite.dyndns.org/Blogger
after install i have this directory:
/home/me/Blogger/wp-content/upgrade
but the WP core is inside /home/me/www/1-virtual-server/Blogger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
with the automatic update i can view in
/home/me/wp.content/upgrade/wordpres-3.0.1.tmp
the file temp, but somethings dont’work
to write…
were is the instruction/script for the core upadting
who tells wich dir update?
Why plugin and themes update work correctly and the core NO
My config.php it’s ok and tell to wp the ftp details.
I don’t know!….Forum: Fixing WordPress
In reply to: self hosted wp problems with update coreThanks James,
i don’t know what is this suPHP,
but the server is mine and i try with this suPHP,…
good restForum: Fixing WordPress
In reply to: self hosted wp problems with update coreHi james,
thanks
yes i know this possibilities,
only i want ot solve bacause i’m the admin of server..:-)
sure i’m not a guru for server,
my first experience,
i’m very satisfied, the only bug is this (core-update).Forum: Fixing WordPress
In reply to: FTP upgrade not workingHi, i have the same problem,
the only difference is i have my web server apache2,
in my case all works well updating plugin and themes,
but cannot solve the updating core for wp,
have you some suggest?,,
thank you