LyleChamney
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Increasing upload Max size not working!Localhost with XAMPP has nothing to do with WiFi access; none is required for normal operation other than to download plugins and themes.
Forum: Localhost Installs
In reply to: Increasing upload Max size not working!You can just leave those as-is. The one that is in use is the one I mentioned above.
Forum: Fixing WordPress
In reply to: Help with Horizontal Menu for Spacious ThemeThis would probably be the best place to ask:
Forum: Localhost Installs
In reply to: Increasing upload Max size not working!That is just a suggestion … can be whatever you would like.
Forum: Localhost Installs
In reply to: can't get dashboard nor log in to wp-log in nor phpmyadminWhat does show up when you enter
http://localhost/wordpress/wp-adminorhttp://localhost/wordpress/wp-login.php?To clarify, you changed URLs for button links and NOT in Settings > WordPress Address (URL) and/or Site Address (URL)
Forum: Localhost Installs
In reply to: Increasing upload Max size not working!It’s really not that complicated 🙂
1 – from the XAMPP Control Panel, Stop Apache
2 – when it has stopped, click the Config button for Apache
3 – select PHP (php.ini) <this will be the one currently in use>
4 – php.ini will open in NotePad (or whatever you have set to open plain text files)
5 – from the NotePad menu: Edit > Find > post_max
6 – change the value to the desired amount, eg. frompost_max_size=8Mtopost_max_size=20M
7 – change the Find what to upload_max
8 – change the value to the desired amount, eg. fromupload_max_filesize=2Mtoupload_max_filesize=20M
9 – NotePad File > Save and File > Exit
10 – Start ApacheDone 🙂
Forum: Localhost Installs
In reply to: Localhost Xampp problem – local site opens live siteHowever every time I access my local site (after the first page) …
So then, you ARE able to see
http://localhost/public_html?Then you should be able to access
http://localhost/public_html/wp-adminorhttp://localhost/public_html/wp-login.phpand install and run the plugin 🙂Forum: Localhost Installs
In reply to: Increasing upload Max size not working!And did you restart your webserver after you made those changes?
You HAVE to Stop and then Start Apache after you make the changes for them to come into effect 🙂
Forum: Localhost Installs
In reply to: Localhost Xampp problem – local site opens live siteThen you will have to reset the two URLs back to the local version and then do this part:
But you will also need to update the rest of the URLs/links for the site. To do so, install and run this plugin:
https://wordpress.org/plugins/better-search-replace/
Once done, then go to Settings > Permalinks and just do a Save.`
+1 for what Jan says 🙂
In addition, I have found that on the few hosts where I have tested their ‘one-click’ installs they add plugins and change settings that you may not want. In other words, you don’t get a `clean’ install.
That said, when one uses a
Managed WordPresshosting service, there is generally no way to avoid using the items they require to provide the features their hosting offers.Forum: Localhost Installs
In reply to: Localhost Xampp problem – local site opens live siteHi vivideye –
In Myphp database settings I change wp options “site url” & “home” to localhost/public_html
Is
public_htmlthe name YOU gave to the folder you created and copied your live site files to within XAMPP\htdocs ?If so, then the
siteurlandhomefields should be the full address:http://localhost/public_htmlIf not, replace
public_htmlin the above URL with the name of the folder where these files have been placed.Note also that once these have been set to the correct value, you will be able to log into your site and also be able to view the home page.
But you will also need to update the rest of the URLs/links for the site. To do so, install and run this plugin:
https://wordpress.org/plugins/better-search-replace/
Once done, then go to Settings > Permalinks and just do a
Save.Also, the database will not, by itself, change the two URLs mentioned; this has to be done manually or by some other external method.
Forum: Fixing WordPress
In reply to: New Install – 404 ErrorThe site is showing up and working for me 🙂
Forum: Localhost Installs
In reply to: changed the WordPress URLs in General -> SettingsFirst, get things back to the way they should be 🙂
– start MAMP, if not already running
– start both the Apache and MySQL servers, if not already running
– from the MAMP Start Page, select phpMyAdmin from the Tools menu
– select your WP database from the list in the left sidebar; the name will be whatever you used when you created it
– select the wp_options table from the expanded list for the database
– select the Browse tab in the main (right) area
– find and edit the siterul and home fields with the correct value; do so by clicking on the pencil iccon
– if your MAMP installation uses the default settings for port number and document root, that is, you did not change these when you installed MAMP, the value you should enter for both these fields is:http://localhost:8888/name-of-folder-where-WP-files-are– if you used the usual method to extract the WP download and placed the resulting
wordpressfolder into Applications/MAMP/htdocs. then the above URL would be:http://localhost:8888/wordpress– after replacing the existing value with the correct one above, click the Go button to save; do this for both the siteurl and home fields
You will now be able to log into your site where you can do as leejosepho mentioned to set the Home page for the site.
Forum: Localhost Installs
In reply to: Cannot access phpmyAdmin after installing WAMPIn skype:
Go to Tools -> Options -> Advanced -> Connections and uncheck the box “use port 80 and 443 as alternative”.
Forum: Fixing WordPress
In reply to: Error databaseA few things.
– I take it you meant to say you installed MAMP?
– if you did not rename wp-config-sample.php to wp-config.php after making the changes, that is why you are able to access the “form” for the database.The info you need there, if you are using MAMP, is:
Database Name: WP
Database User: root <this is the MAMP default database user>
Password: root <this is the MAMP default database user password>
Host Name: localhost
Table Prefix: wp_ <leave as-is>