Warning: mysql_connect(): Lost connection to MySQL server during query in /webroot/a/c/actor001/www/includes/database.mysql.inc on line 31
Lost connection to MySQL server during query
That is the error message I am getting. Anybody have any clues as to what I can do to solve this? Is it a problem with me or my server?
Extra modules, those I downloaded later, do not work.... Like image_assist/acidfree/filemanager. Its all the same problem. Administer>settings>img_assist/filemanager/acidfree opens a window informing the undefined function call.
I am using 4.7.0- beta 2 version of drupal. I am stuck. Please help me.
I had posted this problem ealrier too but got no solution. The problem is with acidfree/filemanger module. 'Call to undefined function..." appears on the page. I am currently using drupal 4.7.0-beta2 and I have the latest acidfree downloaded in my computer. As advised I have phptemplate in the drupal folder. I even checked in ".../?q=acidfree/test" node but could not sort out the problem.
i found this msg after i've been finished my installation with Drupal 4.7
warning: Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset
1108554272 in /home/httpd/vhosts/harismedia.info/httpdocs/includes/unicode.inc on line 32.
what is that mean anyway? and how i should fix it? thank you for your reply
Well, here I was on my way to setting up a basic simple generic site for a church. News, forums, a calendar, a news letter, and later on a photo gallery. I've heard so much good stuff about Drupal, so I decided to take the plunge, even though I knew the learning curve was steeper than some other systems, and that drupal would require more time and effort on my part.
I was having trouble creating content after a fresh install and then importing phpbb2 forums and users. When trying to create new content there were warnings about having to adjust a value for certain fields. When I looked at the statement it was trying to insert '' empty or null values into fields with int(2) size and it didn't like it. I could manually enter the insert query only if I replaced the "" with an actual value.
I change mysql to NOT use strict mode and now it works fine.