Windows Kabuk Dizinleri
Bilgisayarımın diskini değiştirdim ve eski diskimde bulunan dosyaları yeni diskime taşıdım. Fakat yanlışlıkla yapmış olduğum bir değişiklik yüzünden Masaüstüm eski diskim üzerinde kaldı. Eski diski sökünce tabi masaüstü bulunamadı hatası almaya başladım.
Aldığım hata:
D:\UsersDocuments\Masaüstü, kullanılamayan bir konuma karşılık geliyor. bu bilgisayardaki sabit diskte veya ağda olabilir. Emin olmak için diskin doğru takıldığını veya Internete ve ağınıza bağlı olduğunuzu denetleyin ve yeniden deneyin. hala konumlandırılamıyorsa, bilgi başka bir konuma taşınmış olabilir.
Şuana kadar 1513 defa okundu.
An existing connection was forcibly closed by the remote host hatası
Server Error in '/' Application.
--------------------------------------------------------------------------------
A connection was successfully established with the server, but then an error occurred during the pre-login handshake. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: A connection was successfully established with the server, but then an error occurred during the pre-login handshake. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
Şeklinde bir hata alıyorsanız eğer
Şuana kadar 1194 defa okundu.
PHP’de Cannot modify header information hatası
Selam arkadaşlar,
Warning: Cannot modify header information - headers already sent by (output started at ....) in ... on line xx
hatası tek hatadan dolayı çıkıyor oda headers fonksiyonunu kullanmadan önce bir çıktı almanızdan kaynaklanır. Bu çıktı sizin isteyerek almış olduğunuz veyahut istemeden almış olduğunuz bir çıktı olabilir.
Şuana kadar 1265 defa okundu.
PHP array_merge() hatası
Selam arkadaşlar,
ilk defa array_merge kullanma ihtiyacı duydum ve aşağıdaki hata mesajını aldım.
*Warning*: array_merge() [function.array-merge]: Argument #1 is not an array in ...
Şuana kadar 473 defa okundu.