i am trying to setup a very minimal multilanguage install.
i upload italian and english translations
when I move a menu item on another position, the translations are simply lost.
how is ti possible? how does drupal find out which element to translate and according to what rules of precedence...
i delved into howto and forum topics but i did not find anyone with a similar problem to mine.
the /xyz got accidently deleated. I used to have Drupal 4.5 or 4.6, i really forgot. Now i have installed 4.7-- beta (the latest) directly into the folder /ext (/xyz not created). Now i want to connect the database.
Okay. I'm probably being dumb and I'm aware this isn't really a Drupal issue, but I hope someone can provide me with some insight here.
I'm trying to GRANT ALL PRIVs to the drupal db, called plarpcms. I
login to mysql using:
mysql -u mymysqladmin -p
then:
use plarpcms;
GRANT ALL PRIVILEGES ON plarpcms.* TO 'mymysqladmin' IDENTIFIED BY 'correctpassword';
gives the following error:
ERROR 1044: Access denied for user: 'mymysqladmin@localhost'
to database 'plarpcms'
The SHOW GRANTS FOR mymysqladmin@localhost; command
This is the 3rd time this happens... the first two times I just decided to reinstall the database again and do move the files from the last save I made. but this is starting to get annoying. There are no errors and the page is completely blank
I just installed Drupal on my in-house development server. It's basically working, but when I go to the settings panel, Drupal gives me the following error:
"The built-in GD image toolkit requires that the GD module for PHP be installed and configured properly."
I am running Apache 2.0.48 and PHP 5.0.0, and when I check the PHP and GD sites, I am told that GD is bundled with PHP, so I don't see why I get this error, or even whether it matters. I tried searching for "GD library" here, but "GD" is too short, according to the search engine.