I made the new design - and the theme development was done by my friend ivansf (of whom, I would highly recommend if you're looking to get your own Drupal 7 site up and running).
Hi, I am very new to drupal and I'm having some issues setting it up.
I started to run the installation script and got the following requirement errors:
PHP register globals Enabled ('1')
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.
Unicode library Error
Multibyte string input conversion in PHP is active and must be disabled. Check the php.ini mbstring.http_input setting.
The problem i'm experiencing is caused by the fact that there's no language code prefix on the path when landing on the homepage (www.mysite.it)
So when it gets added, by trying to switch to the other language from the home itself, the resulting path links nowhere (www.mysite.it/en)
Fatal error: Class 'SelectQuery' not found in /var/www/sub.example.com/htdocs/test/includes/database/database.inc on line 725
Why is it caching the old url? I've truncated all the cache tables in the database. I shouldn't have to alter my settings.php or .htaccess. Drupal is setup in such a way this should work. Anyone have thoughts?
When you click on the title image or heading, Drupal takes you to the Drupal homepage. However, I have a different homepage. I was wondering if it was possible to change the link?
Is there a way for the administrator of the site to approve or authorise child book pages created by authenticated users before they are published? Any help appreciated!