I moved my drupal 7 install from a subfolder in one domain to the root folder of another domain. I moved the settings.php file, and all seemed good but I notice that when I log in as the admin, it shows the old URL in the address bar (I still have that info there). Not sure what I've done wrong, but obviously I missed some step somewhere along the way. I can't say how many different things I've done to try and get it to work because I can't even remember. What SHOULD the process be for that? Is there something I just need to change in settings.php?
I am currently using Webform 3 as a Block and it is being displayed on pages of a certain content type using panels (basically as a contact form on each page) but having a great deal of trouble submitting the Node Title of the Content Type with the form (so when the form is completed the email shows which page the user was on (even a URL will do)).
The current version does not use tokens (as far as I can tell) and i cannot find a work around.
Hi, we are looking for someone to build a module to integrate webform with Capsule CRM (ability to create leads and or opportunities on a form fill out).
There is a D6 module however the support queue indicates there are several problems.
We would like to have one built and are willing to sponsor it.
Please message me if you are interested, how much it would cost, and when you can have it complete.
Every time I add an article to my site, I get an "unexpected error" popup. But when I refresh the site, the new content actually appears correctly. Each time it happens, a pair of errors like this get written to the log:
Type node
Location <mydrupalsite>.com/node/add/article?render=overlay&render=overlay
Referrer <mydrupalsite>.com/node/add/article?render=overlay
Message PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drp_6b3g6jhnj1.dr_tracker_node' doesn't exist: SELECT 1 AS expression FROM {tracker_node} tracker_node WHERE ( (nid = :db_condition_placeholder_0) ) FOR UPDATE; Array ( [:db_condition_placeholder_0] => 9 ) in _tracker_add() (line 253 of /hermes/bosweb25a/b109/ipg.<mydrupalsite>/modules/tracker/tracker.module).
and
Type php
Location <mydrupalsite>.com/node/add/article?render=overlay&render=overlay
Referrer <mydrupalsite>.com/node/add/article?render=overlay
Message PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drp_6b3g6jhnj1.dr_tracker_node' doesn't exist: SELECT 1 AS expression FROM {tracker_node} tracker_node WHERE ( (nid = :db_condition_placeholder_0) ) FOR UPDATE; Array ( [:db_condition_placeholder_0] => 9 ) in _tracker_add() (line 253 of /hermes/bosweb25a/b109/ipg.<mydrupalsite>/modules/tracker/tracker.module).
Apologies but I am a newbie to Drupal, in fact to using a CMS. I am an old structured and real time systems engineer so I have a lot to unlearn. I have done played quite a bit with PHP and Javascript mainly for fun.
My current confusion is that I have a set of web pages that let me admin my Drupal installation, which seems to be up a running well. I assume if I now want to set up a test web site to play with my new toolset it will have a separate file structure and index page.