calvinms
Forum Replies Created
-
I am having this problem when installing this plugin in my localhost, however it’s running successfully in my website. I want to know how to solve this problem too since I want to test a lot of things in localhost before uploading them to my live website
I’m having this problem too… havent figured what’s wrong ??
Forum: Networking WordPress
In reply to: File type does not meet security guidelinesHello, I’m also having this problem, using wordpress 3.0 without MU feature activated. I tried to upload a 2 mb 7z file and I keep receiving this message though I have made sure to increase file size limit in php.ini (I’m using vps with kloxo installed)
Could anyone help me?
hi Tobias, I have tried the method, but for some reason it doesnt work, I installed xampp locally and is testing to see whether it’s possible to export the database to another dummy blog I made in my localhost. here’s my case:
in the first blog (database name: dummy1) I made 35 table with wp table reloaded. I go to phpmyadmin, perform search of “wp_table_reloaded”, after clicking the search result, I exported it to sql dump (zipped)
now I want to test whether the table shown up in my 2nd dummy blog. I made another blog with database “dummy2”.
I opened the sql file, change all reference of “dummy1” into “dummy2”. I went to “dummy2” database clicking import, and inserting the file I dumped from previous dummy blog. I went to wp-admin (wp-table-reloaded has been activated), and nothing displayed even though it’s imported already in the wp_options of the “dummy2” database (I made search query, it shows the record, but wordpress doesn’t display it).
did I miss something there?
Forum: Fixing WordPress
In reply to: How to type in Japanese?I actually have resolved, I didn’t aware some people still have this problem.
Try removing these lines from your wp.config.php (backup first)
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);If I remembered correctly, this one should be enough solution for all non-latin encoding. ??
Forum: Plugins
In reply to: [Plugin Comment Quicktags ] never shown upwhoops, apparently it’s not the plugin fault. It caused by moresmilies plugin. don’t worry it has been solved. but still, this quicktags+ doesnt’ work for me =/
Forum: Fixing WordPress
In reply to: Warning: preg_replace() [function.preg-replace]:hello, I just had this problem a minute ago, apparently It caused by moresmilies plugin, I had the problem solved by deactivating it. have you used any similar plugin that replace your smilies (or anything?)
that lines are… scary…
Forum: Plugins
In reply to: [Plugin Comment Quicktags ] never shown upI just recently used this plugin, but it doesn’t work, instead, it gives me error like these:
Warning: preg_replace() [function.preg-replace]: Compilation failed: nothing to repeat at offset 0 in /home/*******/public_html/wp-includes/formatting.php on line 668
could someone help me?