satimis
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Move WordPressHi Diogo,
Thanks for your advice.
> 1.copy all you local files and upload them
> throughout ftp.Whether following document is relevant?
How To Upload WordPress via FTP with FileZilla
https://www.siliconbeachtraining.co.uk/blog/how-to-upload-wordpress-filezilla-ftp/> 2.once you export your local database, you
> must to do a replace of all urls.Whether perform following steps on Godaddy Website (I host the website on it)?
On Dashboard of WordPress
-> Settings -> General Settings
Make change on;
– WordPress Address (URL)
– Site Address (URL)
– E-mail Address> 3.Import the datebase to godaddy servers!
Whether following document is relevant”
Importing SQL Files into MySQL Databases Using phpMyAdmin
https://support.godaddy.com/help/article/6802/importing-sql-files-into-mysql-databases-using-phpmyadmin> 4.Change your wp-config credentials of
> mysql.Whether following document is relevant?
Resetting Your Password
https://codex.www.ads-software.com/Resetting_Your_PasswordRe: Through MySQL Command Line on above document;
I prefer to run command lines. I have no problem running them on my PC.How can I run them on Godaddy website?
Thanks in advance
Regards
satimisForum: Localhost Installs
In reply to: Unable to upload fileHi Jan,
Nothing related. I have restarted apache2 after having changed php.ini including reboot.
Problem has been now solved by editing /etc/php5/apach2/php.ini
change following line;
post_max_size = 8Mto;
post_max_size = 50Mthen ran;
$ sudo service apache2 restartRegards
satimisForum: Localhost Installs
In reply to: Unable to upload fileHi,
Performed following steps:-
$ sudo gedit /home/satimis/www/wordpress/phpinfo.php
put following line on the file;
<?php phpinfo() ?>save and exit.
$ ls -al /home/satimis/www/wordpress/phpinfo.php
-rw-r–r– 1 root root 19 Mar 2 21:14 /home/satimis/www/wordpress/phpinfo.phpOn browser;
https://localhost/wordpress/phpinfo.phpFollowing line is there
Loaded Configuration File /etc/php5/apache2/php.iniupload_max_filesize 50M
I can’t resolve why it fails to work? Would it be permission problem? satimis:satimis is necessary?
$ ls -al /etc/php5/apache2/php.ini
-rw-r–r– 1 root root 68429 Mar 2 16:46 /etc/php5/apache2/php.iniThanks
B.R.
satimisForum: Localhost Installs
In reply to: Which foler holding all files of the websiteHi,
Thanks for your advice and link.
On local install WordPress;
Setting -> General
WordPress Address (URL) https://localhost/wordpress
Site Address (URL) https://localhost/wordpress-> Permalinks
Permalink Settings
[check] Default https://localhost/wordpress/?p=123 (ONLY)I’m now subscribling Deluxe hosting plan on Godaddy. I haven’t built a website on their server yet. My domain is mydomain.com
Whether change both address (URL) to https://mydomain.com/wordpress ?
According to point 8) of https://codex.www.ads-software.com/Moving_WordPress
Move your WordPress core files to the new location. This includes the files found within the original directory, such as https://example.com/wordpress, and all the sub-directories, to the new location.
How can I know the “move” has been completed?
point 12) You must also check and edit ‘store uploads folder’ under Settings > Media or all your new uploads will continue to go into the old folder.
What does it mean “go into the old folder” ?
Thanks
Regards
satimisForum: Themes and Templates
In reply to: Where to find FREE finance stocks/security themesHi WPyogi,
Sorry I read your posting after having replied esmi’s.
Yes, you’re right I can start at any theme building a finance website. However a “finance” theme can provide me a starting concept.
A further thought I can get some idea on the running “finance” websites. Their html codes are available.
Thanks
Forum: Themes and Templates
In reply to: Where to find FREE finance stocks/security themesHi esmi,
Thanks for your advice.
Having tried on
Themes Directory
https://www.ads-software.com/extend/themes/
– Secure Finance WP
– Finance SecurityStill no output
satimis
Forum: Themes and Templates
In reply to: [BlackBird] Blank pageHi grayle,
I encountered the same problem only a blank screen after login.
OS Ubuntu 12.04 desktop 64bit
Wordpress 3.3.1# ls -ald /usr/share/wordpress/wp-content/themes/blackbird
drwxrwxrwx 7 www-data www-data 4096 Feb 2I have to remove /usr/share/wordpress/wp-content/themes/blackbird to get the dashboard back after login
Edit:
I also install a new WorPress to test blackbird theme but without result, same problemsatimis
Forum: Localhost Installs
In reply to: Unable to start WordPressHi dyrer,
Tried again installing blackbird theme.
# ls -ald /usr/share/wordpress/wp-content/themes/blackbird/
drwxr-xr-x 7 www-data www-data 4096 Jan 30 14:44 /usr/share/wordpress/wp-content/themes/blackbird/
# chmod 777 -R /usr/share/wordpress/wp-content/themes/blackbird
# ls -ald /usr/share/wordpress/wp-content/themes/blackbird
drwxrwxrwx 7 www-data www-data 4096 Jan 30 15:12 /usr/share/wordpress/wp-content/themes/blackbird
Still the same on browsing “localhost/wordpress/wp-admin/
only a blank screenAlso tried rebooting
satimis
Forum: Localhost Installs
In reply to: Unable to start WordPressHi dyrer,
Thanks for your advice. I’ll try it later.
IIRC I tried before:
755 www-datawithout breakthrough still a blank page started.
I’m now testing WP locally installing it on VM
host Ubuntu 12.04 desktop 64bit
VM (guset) Ubuntu 12.04 desktop 64bit
Virtualizer Oracle VirtualBoxI have several VMs cloned running the same OS for testing WP. In case of problem I just delete the VM
I found following document;
Installing Processing in Ubuntu 12.04
https://www.spacemig.com/2012/07/installing-processing-in-ubuntu-12-04/but was stuck on;
$ sudo update-alternatives –install /usr/bin/javac javacupdate-alternatives: --install needs <link> <name> <path> <priority> Usage: update-alternatives [<option> ...] <command> Commands: --install <link> <name> <path> <priority> [--slave <link> <name> <path>] ... add a group of alternatives to the system. --remove <name> <path> remove <path> from the <name> group alternative. --remove-all <name> remove <name> group from the alternatives system. --auto <name> switch the master link <name> to automatic mode. --auto <name> switch the master link <name> to automatic mode. --display <name> display information about the <name> group. --query <name> machine parseable version of --display <name>. --list <name> display all targets of the <name> group. --get-selections list master alternative names and their status. --set-selections read alternative status from standard input. --config <name> show alternatives for the <name> group and ask the user to select which one to use. --set <name> <path> set <path> as alternative for <name>. --all call --config on all alternatives. <link> is the symlink pointing to /etc/alternatives/<name>. (e.g. /usr/bin/pager) <name> is the master name for this link group. (e.g. pager) <path> is the location of one of the alternative target files. (e.g. /usr/bin/less) <priority> is an integer; options with higher numbers have higher priority in automatic mode. Options: --altdir <directory> change the alternatives directory. --admindir <directory> change the administrative directory. --log <file> change the log file. --force allow replacing files with alternative links. --skip-auto skip prompt for alternatives correctly configured in automatic mode (relevant for --config only) --verbose verbose operation, more output. --quiet quiet operation, minimal output. --help show this help message. --version show the version.
I have no idea how to proceed further.
Regards
satimisForum: Fixing WordPress
In reply to: Where is the index pageHi Daiv
Thanks for your advice.
I can find the coding on all added pages but NOT the home page/index page.
On building website with codes such as html/css/php etc. the first page is the html.index or home page. Would it be the theme where I start building website on WP? But it has been edited/modified. If YES, then where can I the find the edited/modified starting theme? Thanks
satimis
Forum: Localhost Installs
In reply to: Unable to start WordPressHi,
Thanks for your advice.
I fixed the problem by removing “blackbird” folder/directory on;
/usr/share/wordpress/wp-content/themes/blackbird
Now the the login page comes back.
I wonder whether it would be the permission problem on “blackbird”? What will be its permission;
www-data root?
I’m prepared to install this theme again.
Regards
satimisForum: Themes and Templates
In reply to: How to delete themeThanks for your advice.
Where can I find /wp-content/themes/ directory? It is not under Menu