Frederick Lim
Forum Replies Created
-
Successfully clone to my docker image. Thanks for the great plugin.
Hello @tonyrobins
I cannot find “Manual Transfer” from your link. Do you mean “Manual Backup”? I tried once but the backup are split into a bunch of smaller files. That is fine for local backup/restore but not easy for site migration.
Forum: Fixing WordPress
In reply to: Failed login wp-admin pageIt is strange that when I access /wp-admin/plugins.php, it is working how.
- This reply was modified 2 years, 9 months ago by Frederick Lim.
Forum: Fixing WordPress
In reply to: Failed login wp-admin pageBoth vhost config files are exactly the same except for the directory and host name.
I remember that before the failure I close the browser when WordPress is loading the Oxygen builder editor.
Forum: Fixing WordPress
In reply to: Very strange 0kb maximum file upload sizeI found the setting is under Network Settings.
Forum: Networking WordPress
In reply to: Network/Upgrade issue with WordPress 3.3.3 loadHi, I have the exact problem when upgrade my site from 3.4.2 to 3.5, I disabled all plugins but still got
Your server may not be able to connect to sites running on it. Error message: Could not open handle for fopen() to https://my_url/wordpress/my_site/wp-admin/upgrade.php?step=upgrade_db
I can upgrade the site using https://my_url/wordpress/my_site/wp-admin/upgrade.php
Is it a bug or other problem?
Thanks!
Forum: Fixing WordPress
In reply to: Table problem in wordpress editorHi, anyone could help on this?
Thanks!
Forum: Fixing WordPress
In reply to: table formatting – paragraph marks dissapearI have the same problem in version 3.5. I install the “MCE Table Plugin” for create table. In the table cell, when I save the same post again, the first paragraph lost its attribute and the 2nd paragraph will merge with the first paragraph.
That is a showstopper, is there workaround available?
Forum: Fixing WordPress
In reply to: WordPress coexist with existing site code in phpWhen I had index index.html index.htm index.php – example.com/ used index.html
Yes that’s what I got initially, but then I cannot get to the index.php WordPress site in that setting. Any idea?
Forum: Fixing WordPress
In reply to: WordPress coexist with existing site code in phpI test the method again as suggested:
Changing
index index.html index.htm index.php
to
index index.hhtml
does not work. But I was enabled the multisite after I deployed the redirect index.html method, so not sure the above method not working is cause by multisite or not.
Forum: Fixing WordPress
In reply to: WordPress coexist with existing site code in phpFinally I use a workaround to achieve the result.
I create a html template with a redirect link in <header>, in WordPress create an empty page and use that html template, then set the Setting->Reading->Front page to that empty page, which will redirect to my index.html
Cheers
Forum: Fixing WordPress
In reply to: WordPress coexist with existing site code in phpThanks all and appreciate for your help.
I checked my Nginx config, it is same as your solution. I wrongly stated my problem.
I would like to visit my old site if I type:
https://www.example.com or https://www.example.com/index.html
but visit the new WordPress site:
However if I set the pritoirty to
index index.html index.htm index.php
then the WordPress site never show even I explicit type
It will always go to the old site.
??