Right now, when I want to update my site, I have to export the local database and import it to the remote database. This takes FOREVER! Is there an easier way to do this?
I am using Drupal 4.7.6. And am using the default login module. This modules allows me to create a new account by clicking on "Create New Account" link. But when I click on this link, the following error is reported.
Error:
Fatal error: Cannot unset string offsets in \modules\jstools\extendeddescription\extendeddescription.module on line 49
Ok, so my website was working all fine and dandy until one night, it starts freaking out every time I try and go to it. When I try to go to it, it gives me a little window saying "You have chosen to open 'application/x-httpd-php'", as if I'm trying to download something. I'm not sure why. But right before it started doing this, I added a slideshow to a page in HTML format. I've used the website and the slideshows before, and nothing like this has ever happened, so I dunno.
I'm learning to code in PHP/Drupal..need some basic info ..please.
I'm developing my first custom node module. It writes a record to the table, academic_info for each node created. The primary key consists of multiple fields.
I see a "duplicate entry....." error is generated in Drupal when the user attempts to create a node/record that already exists in table, academic_info. However, I observed that a record is still created in the node table for the node that was submitted.