Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Notice: Undefined variable

10 years 4 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi,

Does anyone knows what is this message?

Notice: Undefined variable: origComment in /home/xxxxxx/public_html/components/com_community/libraries/wall.php on line 708

I already did this: Backend -> System -> Global Configuration -> Server -> Error reporting -> set to Default or None.

Regards
Fernando

10 years 4 months ago
Licenses:

Hi Fernando,

as long that PHP Notice, you can ignore it by set Error reporting -> Default or None.

you can try this solution, edit components/com_community/libraries/wall.php on line 708
change the code from

<div class="cStream-FormInput"><textarea>' . $origComment . '</textarea></div>
to
<div class="cStream-FormInput"><textarea>' . ((isset($origComment))?$origComment:"") . '</textarea></div>

Regards

10 years 4 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi Albert,

Even I setting the backend with "Error reporting -> Default or None" the issue still there.
Is there another way to fix it without hacking the file?

Regards
Fernando

10 years 4 months ago
Licenses:

Hi Fernando,

try to changing it from php configuration. set

error_reporting = E_ALL & ~E_NOTICE

let me know the result

Regards

10 years 4 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi Albert

My local php.ini is already configured like this: See below:

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

10 years 4 months ago
Licenses:

Hi Fernando,

really strange. could you please tell me at which page I can find that error (URL + screenshot)?
if only at error logs, i suggest you to ignoring it. because only notice.

Regard

10 years 4 months ago
Licenses:
JomSocial Expired Socialize Expired

It happens with an another site I have, BUT today, suddenly, the issue was gone, so I'll mark this threat as resolved

Thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW