With or without SSL / TLS 465 / 587.
So, I have been researching.
Should my gmail account IMAP settings be enabled ?
Should I add my gmail address to my server ?
Are there any other settings I should be concerned with ?
Should there be any changes to my DNS records, etc. ?
]]>Then I changed it to a different port. (I’ve tried 8008, 8081, etc)
I know it’s not a firewall issue because on the VM I’m running the container on, there is no firewall.
When I do a curl, I get a redirect:
curl -v localhost:8008
* Trying ::1:8008...
* connect to ::1 port 8008 failed: Connection refused
* Trying 127.0.0.1:8008...
* Connected to localhost (127.0.0.1) port 8008 (#0)
> GET / HTTP/1.1
> Host: localhost:8008
> User-Agent: curl/7.69.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 301 Moved Permanently
< Date: Sat, 17 Oct 2020 18:51:57 GMT
< Server: Apache/2.4.38 (Debian)
< X-Powered-By: PHP/7.4.11
< X-Redirect-By: WordPress
< Location: https://localhost/
< Content-Length: 0
< Content-Type: text/html; charset=UTF-8
<
* Connection #0 to host localhost left intact
I find this odd because the container should be seeing the request as coming from 80, should it not?
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
64ad07efd4da docker.io/library/mariadb:10.5 mysqld 22 minutes ago Up 22 minutes ago 0.0.0.0:8008->80/tcp, 0.0.0.0:8443->443/tcp, 0.0.0.0:8082->8080/tcp wordpress_db
b71a5cf0c0dc k8s.gcr.io/pause:3.2 22 minutes ago Up 22 minutes ago 0.0.0.0:8008->80/tcp, 0.0.0.0:8443->443/tcp, 0.0.0.0:8082->8080/tcp 979ae13e34da-infra
e52178bc560e docker.io/library/wordpress:latest apache2-foregroun... 22 minutes ago Up 22 minutes ago 0.0.0.0:8008->80/tcp, 0.0.0.0:8443->443/tcp, 0.0.0.0:8082->8080/tcp wordpress
I looked at a few different Docker posts here, but none seemed to match this. Maybe people did the initial set up their WordPress blogs on that other port? I know when I ran this on a computer in my homelab, I can run a fresh WP install on another port in a Docker container and it works just fine.
Eventually the goal is to have nginx in front of all of this and parceling off port 80 requests to different containers based on the domain name coming in. So I would need WordPress to be OK with being on another port so that I can pass it on.
Thanks!!
]]>I’m using a VPS Centos server. To my surprise the default web ports are different there: 8080 for HTTP and 8443 for HTTPS.
So, when I run my cron of WP I see this:
cURL error 7: Failed connect to chicbag.boutique:443; Connection refused
When I run telnet 127.0.0.1 443 I see the same – connection refused.
As I know we can have Connection refused error when the firewall blocks it or it’s opened, but there are no listeners. In my case it’s opened and apache doesn’t listen to it.
I tried to redirect all requests from 443 to 8443 port, but then I get:
SSL received a record that exceeded the maximum permissible length
WP cron somehow works with POST requests and it sends a POST to wp-cron.php file, but as there is SSL enabled, it cannot work.
What should I do?
]]>As I start a Multisite project, I realize that I should have everything on port 80 style defaults… but I didn’t do that! (new computer/didn’t think about it)
I think the steps would be to change the ports and then do into each option table of each site and change the URLs. Is that all I need to do? How deep is a change like this? How will it affect all of the URLs that I migrate between the life site etc? What are the edge-cases I should watch out for?
I’m weary… because I can’t really afford to make a big mess here. The other 20 sites are of a serious nature – and this multisite is just for fun.
Can anyone help outline the steps so that I don’t bungle this up?
Another MAMP error I’m getting while trying things out is “You configured Apache to use ports 80 and 443, but at least one of these seems to be in use.”
I’d like some technical and moral support! haha. Thank you! : )
]]>Error Details
=============
An error of type E_ERROR was caused in line 174 of the file /var/www/virtual/xxxx/html/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/OC4A.php. Error message: Uncaught SoapFault exception: [soap:Server] Unknown user or invalid password in /var/www/virtual/xxxx/html/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/OC4A.php:174
Stack trace:
#0 /var/www/virtual/xxxx/html/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/OC4A.php(174): SoapClient->__soapCall(‘authenticateUse…’, Array)
#1 /var/www/virtual/xxxx/html/wp-content/plugins/woo-dp-internetmarke/includes/admin/MetaBoxes.php(221): WCDPI\Connectors\SOAP\OC4A->authenticateUser()
#2 /var/www/virtual/xxxx/html/wp-admin/includes/template.php(1304): WCDPI\Admin\MetaBoxes->internetmarkeLabelMetaBox(Object(WP_Post), Array)
#3 /var/www/virtual/xxxx/html/wp-admin/edit-form-advanced.php(642): do_meta_boxes(Object(WP_Screen), ‘normal’, Object(WP_Post))
#4 /var/www/virtual/xxxx/html/wp-admin/post.php(197): include(‘/var/www/virtua…’)
#5 {main}
thrown
Ein Fehler vom Typ E_ERROR wurde in der Zeile 72 der Datei /home/ctkcvhsh/crauley.de/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/ProdWS.php verursacht. Fehlermeldung: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘https://prodws.deutschepost.de:8443/ProdWSProvider_1_1/prodws?wsdl’ : failed to load external entity “https://prodws.deutschepost.de:8443/ProdWSProvider_1_1/prodws?wsdl” in /home/ctkcvhsh/crauley.de/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/ProdWS.php:72 Stack trace: #0 /home/ctkcvhsh/crauley.de/wp-content/plugins/woo-dp-internetmarke/includes/connectors/soap/ProdWS.php(72): SoapClient->SoapClient(‘https://prodws….’, Array) #1 /home/ctkcvhsh/crauley.de/wp-content/plugins/woo-dp-internetmarke/includes/Internetmarke.php(150): WCDPI\Connectors\SOAP\ProdWS->__construct(Object(WCDPI\Repositories\PartnerWpdb), Object(WCDPI\Repositories\ProductWpdb)) #2 /home/ctkcvhsh/crauley.de/wp-content/plugins/woo-dp-internetmarke/includes/Internetmarke.php(253): WCDPI\Internetmarke->initClasses() #3 /home/ctkcvhsh/crauley.de/wp-includes/class-wp-hook.php(286): WCDPI\Internetmarke->init(”) #4 /home/ctkcvhsh/crauley.de/wp
Kann jemand helfen?
]]>ich betreibe einen kleinen Onlineshop mit Woocommerce und benutze dabei das Plugin Internetmarke. Seit einigen Tagen kann ich mein Dashboard nicht mehr aufrufen, sofern das Plugin aktiviert ist. H?ngt dies mit dem neusten WP Update zusammen? Ich kann den Fehler leider nicht finden und muss immer manuell Marken kaufen.
Kann man irgendwo den Fehler auslesen?
Danke vorab
]]>Thank you.
]]>I imported a database (15.5Mb roughly from an existing website) and then tried to bring it up in my browser but it didn’t work.
I’ve tried with both XAMPP and MAMP and both attempts were unsuccessful.
Info/things I’ve tried up to this point:
*2011 MacBook Air
*I followed the information at https://www.wpbeginner.com/wp-tutorials/how-to-create-a-local-wordpress-site-using-xampp/ as closely as I possibly could when setting up XAMPP.
*I followed the information at https://skillcrush.com/2015/04/14/install-wordpress-mac/ when setting up the MAMP configuration.
In both cases, I was unsuccessful and ended up with a similar problem, which was that my browser (Google Chrome) could not find a database successfully.
*In my wp-config.php file, I edited code to look like this:
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘STW’);
/** MySQL database username */
define(‘DB_USER’, ‘root’);
/** MySQL database password */
define(‘DB_PASSWORD’, ”);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
Any suggestions or ideas? Things I might be missing?
I have seen ideas about changing/altering ports, but I don’t know if this is my issue. I have tried 8080 on XAMPP and 8888 and 8889 on MAMP…tried to play around with them a bit. No luck making it work.
I would be grateful for any ideas or suggestions. Thanks for taking time to look this over!
Stephen
]]>