satimis02
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to change the widtrh of websiteHi, Thanks for your advice. On hosting company cPanel; wp-content -> themes -> twentyeleven-child edit style.css add; page { max-width: 1600px; } at the bottom of the file -> save and exit It hasn't made any change to the page width Any suggestion? Thanks RegardsHi,
Another funny thing here is;
On Ubuntu 20.04 it doesn’t require mysql extension to install the Duplicator packages.$ php -v
PHP 7.4.3 (cli) (built: Nov 2 2022 09:53:44) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.3, Copyright (c), by Zend Technologies$ apache2 -v
Server version: Apache/2.4.41 (Ubuntu)
Server built: 2022-06-14T13:30:55Besides right from the beginning when I first migrated live site to clone site on local server (long time ago), I have to change the permalinks;
Live site, Permalinks;
Post name/Custom StructureIt can’t work on the cloned site on local server. I have to change the Permalinks to Plain. Otherwise I can’t change pages.
Up to now I can’t find out the cause.
Regards
Forum: Everything else WordPress
In reply to: Seek idea for wp sites solely for posting photosHi t-p,
Thanks for your advice.
I have considered creating slide-show running OpenShot and upload it to YouTube. I did it before and it works. But the disadvantage is the visitors needing to view the slide show in full because there is no indexing to find their needs.
Besides I have certain limitation uploading photos on my websites. I’m subscribing share-hosting on HostGator with unlimited storage. But they count the number of files upload. That is my headache.
Regards
Forum: Fixing WordPress
In reply to: How to remove a video which is not on InternetHi gytisp,
Thanks for your advice.
Please refer to following file (2 screenshots) upload to dropbox
www.dropbox.com/s/9uigqixredrxggt/screenshot_220917.png?dl=0I can’t delete those 3 broken videos
Regards
Hi Cory
Thanks for your further advice.
What I’m most worry is affecting other websites on the server. Although I have their cloned sites running on local server and they are NOT open to public. But it’ll take lengthy time migrating all of them to the server of the hosting company again. There are 36 websites.
Besides, I maintain a database storing the Duplicator packages of all websites. Most of them are up-to-date.
As a precaution I’ll consult the technical support of the hosting company before I do anything. Up to now the website reynoldstock.com is running on Internet without problem.
There is no urgency for me to move their data to its folder ~path~/public_html/reynoldstocks/
I’ll come back after moving all relevant data to its folder.
Regards
Hi Cory,
A further thought;
On cPanel “File Manager”, I can create a folder for reynoldstocks.com on;
/home5/nowgolic/public_html/reynoldstocksthen move all relevant folders and files to this folder from /home5/nowgolic/public_html/
Folders and files to be moved, please see following link as an example;
https://www.dropbox.com/s/nit24zi23ko7472/screenshot_bakery.png?dl=0The screenshot was captured on a folder of another website, say siteA, on;
/home5/nowgolic/public_html/siteA/Can it work without migrating reynoldstocks.com the 2nd time?
If YES, what other file/files I need to edit? And how?
Please advise. Thanks in advance.
Regards
- This reply was modified 3 years, 7 months ago by satimis02.
Hi Cory,
Thanks for your advice.
On cPanel, running File Manager I can remove unwanted files/folders. But my problem is I’m not 100% sure which files and folders needed to remove. I doubt the technical support of hosting company can help. I’m prepared to do it in following way.
1) Download all files and folders, which I’m prepared to remove, to local server.
2) Renamed all those files and folders to xxxx.old first (one by one, not all in one time)
3) Check whether other websites are still running without problem.
4) Check whether reynoldstocks.com unable to browse on Internet (gone)If 3) and 4) above are OK then I delete all xxx.old files and folders.
I have done these steps in the past several times and proved working. But the only difference is without other websites running. Although I have cloned sites running on local server, but it would take me sometime to reinstall all of them.
How about the database? Just leave it there?
Your comment and suggestion are welcome. Thanks
Regards
- This reply was modified 3 years, 7 months ago by satimis02.
Hi Cory,
After re-checking the steps performed in migration, I think I made a mistake installing the duplicator packages during running /reynoldstocks.com/installer.php on browser ?
I used the path /home5/nowgolic/pulic_html which was automatically created during installing duplicator packages as folder for “reynoldstocks”
I should add reynoldstocks to the path as /home5/nowgolic/pulic_html/reynoldstocks/
Now following items are installed on /home5/nowgolic/pulic_html/
.quarantine
.tmb
.well-known
cgi-bin
wp-admin
wp-content
wp-includes
.htaccess
error_log
index.php
readme.html
wp-activate.php
wp-blog-header.php
wp-comments-post.php
wp-config-sample.php
wp-config.php
wp-cron.php
etcThey should be in /home5/nowgolic/pulic_html/reynoldstocks/
Please advise is there anyway to uninstall reynoldstocks.com ? Afterwards I can run migration again. I still have the duplicator packages.
I have 33 websites installed on /home5/nowgolic/pulic_html/
Thanks in advance.
Regards`
Forum: Fixing WordPress
In reply to: Problem uploading imageHi,
Problem solved as follow;
On wp-config.php
add following line;
define( 'UPLOADS', 'wp-content/uploads' );before;
require_once(ABSPATH . 'wp-settings.php');Regards
Forum: Fixing WordPress
In reply to: Problem uploading imageHi,
Thanks for your advice.
I’m administrator
Permission
wp-content 755
uploads 755I don’t know why the folder 2022 09 can’t be created automatically ?
Shall I create it manually on File Manager of cPanel ?
Thanks
Regards
- This reply was modified 3 years, 7 months ago by satimis02.
Hi Cory.
Further to my previous posting;
Now I have the website reynoldstocks.com migrated to the server of the hosting company. The solution is very simple as below;
1)
The database should be nowgolic_reydbase NOT reydbase2)
The user should be nowgolic_reynoldstocksDB NOT reynoldstocksDBThe website is now up running and can be browsed on Internet. But I encounter another problem. I can’t find its folder on cPanel/File Manager/ ;
HOME (/home5/nowgolic)/public_htmlI supposed the website is installed on
HOME (/home5/nowgolic)/public_html/not on
HOME (/home5/nowgolic)/public_html/reynoldstocks.com/Please advise how to fix the problem? Thanks in advance.
Regards
Forum: Fixing WordPress
In reply to: Problem encountered on website migrationHi James,
I found out the trick.
1)
The database should be by nowgolic_reydbase NOT reydbase2)
The user should be nowgolic_reynoldstocksDB NOT reynoldstocksDBNow on browser run – reynoldstocks.com
I can visit the site on Internet.But another strange thing happened I can’t find its folder on File Manager on;
HOME (/home5/nowgolic)
/public_htmlIts folder disappears.
I can login the site with the old password. I can create a new user which I need to use it as new administor but its advising email never arrives. Now I can’t login the website with this new administrator.
It is quite strange to me. Any help? Thanks in advance.
Regards
Hi Cony,
Thanks for your link and happy meeting you again.
This is not my first time migrating website. I have done it many times in the past. According to my recollection the steps are as following
1. Creating 2 duplicator packages on local server
2. Upload them to the public server on /public_html/
3. Create a new database, database user and password
4. On browser run /domain.com/installer.php and follow the instruction to complete.The problem encountered was reynoldstocks.com which was previously installed and running on live site (on the server of hosting company). On account of some problems I migrated it to local server and deleted it on live site.
After having problems fixed I migrated it again to live site. I followed below document to proceed;
How to Migrate Your WordPress Site with WordPress Duplicator
blog.hubspot.com/website/migrate-site-wordpress-duplicatorand encountered the problem as follow;
On browser running /domain.com/installer.php
Validate fails
STATUS
Unable to connect the user [reynoldstocksDB] to the host [localhost]. The server error response was: Access denied for user ‘reynoldstocksDB’@’localhost’ (using password: YES)On
File Manager
HOME (/home5/nowgolic)… … +public_htmlOn public_html
... installer.php reynoldstocks_ms03_20220831_85de51392239f1f49551_20220831110729_archive.dafOn
phpMyAdmindatabase-A database-B etc nogolic nowgolic_database-A nowgolic_database-B nowgolic_reydbase etcselect -> nowgolic_reydbase
Structure No tables found in database.Please advise how to fix the problem? Thanks
Regards
Forum: Fixing WordPress
In reply to: Problem encountered on website migrationEdit
====No.
This is not my first time migrating website. I have done it several times in the past. According to my recollection the steps are as following
1. Creating 2 duplicator packages on local server
2. Upload them to the public server on /public_html/
3. Create a new database, database newuser and password
4. On browser run /domain.com/installer.php and follow the instruction to complete.The time I followed below document to proceed;
How to Migrate Your WordPress Site with WordPress Duplicator
blog.hubspot.com/website/migrate-site-wordpress-duplicatorand encounter the problem mentioned on original posting
Regards
Forum: Fixing WordPress
In reply to: Problem encountered on website migrationHi,
Did you migrate the local site’s MySQL database to the new server?