mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-15 20:49:41 +01:00
fixes
This commit is contained in:
@@ -451,6 +451,7 @@ class KleejaDatabase
|
|||||||
{
|
{
|
||||||
global $config;
|
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 /><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 .= "<br /><br /><strong>Script: Kleeja <br /><a href='http://www.kleeja.com'>Kleeja Website</a></strong>";
|
||||||
$error_message .= '</b></div>';
|
$error_message .= '</b></div>';
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ case 'action_file':
|
|||||||
$file = str_replace('.php','', $file);
|
$file = str_replace('.php','', $file);
|
||||||
$db_ver = $order_update_files[$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']))
|
if((empty($config['db_version']) || $db_ver > $config['db_version']))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -91,8 +91,8 @@ return array(
|
|||||||
//UPDATOR
|
//UPDATOR
|
||||||
'INST_CHOOSE_UPDATE_FILE' =>'قم بإختيار التحديث المناسب لك ومن ثم تابع التحديث ..',
|
'INST_CHOOSE_UPDATE_FILE' =>'قم بإختيار التحديث المناسب لك ومن ثم تابع التحديث ..',
|
||||||
'INST_ERR_NO_SELECTED_UPFILE_GOOD' =>'ملف التحديث غير مناسب أو أنه غير موجود من الأساس ! ..',
|
'INST_ERR_NO_SELECTED_UPFILE_GOOD' =>'ملف التحديث غير مناسب أو أنه غير موجود من الأساس ! ..',
|
||||||
'INST_UPDATE_CUR_VER_IS_UP' =>'النسخة الحالية محدثة لهذا التحديث المحدد.',
|
'INST_UPDATE_CUR_VER_IS_UP' =>'نسختك الحالية محدثة لهذا التحديث المحدد.',
|
||||||
|
|
||||||
'INST_NOTES_UPDATE' =>'ملاحظات التحديث',
|
'INST_NOTES_UPDATE' =>'ملاحظات التحديث',
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user