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
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
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
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.
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