Barusan dapet kasus menarik…

Jadi ceritanya setelah upload website di server ubuntu dengan sukses, muncul masalah baru…

Masalahnya itu keluar warning, ketika klik menu-menu yang ada di website, warning yang muncul adalah

Warning: realpath() [function.realpath]: Unable to access /var/www/xxx/templates/TechLine_de_Template-j15-001/html/com_content/category/ in /var/www/xxx/libraries/joomla/filesystem/path.php on line 247

Warning: realpath() [function.realpath]: Unable to access /var/www/xxx/templates/TechLine_de_Template-j15-001/html/com_content/category//blog.php in /var/www/xxx/libraries/joomla/filesystem/path.php on line 248

warning ini nggak muncul ketika kita masuk halaman utama, munculnya hanya ketika kita klik menu-menu yang ada.

Coba bertanya kepada mbah google, ternyata permasalahannya timbul karena perilaku fungsi realpath() sedikit berbeda pada OS Ubuntu.

Lalu solusi yang disaranin adalah dengan menambahkan karakter ‘@’ di depan variable yang didefinisiin, disini variable ‘$path=’

oke langsung berangkat ke TKP ‘/var/www/xxx/libraries/joomla/filesystem/path.php

cek line 247 dan 248,

diedit dikit dari nilai awalnya

$path = realpath($path); // needed for substr() later
$fullname = realpath($fullname);

diubah menjadi

@$path = realpath($path); // needed for substr() later
@$fullname = realpath($fullname);

save, lalu liat bagaimana hasilnya hehehe…

Selamat mencoba.

wassalam

riski

referensi:

http://forum.joomla.org/viewtopic.php?f=429&t=239004

Popularity: 25% [?]

This entry was posted on Friday, November 13th, 2009 at 10:55 am and is filed under Website, ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>






My Unkymood Punkymood (Unkymoods)

Tentang Saya


Riski Yuliansyah's Facebook profile


  • UserOnline

  • Kotak Suara

    Name :
    Web URL :
    Message :
    :) :( :D :p :(( :)) :x