[SOLVED] User Profile Not Displaying

3 years 4 months ago #321765 by Strategisto2da
Replied by Strategisto2da on topic User Profile Not Displaying
We are currently in the middle of a site wide upgrade/update.

Can you please let me know as soon as able to resolve this issue?

We do not want to perform any new updates or changes until this is resolved.

Regards,

B

Please Log in to join the conversation.

3 years 4 months ago #321768 by krileon
Replied by krileon on topic User Profile Not Displaying
Enable debug mode and maximum error reporting in Joomla global configuration like last time and see if the full path to that error outputs. If it doesn't check your server error log. Your issues thus far have been 100% due to 3rd party plugins or extensions and I suspect that's still the case here. Unpublish 3rd party CB plugins in CB > Plugin Management and see if that solves your issue.

We do not want to perform any new updates or changes until this is resolved.

Then it may never get resolved. Your issue may just be a bug that has already been fixed and to fix it you need to update. Ensure all of CB is up to date. This includes any 3rd party CB plugins you have installed from other developers.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

3 years 4 months ago - 3 years 4 months ago #321775 by Strategisto2da
Replied by Strategisto2da on topic User Profile Not Displaying
Hi Kyle,

Thanks for the advice, log below.

Warning:  Declaration of getuddeimTab::sendUserPMS($toid, $fromid, $subject, $message, $systemGenerated = false, $escaped = false) should be compatible with cbPMSHandler::sendUserPMS($toUserId, $fromUserId, $subject, $message, $systemGenerated = false, $fromName = NULL, $fromEmail = NULL) in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_privatemessagingsystem(uddeimpms)/pms.uddeim.php on line 0, referer:

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemSEOGenerator has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/plugins/system/seogenerator/seogenerator.php on line 25

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; getMyHomeworks has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_myhomeworks/cb.jlms.myhomeworks.php on line 23

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; getMyCourses has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_mycourses/cb.jlms.mycourses.php on line 28

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; getMyAnnouncements has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_myannouncements/cb.jlms.myannouncements.php on line 23

Warning: Declaration of getuddeimTab::sendUserPMS($toid, $fromid, $subject, $message, $systemGenerated = false, $escaped = false) should be compatible with cbPMSHandler::sendUserPMS($toUserId, $fromUserId, $subject, $message, $systemGenerated = false, $fromName = NULL, $fromEmail = NULL) in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_privatemessagingsystem(uddeimpms)/pms.uddeim.php on line 0

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; getMyMailbox has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_mymailbox/cb.jlms.mymailbox.php on line 23

Warning:  Declaration of getuddeimTab::sendUserPMS($toid, $fromid, $subject, $message, $systemGenerated = false, $escaped = false) should be compatible with cbPMSHandler::sendUserPMS($toUserId, $fromUserId, $subject, $message, $systemGenerated = false, $fromName = NULL, $fromEmail = NULL) in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/components/com_comprofiler/plugin/user/plug_privatemessagingsystem(uddeimpms)/pms.uddeim.php on line 0

Notice:  Only variables should be assigned by reference in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/plugins/system/redj/redj.php on line 428

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemSEOGenerator has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/plugins/system/seogenerator/seogenerator.php on line 25

Deprecated:  Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemSEOGenerator has a deprecated constructor in /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/plugins/system/seogenerator/seogenerator.php on line 25, referer:

Please Log in to join the conversation.

3 years 4 months ago #321778 by krileon
Replied by krileon on topic User Profile Not Displaying
There's no fatal errors there, but there could be incompatibilities due to those plugins not being compatible with your version of PHP and not being compatible with latest CB. All of those are 3rd party Joomla or CB plugins as explained in my reply below.

www.joomlapolis.com/forum/153-professional-member-support/243237-user-profile-not-displaying?start=0#321699

Please unpublish the following in CB > Plugin Management.

plug_privatemessagingsystem(uddeimpms)
plug_myannouncements
plug_myhomeworks
plug_mycourses

Next unpublish the following in Extensions > Plugins.

seogenerator
redj

All of your notices and warnings are in relation to the above 3rd party plugins and extensions.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

3 years 4 months ago - 3 years 4 months ago #321801 by Strategisto2da
Replied by Strategisto2da on topic User Profile Not Displaying
Hi Kyle,

We have unpublished the below as mentioned.
plug_privatemessagingsystem(uddeimpms)
plug_myannouncements
plug_myhomeworks
plug_mycourses

Next unpublish the following in Extensions > Plugins.
seogenerator
redj


The only error msgs now are these.
[error] [client ] File does not exist: /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/app
[error] [client] File does not exist: /mnt/data/vhosts/casite-511512.cloudaccess.net/httpdocs/magmi

We are still getting this error message when trying to open the user profile from the front page

Error msg:

Error: 0 - Using $this when not in object contextYou may not be able to visit this page because of:an out-of-date bookmark/favouritea search engine that has an out-of-date listing for this sitea mistyped addressyou have no access to this pageThe requested resource was not found.An error has occurred while processing your request.
Attachments:

Please Log in to join the conversation.

3 years 4 months ago #321806 by krileon
Replied by krileon on topic User Profile Not Displaying
Please be sure your site is up to date. I've seen that happen due to a Joomla content plugin. You can be sure CB and its plugins are up to date by using CBs built in Install from Web and using the Update All button. What PHP version are you using?


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.205 seconds

Facebook Twitter LinkedIn