I am using a free web hosting. This means that MySQL username has to be 6221 with a set password.
How do I config the Drupal to my settings. At the moment every time i go to index.php it shows this:
Warning: mysql_connect(): Access denied for user: 'username@localhost' (Using password: YES) in /home/vhosts/daveredfern.cafe150.com/drupal-4.6.3/includes/database.mysql.inc on line 31
Access denied for user: 'username@localhost' (Using password: YES)
Could someone please help me to try and set this up.
this is my first post here. I have recently tried out several CMS for a new site I am working on after finally arriving at Drupal. Drupal has everything I need that the others didn't have. Its an excellent software.
Invalid argument supplied for foreach() in /modules/location/location.inc on line 1128
I'm constantly getting the above error when using the eventfinder module. I've followed the eventfinder patch described to get it working with the latest version of location module
I can't view files in ../drupal/files/images. I get an error page that says the file doesn't exist AND I don't have permissions to view it. The file surely exists and the permissions are fine. user = ihmcyo:ihmcyo, perms = -rw-r--r. If i copy said file to ../drupal, things work fine. I checked ../drupal/.htaccess and nothing there seams to be preventing access to the ../files folder.
P.S. Moving the image to ../drupal/files produces the same negative effect; I seam to be locked out of the files folder in general.
On my drupal site i have created menu items that have other menu items under them. If I set them to be expanded they work, but if not, they won't expand when clicked on. How do I resolve this issue?
Examples on my site "About Us" and "Reports" are acting this way.
"Create Content" and "Administer" work as expected.