Hi all,
I did not understand what I should do with my site in order to display correctly italian data (so some special italian characters need to be displayed).
For the moment, I fixed things by explicilty forcing ISO-8859-1 in page header, and now all works, but this makes my Drupal site non standard.
Can anyone explain to me what I should do ?? I'm porting data from my old porta to the new Drupal system.
Should I translate data ?? In which way ???
Should I translate locales ?? How ???
Trying to move my Drupal install and I am having problems. I'm following the instructions in the documentation here. If I try to enter the new setup and I sont specify the domain and index.php it generates the following error :"Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /pc/ps/". If I specify the index.php it works fine. Any ideas??
I'm getting this error when I try to post an event. And the event doesn't show up in the calendar.
warning: array_push(): First argument should be an array in /home/httpd/htdocs/modules/
event.module on line 95.
warning: implode(): Bad arguments. in /home/httpd/htdocs/modules/event.module on line
96.
user error: Column count doesn't match value count at row 1
query: INSERT INTO event (nid, start, location) VALUES () in /home/httpd/htdocs/
includes/database.mysql.inc on line 90.
I want to create a local drupal webiste:
- Drupal is running
- the base_url is 'http://localhost/drupal-cvs'
- I created different granted level accounts with corresponding permissions
- I entered stories
- but when I want to connect as anonymous user (local), i have this message: 'Access denied - You are not authorized to access this page.'
I would like this local site (on a laptop with Apache server) to run test before uploading them.