I am making a Dupal 7 made website for a highschool theater festival on a subdomain of mine: http://drupal7.omnitestplace.com
I want to change the domain of the website to http://omnitestplace.com . I've successfully change the home folder of the omnitestplace.com to the one that drupal7.omnitestplace.com uses.
I just setup the poll module and added a poll, however now when I go to add content via the add content button under content or node/add it only goes to node/add/poll however if I were to go to another content type i.e. node/add/announcements it works ok. I checked all URL aliases and pathauto settings and those were correct.
If anyone has any suggestions it would be greatly appreciated ^_^
I'm working on a simple, multilingual website using Drupal 7. I have successfully installed the i8n modules, variables module and everything is working pretty much as it should. I have created a separate menu for the alternative language and added all the links to the translated nodes. The two menus (primary English and primary Estonian) have been set as translations of each other. Multilingual variables are enabled and from structure/menus/settings the source for primary and secondary menus are set for each language (as their respective menu).
Trying to upgrade my first site to D7, but can't even get the upgrade.php to run to completion.
Followed upgrade.txt on a test site, but get the message "Drupal 7 requires PHP 5.2.4 or higher with the PHP Data Objects (PDO) extension enabled." on visiting upgrade.php (step 13).
php -i shows PDO installed for mysql on host's site, so I'm at a loss.
Digging through the forum showed several issues, but none seemed to be on this specific issue.