RichHelms
Forum Replies Created
-
I wish you had updated the 3.1 version info or called it 3.2. I have waited for 5 days for nothing looking for a 3.2 with the fix.
My site is on GoDaddy and will not let an unauthorized plugin upload into the site. I hope a proper update is available. I reinstalled 3.0 and set to not auto update but GoDaddy updates anyway.
Built and uploaded a site. Worked fine. Seems faster.
Same. Updated to 2.1.4.2 and it seems to work fine
Just updating a site nowI did not get an error when I updated the plugin. I got that error when I went to generate the static files.
Updated to 2.1.4.1. Now I get
Parse error: syntax error, unexpected ')' in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-content/plugins/simply-static/src/tasks/class-ss-fetch-urls-task.php on line 41 Notice: is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-includes/functions.php on line 5313 Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-includes/functions.php on line 5313
I turned on debug also and here is what I get.
Parse error: syntax error, unexpected ')' in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-content/plugins/simply-static/src/class-ss-plugin.php on line 343 Notice: is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-includes/functions.php on line 5313 Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /Applications/MAMP/htdocs/gillandersauctionservices.ca/wp-includes/functions.php on line 5313
Thanks Sanjeev
The email is from the email in WP Mail SMTP so I assumed coming through your plugin. I tried deactivating WP Mail SMTP and did another backup. It is from the default email for the site, wordpress@. Also blank.
The download works, the email does not.
Seems some other change that happened to coincide with your update to 1.5.2 is the culprit. Sorry about that. Thanks for trying it
I found another backup utility that works and will have to change to that.
Configured 10.0.2 and mine works now
Rich Helms
Renamed the plugin folder adding 1.0
Uploaded version 0.11.2 with version changed to 10.11.2 so that it would not be auto updatedLeft config alone, works perfectly
Finally showed this a few minutes later
VersionsWordPress: 4.9.1
PHP: 5.6.32
WP Mail SMTP: 1.0.0
PHPMailerErrorInfo: The following From address failed: [email protected] : Called MAIL FROM without being connected,,,SMTP server error: Called MAIL FROM without being connectedSMTP server error: Called MAIL FROM without being connected
Mailer: smtp
Host: mail.rhpw.info
Port: 465
SMTPSecure: smtp
SMTPAutoTLS: bool(true)
SMTPAuth: bool(false)
SMTP Debug2017-12-12 18:35:30 SERVER -> CLIENT:
2017-12-12 18:35:30 SMTP NOTICE: EOF caught while checking if connected
2017-12-12 18:35:30 The following From address failed: [email protected] : Called MAIL FROM without being connected,,,SMTP server error: Called MAIL FROM without being connectedForum: Plugins
In reply to: [WordPress Backup to Dropbox] "Column 'offset' cannot be null"?Thanks Michael
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] "Column 'offset' cannot be null"?I can only find update_file getting called from UploadTracker.php
public function track_upload($file, $upload_id, $offset)
{
$offset = is_null($offset) ? 0 : $offset;and in Files.php
public function file_complete($file)
{
$this->update_file($file, 0, 0);
}Neither will send a null.
I think you want to leave update_file alone as if it is doing a large upload, it sends in chunks and that is the offset
Rich
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] "Column 'offset' cannot be null"?Now if Michael will just put the fix in the next version
Forum: Plugins
In reply to: [WordPress Backup to Dropbox] "Column 'offset' cannot be null"?The my solution listed above fix the error for you?