25 Ocak 2017 Çarşamba

Joomla Hata: 1146 Çözümü

Joomlada aldığımız hata

Hata: 1146 - Table 'web_dadaydb.#__update_sites_extensions' doesn't exist SQL=SELECT DISTINCT a.update_site_id, a.type, a.location, a.last_check_timestamp, a.extra_query FROM `#__update_sites` AS `a` INNER JOIN #__update_sites_extensions AS b ON a.update_site_id = b.update_site_id WHERE a.enabled = 1 AND b.extension_id IN (700)

Çözümü:
SSH ile bağlanıp tabloları onarmamız gerekiyor.

REPAIR TABLE onarilacak_tablonun_ismi;

ve
r: Repair anlamına gelir.
mysqlcheck -r [database_adı]

9 Ocak 2017 Pazartesi

Joomla "Error displaying the error page: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform." hatası ve çözümü

Joomlada kurulum yaptıktan sonra

"Error displaying the error page: The file Cache Storage is not supported on this platform.: The file Cache Storage is not supported on this platform."  hatası alıyorsak

administrator/cache

ve ana dizindeki cache klasörlerinin izinlerini 777 yapılması gerekir.

Linux host kullananlar için;

$ sudo chmod 777 {dosya adresi} -R
“/var/www/” klasörüne vererek deneyelim.

$ sudo chmod 777 /var/www/site_ismi/cache -R