PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   PP8.1 Upgrade - Error message when saving a photo comment (http://www.photopost.com/forum/photopost-pro-bug-reports/148463-pp8-1-upgrade-error-message-when-saving-photo-comment.html)

lee.maher5898 July 15th, 2012 11:32 AM

PP8.1 Upgrade - Error message when saving a photo comment
 
Hi Chuck,

I receive the following error message (momentarily in a separate window) every time I save a comment on a photograph via image verification. The comment does save successfully, but something must be amiss somewhere!

Warning: Missing argument 5 for send_ppemail(), called in [path]/gallery/comments.php on line 426 and defined in [path]/gallery/pp-inc.php on line 4166

Chuck S July 15th, 2012 12:29 PM

I will be doing an update soon but in comments.php the end of the send_ppemail lines is this

Code:

Content visible to verified customers only.
You can change them to this

Code:

Content visible to verified customers only.

lee.maher5898 July 15th, 2012 01:17 PM

Hi Chuck,

I changed the two lines I found inside comments.php as suggested, but receive the following error message:

Parse error: syntax error, unexpected T_VARIABLE in /home/supersto/public_html/gallery/comments.php on line 412

Have I misquoted the syntax? I changed the lines as follows:

From
send_ppemail( $useremail, $subject, $letter, $email_from );

To
send_ppemail( $useremail, $subject, $letter, $email_from $User[ ' 'userid'] );

Chuck S July 15th, 2012 02:13 PM

I had an extra quote in there look at it again and reapply.

lee.maher5898 July 15th, 2012 02:24 PM

Thanks Chuck,

Syntax changed as follows (and now works):

send_ppemail( $useremail, $subject, $letter, $email_from, $User['userid'] );

It needed a comma after $email_from also.

Regards, Lee

Chuck S July 15th, 2012 02:32 PM

Not a problem yes you would need a comma.

delfi_r July 15th, 2012 04:31 PM

I've uploaded the upgrade and I have a blank page when I access to any page

Any clue?

delfi_r July 15th, 2012 05:53 PM

In the meantime I've solved my problem uploading 8.1

Chuck S July 15th, 2012 06:39 PM

Not really sure what your asking?

8.11 has been released and fixes any issues reported

A community photo gallery - Omegatron Gallery

A community photo gallery - ReefTalk Gallery

delfi_r July 16th, 2012 02:54 PM

Yesterday I downladed 8.11 unzipped (MAC system) and uploaded except config files.

All gallery pages went blank. No errors shown, only nothing.

I reuploaded 8.1 and situation was normal (after deleting install directory)

I don't have nothing more to show. I'll try as soon as you have more success reports.

Chuck S July 16th, 2012 04:00 PM

I would definately need more information as I know 8.11 is running on many sites.

You can pass along information if you want me to look at your site.


All times are GMT -5. The time now is 11:48 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97