This commit is contained in:
Abdulrahman
2019-01-28 11:30:40 +03:00
parent bf207c971c
commit 348a15e987
3 changed files with 4 additions and 3 deletions

View File

@@ -451,6 +451,7 @@ class KleejaDatabase
{
global $config;
$error_message .= "<br /><strong>Your Kleeja database might be old, try to update it now from: " . rtrim($config['siteurl'], '/') . "/install</strong>";
$error_message .= "<br /><br><strong>If this error happened after installing a plugin, add <span style=\"background-color:#ccc; padding:2px\">define('STOP_PLUGINS', true);</span> to end of config.php file.</strong>";
}
$error_message .= "<br /><br /><strong>Script: Kleeja <br /><a href='http://www.kleeja.com'>Kleeja Website</a></strong>";
$error_message .= '</b></div>';

View File

@@ -90,7 +90,7 @@ case 'action_file':
$file = str_replace('.php','', $file);
$db_ver = $order_update_files[$file];
var_dump($db_ver);
// var_dump($db_ver);
if((empty($config['db_version']) || $db_ver > $config['db_version']))
{

View File

@@ -91,7 +91,7 @@ return array(
//UPDATOR
'INST_CHOOSE_UPDATE_FILE' =>'قم بإختيار التحديث المناسب لك ومن ثم تابع التحديث ..',
'INST_ERR_NO_SELECTED_UPFILE_GOOD' =>'ملف التحديث غير مناسب أو أنه غير موجود من الأساس ! ..',
'INST_UPDATE_CUR_VER_IS_UP' =>'النسخة الحالية محدثة لهذا التحديث المحدد.',
'INST_UPDATE_CUR_VER_IS_UP' =>'نسختك الحالية محدثة لهذا التحديث المحدد.',
'INST_NOTES_UPDATE' =>'ملاحظات التحديث',