neoser10
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrading WP fails on VPS running PHP5another things could be:
PHP isn’t configured to acept more than XX Megas of uploads
The runtime in every script in less than 1 minute
This is very common in hostings with php shared in multiples users,and disabled or strict config by security reasonsThis cause my wordpress don’t update, the solution i’ve tested and work was:
Download all wordpress system into my pc, download all database, install PHP, and MySQL
And try to autoupdate from the local copy
When finish WP upgrade, upload it again to your hostingthis is a common problem with your hosting
disabled php scripting……
Es comun en el hosting
php deshabilitado
can you send me the plugins zip???
neoser10 dot hotmail dot com
Forum: Fixing WordPress
In reply to: blog being sabotagedand….. the problem can be the databse data, or a php file modified
Forum: Fixing WordPress
In reply to: Pages, widgets, images links missing after restoreNo, the database backup is the data in MYSQL databse, no your docroot folder:
You used a copy from localhost to webhosting….. TRUE?
BUT haven’t drop and insert into MYSQL databaseYou haven’t completed the entire procedure.
Forum: Fixing WordPress
In reply to: Correct way to BACKUP the database?Otto and others, I always backup database with phpmyadmin, and ever func, the method to repair or restore WP using SQL is:
1. Having a valid and tested database SQL drop the database tables
2. The database is empty now, run the phpmyadmin SQL mode and “paste” the complete text downloaded in SQL format and clic continue…
3. Test the WPForum: Fixing WordPress
In reply to: Problem with PHP SERVER or CAN WP UPGRADE FIX IT?is a fault in php server, the real problem is gd or gd2 module for php isn’t activated or enabled… i found this error in my test machine without gd extension enabled
Good bye