mjhenterprises
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP database errorI reset to a previous backup and uninstalled ecommerce plugin.
Forum: Fixing WordPress
In reply to: preg_match() error in class-wp.php line 231 & 232Same here…
This is the error code I get when trying to get to Pages:Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232And this is what lines 231 and 232 look like in class-wp.php:
if ( preg_match(“#^$match#”, $request_match, $matches) ||
preg_match(“#^$match#”, urldecode($request_match), $matches) ) {Forum: Fixing WordPress
In reply to: WP database errorI uninstalled the WP eCommerce plugin and still cannot access Pages. It is still displaying the following script:
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232
Forum: Fixing WordPress
In reply to: WP database errorThis is the error code I get when trying to get to Pages:
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: unrecognized character after (? or (?- at offset 3 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 231
Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 1 in /home/wastatcc/public_html/wp-includes/class-wp.php on line 232
And this is what lines 231 and 232 look like in class-wp.php:
if ( preg_match(“#^$match#”, $request_match, $matches) ||
preg_match(“#^$match#”, urldecode($request_match), $matches) ) {Forum: Plugins
In reply to: [Media from FTP] Unable to register audio filesI have not had any problem uploading .mp3 podcasts to the media library using Media from FTP until mid-November 2016. I have updated the plugin and it still does not work for my audio files.
Forum: Fixing WordPress
In reply to: Edu Blue theme – remove author, date, timeI added the custom css as provided with no change to the pages. This is the css displayed in the editor:
/* =post styles
—————————————— */
.sticky {
font-size: 1em;
color: #1d1d1d;
margin: 5px;
padding: 7px;
background: #f2ffff;
border-left: 3px solid brown;
padding-left: 5px;
}
.entry h1{ }
.entry h3{ margin-left: 0.1212em; }
.entry h4{ margin-left: 0.142em; }
.entry h5{ margin-left: 0.155em; }
.entry h6{ margin-left: 0.33em; }
.entry h2 a {
margin: 0;
padding: 7px 20px 3px 20px;
word-wrap: break-word;
line-height: 1.24;
}
body.blog .entry {
border-bottom: thin solid #aaa;
word-wrap: break-word;
}
.entry {
background: rgba( 250, 250, 250, 0.1 );
word-wrap: break-word;
}
.entry-header a {
color: #12589f;
text-decoration: none;
font-weight: 600;
}
.entry-header {
word-wrap: break-word;
}
.bypostauthor {
color: #888;
line-height: 1.2;
}
.post h2 a:hover,
.entry h2 a:hover {
text-decoration: underline;
color: #1f88c8;
}
.postmetadata,
.categorymeta {
font-size: 90%;
padding: 1px 8px 1px 5px;
margin: 0;
line-height: 12px;
}
.postmetadata {
color: #777;
}
.responses {
float: right;
}
.cat-link,
.edit-link a,
.tag-link a,
.post-categories a {
font-weight: 300 !important;
}
p.edit-link:before {
content: “\2611”;
margin: 0 0.412em 0 1em;
color: #999;
}
p.tag-link:before {
content: “\2691”;
margin: 0 0.412em 0 1em;
color: #999;
}.authorlinks {
position: relative;
font-weight: 300;
margin-left: 1em;
color: #777;
font-size: 1em;
}
.authorlinks a {
color: #346;
font-size: 1.20em;
font-weight: 300;
text-decoration: none;
}
.authorlinks a span:before {
content: “\270E “;
margin: 0 0.412em 0 1em;
font-size: 1.10em;
color: #999;
}
.entry-content img {
margin: 0 0 1.5em 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
.entry img,
.entry-content img,
img[class*=”align”],
img[class*=”wp-image-“],
div[class*=”attachment_”] {
height: auto; /* Make sure images height and width attributes are scaled reasonable */
max-width: 98.333%;
margin: 3px 11px;
}
.alignnone, img.alignnone, .alignnone img {
max-width: 99.899%;
margin: 0 auto;
}.entry .size-large,
.entry .size-medium,
.entry .size-thumbnail {
margin: 3px 11px;
}
/* == WP CSS – post_classes == */
.post-id {} .post {}
.page {}
.hentry {}
.entry-content img {
margin: 0 0 1.5em 0;
max-width: 100%;
}.entry-author-link,
.entry-permalink,
.entry-date,
.entry-meta {
display: none;
}Forum: Fixing WordPress
In reply to: blank login screen (error: 400 Bad Request)I’ve moved the theme folder and I still can’t log in…bad request error message.
Forum: Fixing WordPress
In reply to: blank login screen (error: 400 Bad Request)Yes, I get the login page but when I enter my credentials ([removed from public forum]) the “400 Bad Request” screen appears. I’ve tried logging in on IE and Firefox with the same results.
Nothing occurred on 9/17 that I know of. The theme has not been updated since June 2015 by the author and the updated to WP 4.3.2 occurred a couple of weeks ago. This is not a multisite installation and I assume we have dedicated hosting with Register.com.
Forum: Fixing WordPress
In reply to: blank login screen (error: 400 Bad Request)I am still unable to login, Jackie.
Forum: Fixing WordPress
In reply to: blank login screen (error: 400 Bad Request)I renamed it and now the page is totally blank at tabernacleseattle.net.
Forum: Fixing WordPress
In reply to: blank login screen (error: 400 Bad Request)Thank you for the information, Jackie (my name is Jackie too!). When I log in I still get the “400 Bad Request” error and cannot gain access to the dashboard to change the settings as you suggested. We are hosted on a Linux server and the last line of the index.php file in the root directory is correct. This is the .htaccess file from the root:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
And this is the .htaccess file from the wordpress folder:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPressThe remodeled website was created (June 2015) in the subdomain, new.tabernacleseattle.net, instead of using a plugin like TestDrive. Once the website was complete the subdomain was “pointed” to the main domain. The site was up and running smooth until Thursday (9/17/15).
Is Openresty on the host end or WP end of our website?
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Incomplete Donation ReportingUpon submission I am redirected to PayPal to complete the transaction and then sent back to our website’s “thank you” page. As a donor I receive confirmation e-mails from PayPal on behalf of our organization and as a PayPal user confirming the transaction. There are only two donations listed on the “donations” or “donors” page and they are dated 10/6/14 & 6/1/15.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Incomplete Donation ReportingI updated the plugin to version 4.0.7 and made a donation. The donation is not reflected in “donations” and below is the log:
[Seamless Donations Log Data]
2015-08-30 11:08:47 PREPARING DONATION FORM
2015-08-30 11:08:47 Seamless Donations Version: 4.0.5
2015-08-30 11:08:47 User browser: iPhone 8.0
2015-08-30 11:08:47 Assigning hidden field session ID to 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:08:47 Form action: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/seamless-donations-payment.php
2015-08-30 11:16:27 —————————————-
2015-08-30 11:16:27 DONATION TRANSACTION STARTED
2015-08-30 11:16:27 Test mode: A
2015-08-30 11:16:27 PHP Version: 5.4.23
2015-08-30 11:16:27 Seamless Donations Version: 4.0.5
2015-08-30 11:16:27 User browser: iPhone 8.0
2015-08-30 11:16:27 IPN: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php
2015-08-30 11:16:27 Payment process nonce a8cc9b9e68 validated.
2015-08-30 11:16:27 Session ID retrieved from _POST: 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:16:27 Looking for pre-existing session data (guid/audit db mode): 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:16:27 Duplicate session data not found. Payment process data assembly can proceed.
2015-08-30 11:16:27 Success URL: https://www.damascusbc.com/donations/?thanks=true
2015-08-30 11:16:27 Saving transaction data using guid/audit db mode
2015-08-30 11:16:27 Name: Sandra Lee
2015-08-30 11:16:27 Amount: 100
2015-08-30 11:16:27 Preparation complete. Entering PHP post code.
2015-08-30 11:16:27 Computed RETURN value: 'https://www.damascusbc.com/donations/?thanks=true'
2015-08-30 11:16:27 Redirecting to PayPal… now!
2015-08-31 13:18:29 —————————————-
2015-08-31 13:18:29 PREPARING DONATION FORM
2015-08-31 13:18:29 Seamless Donations Version: 4.0.7
2015-08-31 13:18:29 User browser: Firefox 40.0
2015-08-31 13:18:29 Assigning hidden field session ID to 3051AB86-421B-B509-ADF6-66AECDB6409B
2015-08-31 13:18:29 Form action: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/seamless-donations-payment.php
2015-08-31 13:19:24 —————————————-
2015-08-31 13:19:24 PREPARING DONATION FORM
2015-08-31 13:19:24 Seamless Donations Version: 4.0.7
2015-08-31 13:19:24 User browser: Firefox 40.0
2015-08-31 13:19:24 Assigning hidden field session ID to 2F2FB27C-8ED6-EF0C-B8DF-EE3DBAAC9AB2
2015-08-31 13:19:24 Form action: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/seamless-donations-payment.php
2015-08-31 13:20:39 —————————————-
2015-08-31 13:20:39 DONATION TRANSACTION STARTED
2015-08-31 13:20:39 Test mode: A
2015-08-31 13:20:39 PHP Version: 5.4.23
2015-08-31 13:20:39 Seamless Donations Version: 4.0.7
2015-08-31 13:20:39 User browser: Firefox 40.0
2015-08-31 13:20:39 IPN: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php
2015-08-31 13:20:39 Payment process nonce 987e2fa51e validated.
2015-08-31 13:20:39 Session ID retrieved from _POST: 2F2FB27C-8ED6-EF0C-B8DF-EE3DBAAC9AB2
2015-08-31 13:20:39 Looking for pre-existing session data (guid/audit db mode): 2F2FB27C-8ED6-EF0C-B8DF-EE3DBAAC9AB2
2015-08-31 13:20:39 Duplicate session data not found. Payment process data assembly can proceed.
2015-08-31 13:20:39 Success URL: https://www.damascusbc.com/donations/?thanks=true
2015-08-31 13:20:39 Saving transaction data using guid/audit db mode
2015-08-31 13:20:39 Name: Jacquelyn Harris
2015-08-31 13:20:39 Amount: 5
2015-08-31 13:20:39 Preparation complete. Entering PHP post code.
2015-08-31 13:20:39 Checking for repeat. REPEAT value is [].
2015-08-31 13:20:39 Computed RETURN value: 'https://www.damascusbc.com/donations/?thanks=true'
2015-08-31 13:20:39 Redirecting to PayPal… now!Forum: Plugins
In reply to: [Seamless Donations is Sunset] Incomplete Donation ReportingWe received another e-mail from PayPal yesterday regarding the IPNs. Also, when I went to the log there were only entries from 8/30/15. The previous entries are gone. Below is the log followed by the last e-mail message from PayPal.
[Seamless Donations Log Data]
2015-08-30 11:08:47 PREPARING DONATION FORM
2015-08-30 11:08:47 Seamless Donations Version: 4.0.5
2015-08-30 11:08:47 User browser: iPhone 8.0
2015-08-30 11:08:47 Assigning hidden field session ID to 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:08:47 Form action: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/seamless-donations-payment.php
2015-08-30 11:16:27 —————————————-
2015-08-30 11:16:27 DONATION TRANSACTION STARTED
2015-08-30 11:16:27 Test mode: A
2015-08-30 11:16:27 PHP Version: 5.4.23
2015-08-30 11:16:27 Seamless Donations Version: 4.0.5
2015-08-30 11:16:27 User browser: iPhone 8.0
2015-08-30 11:16:27 IPN: https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php
2015-08-30 11:16:27 Payment process nonce a8cc9b9e68 validated.
2015-08-30 11:16:27 Session ID retrieved from _POST: 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:16:27 Looking for pre-existing session data (guid/audit db mode): 9A0173B1-C97D-0FA3-4A4D-E7D432F937EB
2015-08-30 11:16:27 Duplicate session data not found. Payment process data assembly can proceed.
2015-08-30 11:16:27 Success URL: https://www.damascusbc.com/donations/?thanks=true
2015-08-30 11:16:27 Saving transaction data using guid/audit db mode
2015-08-30 11:16:27 Name: Sandra Lee
2015-08-30 11:16:27 Amount: 100
2015-08-30 11:16:27 Preparation complete. Entering PHP post code.
2015-08-30 11:16:27 Computed RETURN value: 'https://www.damascusbc.com/donations/?thanks=true'
2015-08-30 11:16:27 Redirecting to PayPal… now!Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
https://www.damascusbc.com/site/wp-content/plugins/seamless-donations/dgx-donate-paypalstd-ipn.php
If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account. Thank you for your prompt attention to this issue.
Forum: Plugins
In reply to: [Seamless Donations is Sunset] Incomplete Donation Reporting…no, the test donation on 8/23/15 is not reflected in the donations log.
??