MrSlash
Forum Replies Created
-
Forum: Plugins
In reply to: [WPML Multilingual CMS] have same categories, tags, fields in translated postup!
Forum: Hacks
In reply to: Have same categories, tags, fields in wen creating a new translated postnobody? 🙁
Forum: Fixing WordPress
In reply to: Is there a way to add one tag by default to every post ?I have the same problem…any solution? I guess probably we have to modify/create an SQL query to pass some fields with the PHP functions GET or POST to the new post???
Forum: Installing WordPress
In reply to: Problem with DB dump from local to FTPYes exactly I’ve exported the database from local to the server.
And I knew I had to change some lines in the db but I didn’t know were! Thank you very much!
Forum: Installing WordPress
In reply to: Problem with DB dump from local to FTPI don’t know, I had to reinstall all the plugins and all the stuff I had on mu localhost!
Forum: Fixing WordPress
In reply to: Problem with WooThemes Original Premium News ImagesI have the same problem. I’m using wordpress 3.
The permission are OK cause I’m using localhost and not FTP.But i noticed If i try to delete the code
// A properly uploaded file will pass this test. There should be no reason to override this one. if (! @ is_uploaded_file( $file['tmp_name'] ) ) return $upload_error_handler( $file, __( 'Specified file failed upload test.' ));the problem still exists. I don’t know why. Even if there’s no sting like “Specified file failed upload test.” in the entire site.
I’ve found on this forum some files that could work, but they’re for wordpress 2.5.
Anyone found a fix for this issue?