joedigitalsea
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] wppa-boxes-html.php jQuery Uncaught TypeErrorThanks Jacob that’s exactly the problem..
Thanks for your time.
Forum: Plugins
In reply to: [WP Photo Album Plus] wppa-boxes-html.php jQuery Uncaught TypeErrorHI Jacob.
No it doesn’t work, but we operated another site which is still producing the error, and the front end progression bar isn’t working either.
User upload Ajax Shows the upload progression bar are enabled for both sites, one with the tweak above and one left as a standard install.
Cheers
JoeForum: Plugins
In reply to: [WP Photo Album Plus] Photo upload xxx extentionThanks for your hard work jacob ??
Forum: Plugins
In reply to: [WP Photo Album Plus] Photo upload xxx extentionHi jacob.
I ended up changing the xxx extensions to jpeg in the db which fix’s the missing images in the gallery.
User upload for audio and video is turned off in the settings.
Regards
Joe
Forum: Plugins
In reply to: [WP Photo Album Plus] Uploading from IOS fail'sThanks jacob
Forum: Plugins
In reply to: [WP Photo Album Plus] Uploading from IOS fail'sIgnore me i tried a second time and it uploaded successfully onto your test page.
Forum: Plugins
In reply to: [WP Photo Album Plus] Uploading from IOS fail'sHi jacob.
it got stuck on processing and has produced a internal server error under the upload submit button.
Regards
joeForum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedWorks as expected Jacob.
Thanks again ??
Forum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedThanks again.
Joe
Forum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedHi Jacob,
I have fixed the emails, to get the HTML headers to send.
Lines removed;
1001: $headers = $from . str_replace( ‘text/html’, ‘text/plain’, $extraheaders );
Lines Changed.
967: $headers = ‘Content-Type: text/html; charset=UTF-8’;
this was done after your above suggestion.
Regards,
JoeForum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedHi Jacob,
That worked emails are now being sent but HTML format doesn’t seem to be processed properly, looks like it’s going straight to raw version of the email template.
please see below for data received in the email.
Regards,
Joe<html><head><title>Comment on photo: test</title></head><body><h3>Comment on photo: test</h3><p><img src=”https://www.iphotographycourse.com/wp-content/uploads/wppa/thumbs/62/44/5.jpg?ver=188″ alt=”test” /></p><p>Joe Lee wrote on photo test:</p><p>
hey
</p><p>Reply</p><p>Moderate comment admin</p><p>Moderate manage photo</p><p>You receive this email as uploader of the photo</p><p><small>This message is automaticly generated at https://www.iphotographycourse.com. It is useless to respond to it.</small></p></body></html>
Forum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedAfter changing the following lines unfortunately the error is still showing.
Cheers,
JoeForum: Plugins
In reply to: [WP Photo Album Plus] mail sending failednote, just to verify that wp_mail() is fully functioning, i tested it using this script.
https://gist.github.com/eojeel/46b8033fdb1eb7fe1525e6f052ac921e
Regards,
JoeForum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedHi, Jacob
Thanks for the latest update with the wp_mail() function being used, but we are still receiving the Mail sending Failed on comments withing the gallery.
after looking into the code i noticed within wppa-utils.php within the wppa_send_mail function on lines.
969
977
1001
1013
were still using mail()Im not sure if this could be anything to contributing to the emails still not being sent after the latest update.
Regards,
JoeForum: Plugins
In reply to: [WP Photo Album Plus] mail sending failedThank you for your support Jacob ??