Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

After upgrade jomsocial 3.2.0.1 cron don't working

11 years 1 week ago
  • onimaro's Avatar
    Topic Author
  • onimaro
  • Offline
  • Junior Boarder
  • Posts: 256
  • Thank you received: 47
Licenses:
JomSocial Expired Socialize Expired

After upgrade jomsocial 3.2.0.1 cron don't working

I get this error when run
Errore interpretazione XML: errore di sintassi
Indirizzo: www.sito.com/index.php?option=com_community&task=cron
Riga numero 2, colonna 1:Notice: Undefined variable: thumbFileName in /web/htdocs/www.sito.com/home/components/com_community/libraries/videos.php on line 206
^
If go to see the video get this error

Notice: Undefined variable: html in /web/htdocs/www.sito.com/home/components/com_community/tables/video.php on line 554

11 years 1 week ago
Licenses:

Hi, Onimaro.

I assign developer to this thread.
@developer: I left a notice in "Notes about the thread".


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
11 years 6 days ago
Licenses:

Hi, Onimaro

That error notice only warning, and will not any fatal error. Because your server error mode using EALL (error all). I already put new condition at that line 206

From
if (!$thumbFileName)

To
if (!isset($thumbFileName))

It will happen because video thumbnail creation has been failed.

and for /web/htdocs/www.sito.com/home/components/com_community/tables/video.php on line 554 i fixed also.
public function getPlayerHTML($width=null, $height=null, $defaultView=true)
	{
		$id		= ($this->type=='file') ? $this->id : $this->video_id;
		$width	= ($width) ? $width : $this->_width;
		$height	= ($height) ? $height : $this->_height;

		if ($defaultView)
		{
			$html		= $this->_provider->getViewHTML($id, $width , $height );
		} else {
			$html		= $this->_provider->getEmbedCode($id, $width , $height );
		}

		return $html;
	}

Regards,
Albert

11 years 6 days ago
  • onimaro's Avatar
    Topic Author
  • onimaro
  • Offline
  • Junior Boarder
  • Posts: 256
  • Thank you received: 47
Licenses:
JomSocial Expired Socialize Expired

I don't know bat now I have

but now I have again the same problem that I had fix here a few days ago

www.jomsocial.com/forum/installation/158...0-1-guest-page-crash

11 years 6 days ago
  • onimaro's Avatar
    Topic Author
  • onimaro
  • Offline
  • Junior Boarder
  • Posts: 256
  • Thank you received: 47
Licenses:
JomSocial Expired Socialize Expired

Now I will try to install the version 3.2.0.2 if things improve

11 years 5 days ago
  • onimaro's Avatar
    Topic Author
  • onimaro
  • Offline
  • Junior Boarder
  • Posts: 256
  • Thank you received: 47
Licenses:
JomSocial Expired Socialize Expired

I have remove all activity now the home community working good
I still have problems with cron

11 years 3 days ago
  • onimaro's Avatar
    Topic Author
  • onimaro
  • Offline
  • Junior Boarder
  • Posts: 256
  • Thank you received: 47
Licenses:
JomSocial Expired Socialize Expired

Ok conversion on mp4 don't woking in my site so I change vedeo.php as old jomsocial for working whit flv video and working all good.
For me is good idea if you could put this in the administration to change these two settings.
Conversion flv or mp4

:)

The following user(s) said Thank You: Albertus
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