Published questions
Can't connect to svnserve:Operation timed out
> Hello!
> I get this error on my Windows XP box in my local network:
> "Can't connect to host 'svn://my.box.ip.address.'
> I'd like to get it running in xinet, but I could not get that going. If I check netstat, everything's fine
>
> # netstat -anp | grep LISTEN
> tcp 0 0 0.0.0.0:3690 0.0.0.0:* LISTEN 10127/svnserve
>
> and I can telnet in from the client; the port's open.
>
> C:\>telnet my.box.ip.address 3690
>
Read more »svn: Can't convert string from native encoding to 'UTF-8'
I am importing into a new repository into SVN and I am getting this error: "Can’t convert string from ‘UTF-8′ to native encoding:”. Can somebody thrown light on the fix?
Read more »Drupal Warning: Duplicate entry 'variables' for key 1 query: INSERT INTO cache
I am getting lot of Drupal warning errors:
Warning: Duplicate entry 'variables' for key 1 query: INSERT INTO cache (cid, data, expire, created, headers, serialized) VALUES ('variables', '.....
What could be causing this? I have installed memcache, APC on my drupal install.
Read more »PHP How to find age?
I have birthdate in php standard format.. How do I find age for the date?
Read more »Drupal user_save function?
How to empty all items in cart in Ubercart ?
Hi.. I am using Ubercart and what is the ubercart funtion that would empty all items in the cart?
Read more »
Ubercart: How to update a variable on payment received or status completed
I have ubercart 2 installed and I want to update a variable once the order has been paid (this means the order status is changed to complete or payment received. What is the best way of doing that in the code? What hook?
Read more »XML Parsing Error: no element found in Drupal xmlsitemap module
What is causing this?I installed sitemap module and it is not generating the xmlsitemap. My node database is already huge with lot of data in it. Could that be the cause or is cron issue or a bug with the module?
Please suggest.
Regards,
Read more »How to Install Drupal 6?
Can someone recommend me to a nice tutorial for installing Drupal 6? I am unable to find one.
Read more »What do the following operators do: -> and => ?> in PHP
What do the following operators do: -> and => ?> in PHP
Read more »Unexpected $end Parse Error in PHP
Why am I receiving an unexpected $end parse error on the last line of my code?
Read more »I have a Linux file descriptor (from socket), and I want to read one line. How to do it in C++?
I have a Linux file descriptor (from socket), and I want to read one line at a time. How to do it in C++?
Read more »Awk/Sed: How to do a recursive find/replace of a string?
I am trying to replace specific text within several files (maybe around 200 files). Is there a way that I could this without having to replace the text manually.
I am actually trying to change the IPs in several httpd.conf, eg. 192.168.0.5 to 192.168.0.10. I have googled and some of the sites suggested using grep and awk, but no specific help was found by me.
Any help is greatly appreciated. Thanks.
Read more »Mysql, Iframe, code injection: it puts links Usually just below <body> tag
So here's the story.
My friend's websites has been hacked the 3 times. Malware code has been injected.
Usually just below <body> opening tag.
Cannot precisely say what it is, as my friend has already removed the bad code, but Google marks the website as dangerous.
Only thing I know about the injected code at the moment is it puts links (and possibly <iframe> elements) to nokiaicq.ru, styleicq.ru, the-past.ru
How to enter code snippet in HTML or Drupal?
Hi,
I am creating a website and I want to enter code snippet into HTML or Drupal? Do we have any module in Drupal?
thanks,
Read more »