Hi,
After editing the portfolio section; i noticed that i get some notice errors when i click on Launch project.
Also when i view the site on a mobile phone, it see the error when scroll to the right, that should normally not be possible, but now it is due to the error that is shown.
Thank you in advance,
regards,
david
Hi,
Just checked your site and see no error. Would you like to check it again?
Hi,
yes i disabled the errors being showd on the website. i just enabled it again; you can check it again.
I get it everywhere; in portfolio when ik click launch project or in the blog section.
David,
Please open file views-view-fields--portfolio.tpl.php, line 34, after "else", insert:
if (isset($multimedia[0]['rendered']['#file']->type))
Like this?:
<?php
$multimedia = $row->field_field_portfolio_multimedia;
$icon_type = '';
$portfolio_type = '';
if(isset($multimedia) && count($multimedia) > 1 ) {
$icon_type = $icon_type = '<i class="fontello icon-menu"></i>';
$portfolio_type = t('Gallery Project');
} else {
if (isset($multimedia[0]['rendered']['#file']->type))
$file_type = $multimedia[0]['rendered']['#file']->type;
if($file_type == 'video') {
$icon_type = '<i class="fontello icon-youtube-play"></i>';
$portfolio_type = t('Video Project');
After that i get different errors :(
We will check it again and reply you soon :)
thanks!
Hi David,
Sorry for our delay.
It is not
but
Please try again and check if it works.
Hi Phuonght,
No problem regarding the delay.
I tried it and it looks now a little bit better, but now only a new error appeared.
Notice: Undefined index: name in include() (line 70 of /var/www/html/drupal/sites/www.franken.pro/themes/md_chulan/template/views/blog/views-view-fields--...).
Notice: Trying to get property of non-object in include() (line 70 of /var/www/html/drupal/sites/www.franken.pro/themes/md_chulan/template/views/blog/views-view-fields--...).
Sorry but we can not access by FTP account. Could you check it again? We would like to fix error for you.
Hi, Sorry; yes that it true; i disabled it because of all the brute force hack attempts; i will open it now; please try again after 5 minutes from this post :)
Check your site please. It is done :)
wow! great it works again! thanks again!
oh no! i got the error back! i noticed it got back when i published a new blog content page. It's back again :(
Hi David,
We can not access FTP again.
Hi Phuonght,
Yes, i disabled the access and permit only access from known IP"s because i get arround 20 brute force attempts per day :)
Please send me you pub IP so that i can whitelist it :)
thanks
regards,
david
Our ip: 117.5.88.33
Hi,
Done, please try again.
Regards
David
Please check it again. We just fixed.
Yep checked and is fixed; i hope it stays fixed when i add a new blog page.