problem on "connect to database server"

hi, running drupal it says " connect to database server "
i use appserver as a localhost server installed in > "c:\appserv\ "
unzip drupal to " c:\appserv\www\drupal\ "
my database are in "c:\appserv\mysql\"
made a database named "drupaldatabse" and a username "user1" with password "pass"

changed setting.php to >> $db_url = 'mysql://user1:pass@localhost/drupaldatabse';

whats wrong ? i assume the location is wrong but i cant figure it out.

Help with flexicovert module and MySQL 4.0.18

I am trying to convert over a hundred flexinode files into CCK files. The flexiconvert module is set up to do this, but I think the file transfer code was written with MySQL 5 in mind. I have mySQL 4.0.18. The image files and everything else is getting properly imported into CCK, so it should be doable for the files. Right now, the file nodes are created in CCK, but the actual files are not contained in the nodes. I'm getting errors in my SQL syntax that may illustrate an obvious fix for those who know the syntax.

image inside a form

Hello all
Hello all

I can have a form like this

function my_edit_form($object){
  
  $form = array();
  $form[] = array(
                   '#type' => 'select',
                   '#name' => 'parent_id',
            ..
                 );
  
  $form[] = array(
                   '#type' => 'textfield',
                  '#name' => 'id' 
                   ...
                 );
     return $form
}

Now I want to add an image between two these fields. Is it possible ??

Cannot redeclare system_update_110()

I tried to update from 4.7.4 to the latest 4.7.7, but got the error message

Fatal error: Cannot redeclare system_update_110() (previously declared in /mnt/web1/20/10/5126210/htdocs/soccer-wikki.net/database/updates.inc:5) in /mnt/web1/20/10/5126210/htdocs/soccer-wikki.net/modules/system.install on line 508

Luckily, this is just the test side ...

Please help ...

Need help with some header issues...

Hey everyone. I'm using Drupal 4.7 with the SeoPosition theme and I wanted to replace the header image. You can see my site at the following link.
http://www.shawnwasson.com
There is an image on top of my banner (just a thin black line) for some reason but that's not the real issue here. I want to make the banner clickable so it redirects back to the homepage. Do I do this is style.css? Any help is really appreciated. Thanks!

google bots are looking for urls that end in 0%3B/0%3B/0%3B/0%3B/0%3B/0%3B/0%3B/0%3B

Hi,
my admin log shows google bots appending
several of our sites webpages (urls generated by pathauto under clean URLS),
with
0%3B/0%3B/0%3B/0%3B/0%3B/0%3B/0%3B/0%3B

and then
getting a page not found error

we're using the 404 redirect to search page module,

but still ,
we'd like to know what's going on .

ANy help ?

Thanks,
DK

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x