Can't Write To Data Socket. Socket Error = #10054.
"Can't write to data socket. Socket error = #10054. fix?"
search around a few websites couldn't find a fix.. just people chatting about there error
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Proftpd :: Data Socket Error: No Route To Host
i get this error I no u gotta added 2 lines in proftpd.conf but i can't seem to find it no where! here's my errors! [L] PASV [L] 227 Entering Passive Mode (64,85,164,21,193,144). [L] Opening data connection IP: 64,85,164,21 PORT: 49552 [L] Data Socket Error: No route to Host [L] List Error [L] PASV [L] 227 Entering Passive Mode (64,85,164,21,202). [L] Opening data connection IP: 64,85,164,21 PORT: 57546 [L] Data Socket Error: No route to Host [L] List Error [L] 421 No Transfer Timeout (300 seconds): closing control connection. [L] Connection lost: 64,85,164,21 i really do not no there's a command for passive mode or something in proftpd.conf can't seem to find it no where!
View Replies!
View Related
Socket F <-> Socket 940 Heatsinks
If you have a socket F m/b, does a socket 940 heatsink works nicely on a socket F m/b? I can fit the original socket 940 heatsink on a socket F m/b but I am not sure whether there are any cooling related problems? According to the thermal design guide, it says: Quote: The heat sink, fan, mounting spring clip, and thermal interface material used for the AMD PIB thermal solution for socket F (1207) processors are the same as the heat sink, fan, mounting spring clip, and thermal interface material used for systems based on the socket 940 processor. The plastic retention frame, made of 20% glass-filled Lexan, is a two-piece implementation rather than the single-piece frame used for socket 940. This change accommodates the larger foot-print of socket F (1207) processors. [url] So are they interchangeable? I do have socket F heatsinks just to save the hassle of testing and breaking things. The reason I am asking is that it is tough to find socket F heatsinks here, and there are some socket 940 HSF floating around so I might as well use socket 940 HSF when somehow the ones that I have are not working or I run out of socket F coolers.
View Replies!
View Related
Missing Data In Server Socket Application
i developed a socket application to recive data from port.this application recvng data from a unit through port no 4444(Vehicle Tracking unit). this application recvng data and evrything is ok....but some times no anydata is coming in to this application.for eg:if application recves data 2 days after that 2 days it will recve one or two data only....again after 2 days it will recve all data correcly....that means lot of missing data we have....my question is whether this missing data is bse of my socket application or unit? The manufacturing company telling us unit is sending the data continuiously..but some times this socket application is not recvng data in 2 days interval....i dont know how to solve this issue....is any other setting is required in server to recve data continuously.... i think socket application 100% is ok...unit maufactures telling unit also sending data continuously...then where the problem is???can anybdy share ur idea about this?
View Replies!
View Related
Socket
This is on a Debian VPS with Apache installed. I figured this forum would be more appropriate because I think this is an OS level issue. I'm running a basic php client / php server. The php script is requested by the web browser and connects to the php server on the backend. However, if I connect more than a few times by clicking refresh I get this: Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:1240 (Unknown error) in /home/www/client_connect.php on line 3 error opening fp It should also be noted that I've gotten this same error when I try to do over 20 simultaneous connections with stream_sock_client() running from the command-line (non-root). Or when I try to connect to my backend from my frontend. Warning: stream_socket_client(): unable to connect to xx.xxx.xx.xxx:1838 (Unknown error) in /home/adam/server/test.php on line 488 failed to connect to xx.xxx.xx.xxx:1838 errno:0 errstr: ~/www$ ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited max nice (-e) 0 file size (blocks, -f) unlimited pending signals (-i) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) unlimited max rt priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited What can I do to trouble shoot this?
View Replies!
View Related
Apache And Socket
I've a strange problem with my flashchat realized on php and xmlsocket. I premise that chat works fine with 100 concurrent user. But When the number rises, and I've been to 350 users at the same time, something happens to the server which makes the whole thing freeze. After I eliminated just about everything that can go wrong with the php side of things, we came to the conclusion that this must be something related to the apache, since if before the php socket server went bad on account of an error, we simply needed to relaunch the php again, and everything would start up and work just fine untill the next crash. We have a unix server, using Apache 2, php 4.something or 5 (but again, problem is not there), did anyone knows what this could be? are we passing some limit of sockets connections Apache has that we don't know about? a limit of data transfer we are breaking? my script, when running and holding on to 300 users, use about 2-3 Mbit of bandwidth, nothing to get excited about.
View Replies!
View Related
PHP Socket Server
Is there anywhere where I can run a php socket server that is not a dedicated server. I doubt that there is, but you never know maybe out there somewhere there is someone that allows this.
View Replies!
View Related
Socket Application Hosting
I am currently developing a PHP socket server for a flash application that needs constant client -> server communication. I understand that this is not typical for hosting solutions so does anyone know of a host that would allow me to run a custom application running on a non-standard port?
View Replies!
View Related
MySQL Can't Connect To Socket.....
I saw following error in some of my site in my server. Coppermine critical error: Unable to connect to database ! MySQL said: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) or following error : Invalid mysql server connection Please help me how can I resolve this error ! /etc/my.cnf : [mysqld] datadir=/var/lib/mysql skip-locking skip-innodb skip-networking safe-show-database query_cache_limit=1M query_cache_size=16M ## 32MB for every 1GB of RAM query_cache_type=1 max_user_connections=200 max_connections=500 interactive_timeout=10 wait_timeout=20 connect_timeout=20 thread_cache_size=128 key_buffer=64M ## 128MB for every 1GB of RAM join_buffer=1M max_connect_errors=20 max_allowed_packet=16M table_cache=1024 record_buffer=1M sort_buffer_size=1M ## 1MB for every 1GB of RAM read_buffer_size=1M ## 1MB for every 1GB of RAM read_rnd_buffer_size=1M ## 1MB for every 1GB of RAM thread_concurrency=8 ## Number of CPUs x 2 myisam_sort_buffer_size=64M server-id=1 collation-server=latin1_general_ci [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-log=/var/log/mysqld.log pid-file=/var/lib/mysql/mysql.pid open_files_limit=8192 [mysqldump] quick max_allowed_packet=16M [mysql] no-auto-rehash #safe-updates [isamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [myisamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [mysqlhotcopy] interactive-timeout My server details : 1 GB RAM P4 3.00 HT
View Replies!
View Related
What Is Best Socket Am2 940 Cpu
I am working on doing some various upgrades to my workstation computer. I got it back in Nov and have been adding to it every since. The motherboard was bad when I first got it so I had to buy a new one. I already had an athlon 5600 so I figured I would get the mobo for that. Upon advice from various people I got the abit kn9 sli, for socket am2 940 processors and nvidia nforce 570 sli mcp I am wanting to upgrade the processor now but I havent really found much info on what would be the highest level processor I could drop in. I know the phenoms dont work and some have told me that the athlon 6400 would be the biggest i could drop in but that isnt much more then I have now so would be no point. So basically I was posting to see if anyone knew the best processor I could drop in this or the best socket am2 940 processor there is
View Replies!
View Related
Selling A 4 Socket Enterprise Server
I have a somewhat unusual question for a hosting forum, but it seems to fit here reasonably well. I figure that anyone who does colo would know about buying and selling servers. Right now, I have a very high-end system, basically a Sun V40z: [url] It is fully configured with processors, memory, but only has a single hard drive currently. The system comes with a built in management processor and OS; from the console you can boot/restart the server, check which DIMMs or processors are working (or failed), etc. It has been barely used, and is in mint condition. I'm thinking about selling it, because I'd prefer a smaller, more compact server. Where do you guys go to sell servers? Based on listings here, the server seems to sell in the range of 20K, with a warranty of sorts (30 days): [url] Obviously, I can provide no warranty, but I have pretty much the same configuration. It's meant to be a pretty high-end database server, and I just don't need this many horsepower.
View Replies!
View Related
Two Sessions Active At The Same Time With Same Socket Application
i hosted one server socket application in my dedicated server which is recving the data from different units(vehicle tracking system) through port no 4444.in dedicated machine i am keeping one active session always...that means my socket application exe is opened always in an active session ie sectionA.This session is not logged off insted i used to close the rdp for keeping this session active.Based on settings if userA accessing SessionA then userB cannot able to reach the active sessionA at the same time instead new sessionB will open for userB. now my question is if userB also opened socket application in SessionB with same portno ,then which soket application will recive data from the units...whther the applictaion from sessionA or from SessionB?
View Replies!
View Related
Pop :: Unable To Create Selectable TCP Socket
I have one mail server. and our one client sending and receiving mails through php coding so i have setup all the configurations in config.php file and sending mail ok but pop retrieves is not working and i m getting error------------> Cannot create POP3 connection to pop.mxo2.com: Unable to create selectable TCP socket (3494 >= 1024)
View Replies!
View Related
How To Write Cookie Data To Web Log File
I use a persistent and session cookie in order to help track return visitors, latent conversions and keyword tracking. My problem is that my hosting company, BlueHost, does not allow me to write the cookie data to my raw access log which would enable me to analyze this information. Does anyone have any experience with using a script in order to get around this issue and write the cookie data to my log file....or as an alternative can people recommend a good hosting company which enables this functionality? BlueHost has generally worked fine, so a work-around would be preferred, but if needed I may switch.
View Replies!
View Related
VPS Providers! What's Your Take On "write Back" & "write Through"
I recently worked on an issue involving a severe performance issue between "write back" and "write through" caching on the RAID/HD. Long story short, we purchased 12 IBM x3550 M2s came with LSI SAS1068E/SR-BR10i (gimp redheaded stepchild of the MR series. No BBU, no onboard DIMM.) RAID controller and had very bad and inconsistent write throughput with it. Sometimes it writes out 300-400MB/s (dd test, I know... don't flame. I know dd is NOT a good test.), somethings as low as 30MB/s. The server is configured with 2.5" SATA 500GB on HW RAID-1. From dmesg log it was default to "write through" on sda. I figured out via lsiutil, you can set the drives to "write back". Once we did that, the write performance is more consistent. NOTE, this enables write back on the SATA drives, NOT the controller itself. I loop out lspci on all our VPS servers. Found out those with LSI (SAS 8344ELP) cards have sda set to "write through w/ FUA". Those are already all RAID-10s, and I have not heard a single complaint from any customer stating poor I/O performance. I believe the 8344ELP do have a BBU, I can double-check with DC. The DC is on UPS as well. So that rules out the shortcomings of enabling write back caching. I want to ask those of you using Xen (3.3 & 3.4). Do you guys have better I/O performance with "write back" or "write through" caching? I'm actually looking for real world results. Where you guys actually deployed production VPS server with clients on it.
View Replies!
View Related
Error Loading Callback Data
I have some web space but the other day all the folders in my folder manager disappeared and I cant upload any files to me web space. When I click on the only folder left a box pops up saying "error loading callback data"? (SEE pic below) [url]
View Replies!
View Related
Error In Rsync Protocol Data Stream
I found a problem with the scheduled rysnc ... I tried also to run it manually but there is an error.Command: #rsync -avz --exclude=/proc --exclude=/backup -e ssh / user@user.bqbackup.comerver1 The error: building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry" [sender]: Broken pipe (32) multiplexing overflow 1:1075 rsync error: error in rsync protocol data stream (code 12) at io.c(681) What should that be ? I didn't change anything in my server ...
View Replies!
View Related
MX Records :: Failed: Error Fetching Zone Data For Otherdomain.com
I've already changed a lot of MX records but never run into a problem like this one ... I google it and found out that this might be cPanel/WHM bug. I've mailed them but they need a lot of time before they reply so I will also ask here Here is error log from WHM: Setting mx priority 10 (mx1.domain.com)........failed: Error fetching zone data for otherdomain.com.db's MX ...Done Setting mx priority 20 (mx2.domain.com)........failed: Error fetching zone data for otherdomain.com.db's MX ...Done
View Replies!
View Related
ERROR 1044 (42000) At Line 21: Access Denied For User 'umar_cs'@'localhost' To Data
in ssh i try create new database root@server1 [~]# mysql -uumar_cs -ppassword umar_cs </home/umar/public_html/localhost.sql it is show direct ERROR 1044 (42000) at line 21: Access denied for user 'umar_cs'@'localhost' to database 'umar_cs' i try from script same message i think maybe the problem from the size in this file /etc/my.conf set-variable = max_connections=500 i change to set-variable = max_connections=500M and restart mysql and i try create same problem!
View Replies!
View Related
Config.php To Not Have Write
config.php to not have write permissions for everyone? I am running cpanel 10x with whm/extras Here is full report when i try and load fantastico scripts. You must secure this program. Insecure permissions on config.php While installing CSLH you might of needed to change the permissions of config.php so that it is writable by the web server. config.php no longer needs to be written to so please chmod config.php to not have write permissions for everyone. you can do this by UNCHECKING the box that reads write permissions for the file: Where can i find the box it is talking about?
View Replies!
View Related
/tmp Create/write LINUX
when i am trying to use php my admin i am getting #1 - Can't create/write to file '/tmp/#sql_bba_0.MYI' (Errcode: 30) when i am trying to delete a file from /tmp i am getting rm: cannot remove `sess_***': Read-only file system i have Linux box with cpanel,
View Replies!
View Related
High Iowait : Write Access Request
diagnosing my server which currently experiencing high iowait for weeks, I'm still figuring the root cause. total used free shared buffers cached Mem: 4051 3653 398 0 341 2847 -/+ buffers/cache: 464 3587 Swap: 8191 0 8191 The server spec as follow : HP DL 380 G5 4G RAM 2.6.18-53.el5PAE the load is around 1 or 2 , but iowait have been on the high side even the server currently is under utilized I'm running LVM and hardware RAID 1 on the server.
View Replies!
View Related
BirdHosting - Worth My Time To Write A Review
BirdHosting - worth my time to write a review I just completed my latest site launch with BirdHosting.com and I have to say Mike knows how to operate this hosting company. I've been with ourinternet.us (spare me ever again---please), HostMySite, and GoDaddy. Godaddy was my latest host until I moved it over to Bird. Godaddy didn't give me much flexibility with their VPS windows hosting plans. I needed more then 10 gigs on a windows host. A buddy of mine referred me to Mike from BirdHosting and Mike had me up and going before I even gave him a credit card. He really wanted to impress and meet all my needs. I now have a 50 gig / 1gig windows vps for a super great monthly price. I enjoy the personal attention I get when something goes wrong. BirdHosting also helped me pick out two servers for where I work at too. Mike spent over 45 minutes on the phone with me answering questions I had. Godaddy would NEVER do that. Anyways - I'm enjoying super FAST up time since going over to the birds nest. worth a look at if you are considering hosting companies.
View Replies!
View Related
Raid Card - Write Caché - SAS 5/iR
I have bought 4 servers with DELL SAS 5/iR. All is fine but the writes are very slow; I supose it's because write cache not enabled. I have enable it and make some test and there is a lot of difference: [url] I'm worried about enabling it because if the server goes down I think it can cause disk corruption and loose data and maybe the OS. What do you think about that? Data is a priority! Disks have this technology: Seagate-exclusive IRAW (Idle Read After Write) enhances data protection by verifying—during drive idle time—that data in thedrive buffer was properly written. The servers are on a datacenter and have RAID 1 with Cheetah® 15K.5 SAS 3Gb/s 146.8-GB Hard Drive - ST3146855SS [url] I'm also VERY worried about the coments about this card: [url] Is it true that the raid don't get rebuilded? If it is like this I don't know why I'm running raid.
View Replies!
View Related
TWO Data Recovery Companies Failed To Recover My Data
I have 100+ sites on this hard drive, and one site in particular that meant the world to me. My host sent the drive to Gillware first, but they failed saying that the file system was so severely damaged that they could not recover anything. Then shortly after, my host sent it to DriveSavers, a very well-known company, but they also FAILED. I'm extremely depressed because of this. Please don't post if you're going to say "make sure you do backups next time" because I've heard it 504329504395 times now, and while I do realize my mistake, saying that does NOT help me. I am willing to spend ALOT to get my sites back. I still have hope. Are there any other companies out there BETTER than DriveSavers? Assuming that you'd still have hope even after two companies failed, where you would you go or what would you do?
View Replies!
View Related
Windows Hosting That Allows File/Image Write Through Script
I have a website built with asp .Net with MS SQL database. The website have some pages that uploads images and files in some folders. I have tried GoDaddy shared Windows hosting. But they don't seem to allow file upload using a script. Then I tried GoDaddy Virtual Dedicated. The tech guy told me MS SQL would be part of the hosting. Later I find he lied, there is no MS SQL as part of it. I am trying to find an affordable hosting that has MS SQL and also allows file upload using script.
View Replies!
View Related
Proftpd Config - How To Make Directory Have Read/write Access
Followed the guide over at [url]to get proftpd setup. It only lists ways to create a single upload directory and a single download directory. Tried all possible ways to get a directory creating allowing read/write but so far unsuccessful. how this can be acheived? Here is my current config. #start of config <Directory /home/FTP-shared> Umask 022 022 AllowOverwrite off <Limit MKD STOR DELE XMKD RNRF RNTO RMD XRMD> DenyAll </Limit> </Directory> <Directory /home/FTP-shared/download/*> Umask 022 022 AllowOverwrite off <Limit MKD STOR DELE XMKD RNEF RNTO RMD XRMD> DenyAll </Limit> </Directory> <Directory> /home/FTP-shared/upload/> Umask 022 022 AllowOverwrite on <Limit READ RMD DELE> DenyAll </Limit> <Limit STOR CWD MKD> AllowAll </Limit> </Directory> #end of config /home/FTP-shared/read-write is the folder I want to be able to read and write data to.
View Replies!
View Related
Warning: Unknown(): Write Failed: No Space Left On Device (28)
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0 Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0 I am getting this error on my site. I have googled this error and it is telling me it relates to a /temp/ folder of some form. I am currently on a hosting plan (not a dedicated server). Is there ANY way I can access to fix this problem either from my control panel or by code?
View Replies!
View Related
Setting Directory Read/write Permissions With WAMP And IIS
I'm using WAMP and IIS for the first time so bear with me if I overlooked something obvious. I have a simple script that creates a few files and then attempts to move them to a subdirectory. I am getting a permission denied error when attempting to move the scripts in WAMP. I am uncertain how to set directory permissions in WAMP. I am also unsure how this will affect the script when I migrate it to an IIS server.
View Replies!
View Related
Intel DG35EC +CentOS 5.x Horrible Write Speed By ICH8 SATA Controller
we've been testing CentOS 5.3 on Intel DG35EC board (G35+ICH8+82566 Gb NIC), and found that the write speed out of 7200rpm SATA-II drive, connected to on-board ICH8 controller, is consistently under 10MB/sec which is quite horrible! the same set of hardware can get 100MB+/sec transfer rate with Debian 5.0 and FreeBSD 7.1, just not the CentOS5.3! it doesn't matter whether AHCI mode is selected in BIOS or not, and of course BIOS has been updated with latest version.
View Replies!
View Related
How NOT To Require CHMOD 755 Permissions To Create, Write And Delete Files On Linux
On my previous server and on some other hosts, I was able to write to files (for example with PHP) without having to chmod the files first. Now I cannot, and files are required to be chmoded properly so I can write to them. I cannot even touch() a file with PHP. Is there any way to have this permissions removed? I don't want to chmod the all thing, all I want is to change the configurations so I can fwrite() or file_put_contents() normally. I's a dedicated un-managed server, so basically any advanced configurations can be done.
View Replies!
View Related
Getfile: Can't Write 1448 Bytes To /usr/share/clamav/clamav-917a563483a6171fe02eac005
I can't update Clamav. root@constan [~]# freshclam sda1: write failed, user block limit reached. ClamAV update process started at Sun Jul 26 15:56:52 2009 WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.95.1 Recommended version: 0.95.2 DON'T PANIC! Read http://www.clamav.net/support/faq ERROR: chdir_tmp: Can't create directory ./clamav-1cb832b46c1c20fe798628ebf3ddf422 WARNING: Incremental update failed, trying to download main.cvd getfile: Can't write 1448 bytes to /usr/share/clamav/clamav-917a563483a6171fe02eac0059852cbe WARNING: Can't download main.cvd from database.clamav.net
View Replies!
View Related
Gillware (Data Recovery Company) Failed To Recovery My Data
My host just recently sent the hard drive with my sites to a data recovery company called Gillware. Website is [url]- but they failed and gave the following reason: Quote: Originally Posted by Gillware Unfortunately, your file system was so severely damaged that no data can be recovered. We will make arrangements to return your drive via UPS. Sorry we could not help you further. Gillware Inc. Do you guys think there's still hope? The hard drive is now being shipped to a more well known company, Drive Savers - [url]and I'm guessing that this is the last hope, because the more the drive gets tampered with, the more chance of permanent data loss. So yeah.. I was just wondering what you think? If the file system is so severely damaged, do you think it STILL can be recovered?
View Replies!
View Related
Error APF :: Error Fetching Interface Information: Device Not Found
im still getting the following error Code: root@main [/tmp/apf-9.7-1]# ./install.sh Installing APF 9.7-1: eth0: error fetching interface information: Device not found Completed. Installation Details: Install path: /etc/apf/ Config path: /etc/apf/conf.apf Executable path: /usr/local/sbin/apf Other Details: eth0: error fetching interface information: Device not found cp: cannot stat `/etc/apf.bk.last/vnet/*.rules': No such file or directory Imported options from 9.7-1 to 9.7-1. Note: Please review /etc/apf/conf.apf for consistency, install default backed up to /etc/apf/conf.apf.orig my host has said Code: edit the apf.conf file to venet0:0 instead of eth0 which ive done and im still getting the error, Ive pasted my current conf.apf config below Code: #!/bin/sh # # APF 9.7 [apf@r-fx.org] # Copyright (C) 1999-2007, R-fx Networks <proj@r-fx.org> # Copyright (C) 2007, Ryan MacDonald <ryan@r-fx.org> # This program may be freely redistributed under the terms of the GNU GPL # # NOTE: This file should be edited with word/line wrapping off, # if your using pico/nano please start it with the -w switch # (e.g: pico -w filename) # NOTE: All options in this file are integer values unless otherwise # indicated. This means value of 0 = disabled and 1 = enabled. ## # [Main] ## # !!! Do not leave set to (1) !!! # When set to enabled; 5 minute cronjob is set to stop the firewall. Set # this off (0) when firewall is determined to be operating as desired. DEVEL_MODE="1" # The installation path of APF; this can be changed but it is not recommended. INSTALL_PATH="/etc/apf" # Untrusted Network interface(s); all traffic on defined interface will be # subject to all firewall rules. This should be your internet exposed # interfaces. Only one interface is accepted for each value. IFACE_IN="venet0" IFACE_OUT="venet0" # Trusted Network interface(s); all traffic on defined interface(s) will by-pass # ALL firewall rules, format is white space or comma separated list. IFACE_TRUSTED="" # This option will allow for all status events to be displayed in real time on # the console as you use the firewall. Typically, APF used to operate silent # with all logging piped to $LOG_APF. The use of this option will not disable # the standard log file displayed by apf --status but rather compliment it. SET_VERBOSE="1" # The fast load feature makes use of the iptables-save/restore facilities to do # a snapshot save of the current firewall rules on an APF stop then when APF is # instructed to start again it will restore the snapshot. This feature allows # APF to load hundreds of rules back into the firewall without the need to # regenerate every firewall entry. # Note: a) if system uptime is below 5 minutes, the snapshot is expired # b) if snapshot age exceeds 12 hours, the snapshot is expired # c) if conf or a .rule has changed since last load, snapshot is expired # d) if it is your first run of APF since install, snapshot is generated # - an expired snapshot means APF will do a full start rule-by-rule SET_FASTLOAD="0"
View Replies!
View Related
How To Generate PHP Error.log Files In The Directory Of Error
unable to get any php5 error logs Here are my settings in the /etc/php5/apache2/php.ini file: display_errors = On display_startup_errors = Off log_errors = On log_errors_max_len = 1024 ignore_repeated_errors = Off ignore_repeated_source = Off report_memleaks = On error_log = /var/log/php5/error.log However unfortunately I never see any error log being generated in the /var/log/php5/error.log file? Also with my shared hosting site one thing which I noticed was, due to some configurations set by them, the error.log used to generate in the folder where the error occured. This is a cool thing which they used to do, but I just dont understand how did they do that.
View Replies!
View Related
|