Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi,
So ok, I decided to upgrade to Ubuntu 11.04 from MearKat and 11.04 trashes my localhost projects - any resolve as I don't want to really start all over again as I've spent a good 20 hours plus on my work.
My SQL DB's are still there but all the internal links both front and backend show to good old:
"Not Found
The requested URL /project01/admin/modules was not found on this server.
Apache/2.2.17 (Ubuntu) Server at localhost Port 80"
I'm a newbie with so much to learn FAST, HELP!
Me thinks it's an Apache over writing my old Apache setup?
I'm trying to programmatically insert a node with a UNICODE character in the body. The result was that the node was inserted but the body that has the unicode character is blank. It also throws the following error:
PDOException: in field_sql_storage_field_storage_write() (line 425 of /home/dtipsadm/public_html/modules/field/modules/field_sql_storage/field_sql_storage.module).
I've tried different collation for the field_data_body table and fields such as utf8_general_ci, and latin1_swedish_ci but still it did not solve the problem.
I am seeking to create nodes from records in a table residing in the database used by my site.
The content type has already been created via the Fields UI and contains fields for address information email address, urls, images, etc. and the mapping from table columns to fields is known.
In the past, ie Drupal 6, I would have hooked into cron, written a script and used insert SQL queries against the node, node_revision, and the Content_type_specific table, parceling out the source table’s data elements accordingly.
I am a new user to Drupal and I am currently setting up trackers for my company's website. We have installed the Google Analytics module and it works fine. Now my company would like to use a 3rd party tracker, called Leadformix for our site as well. Since there is not a module for this specific tracker, I thought I should take the tracking code and place it within the site. However, I'm not sure where to place the code.