rubenortiz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migration from MySQL 4The problem was
define(‘DB_CHARSET’, ”);
define(‘DB_COLLATE’, ”);by default, CHARSET is setup to UTF-8. I changed to blank value and all worked well again.
Forum: Fixing WordPress
In reply to: Blank white page – lots of questions here but no answers?I had the same issue when i moved one blog to another host. I needed to modify php.ini and change php_memory from 8M to 16M. I restarted apache and worked well. Interesting issue.
Bye bye
Forum: Fixing WordPress
In reply to: Upload image – Error (wordpress2.2)I have the same problem. The path to folder are correct and is writable.
/wp-contents/upload/[year]/[month]
Upload, [year] and [month] are all writable with 777 permissions assigned. But not works. I can’t upload any image since the WP update to 2.2 version ??
Anybody have some idea?
Bye
Forum: Fixing WordPress
In reply to: Updated to latest version – all themes not shown properlyok, the problem was a not closed div :S
i hate users that not review his own code! (`_′)
Bye!
Forum: Fixing WordPress
In reply to: Updated to latest version – all themes not shown properlyMore information about my WP issue. The old host had PHP 4.3 and MySQL 3.X. The new host have PHP 5 and MySQL 5. Im sure that all is only a little mistake!
The only problem is the view of templates :S All crashed.I thought that was a problem of 2.2 version but i upload the same files of old WP to new host and the problem persist.
I don’t understand what is happening. In fact, the web don’t show any error code ??
Some idea?
Forum: Fixing WordPress
In reply to: open_basedir restriction in effectForum: Fixing WordPress
In reply to: Create upload folderHi
thanks by your answer. But i need month folder structure, i can’t stop this.I am only worried with folders permissions.If i don’t want to have problems with users and its uploads,i need to change wp-content/upload to 777.The problme is that, if i don’t leave wp-content/upload with 777 permissions, the user calls me and tell me that he can’t upload an image or file.
It is a security problem?If not, i leave permissions in 777 mode.
Thanks a lot.
Forum: Themes and Templates
In reply to: How can i modify title in WP ?Ok, my title is correct now.
Thanks a lot. Your information is more hepful ??
Bye!
Forum: Themes and Templates
In reply to: How can i modify title in WP ?Uh oh i think i was mistaken.
It’s only a little problem. Now in the post page the title is :
>> Im a example of a title
The title is show with a >> sign.
Its posible to remove them? This will be better for Google, Yahoo and anothers.
Thanks again ??
Forum: Themes and Templates
In reply to: How can i modify title in WP ?Yes, your code works!
Thanks!
Forum: Fixing WordPress
In reply to: Blog moved. Error!I think you need to change the path of url blog directory in Configuration.
Bye.