حل مشكلة Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in مع هاك الفبسيو vBseo

WebCraker

العبد الفقير إلى الله
طاقم الإدارة
9 مارس 2008
5,645
50
48
Egypt
support-ar.com
كود الخطأ اللى يظهر بالموقع أو بملف error_log، تكرار الخطأ يجعل الملف حجمه يزيد بشكل كبير وقد يصل إلي 1 جيجا وأكثر

PHP:
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 279
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 86
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 129
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 130
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 131
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_pre.php on line 132
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 18
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 19
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 20
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 21
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 22
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 23
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 24
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 25
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 26
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo.php on line 27
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo.php on line 17
Strict Standards: Non-static method vBSEO_Storage::path() should not be called statically in /home/user/public_html/vbseo/includes/functions_vbseo_url.php on line 359

الحل التعديل على الملف التالي vbseo/includes/functions_vbseo_pre.php

ابحث عن الكود التالي
PHP:
function path($type = '')
استبدله بالكود التالي
PHP:
public static function path($type = '')

بالتوفيق