hi i installed a bunch of modules and when i go to add content this came up? whats wrong
Error messagePDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tamibeau_drp2.aet_insert' doesn't exist: SELECT ai.entity_type AS entity_type, ai.field_name AS field_name FROM {aet_insert} ai WHERE (ai.entity_type = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => node ) in aet_insert_form_alter() (line 167 of /home1/tamibeau/public_html/sites/all/modules/aet/aet_insert/aet_insert.module
I'm installing a new site using an add on domain. Everything has been set up, dns records pointing to the host, core files uploaded, etc. mydomain.com/install.php just brings up a blank page. I've never had this happen with a Drupal install before. Any advice? First time using Drupal 7.
Thanks.
Hi all,
I installed Drupal 7 in the root folder of my server.
Now I would like to install another Drupal 7 website in a subfolder (/test), but when I run the /test/install.php script, I get:
"
To start over, you must empty your existing database.
To install to a different database, edit the appropriate settings.php file in the sites folder.
...
"
It seems that it is still loking at the database of the version in the root folder.
In /test/sites/default/config.php I set the new db.
When I click the Save and Continue button on the third installation screen where I define the mysql database information, I get the following error message in the apache error log: "error child pid 26884 exit signal Bus error (10)". The web page says:
The connection was reset
The connection to the server was reset while the page was loading.
I have a site with 7.14 running somoothly but as I'd like to stay current with security patches and stuff, I'd like to have a 7.16 install running parallel (for now anyways) to make sure it's working before going live with it. However, I've copied the folder on my server but the install script lkaunches automatically when entering the url of the folder in a browser and this would destroy the data in my db but I want it to just access the same eixisting data. How can I bypass the install script and just access the existingtables in the db?
Thank you,
Ron