Ctools errors after moving site to new server

I moved a site from a development server to a production server. It turns out that for some reason on the development server, the ctools module is located in sites/all/modules**/contrib**/ctools - where on the production server the ctools module is located at sites/all/modules/ctools.

I get these errors over and over:

No user functions works from custom module

I am developing a module, which was working fine until earlier today. In the module I use the user_load() function. But all the sudden, every time I try to run this function, it results in this error: Call to undefined function user_load(). I tried clearing the cache, with no luck.

If I run the function from a basic page, with the php_filter enabled, it works fine! So it is only when called from a module it fails.

Any Option for CSV export to force text formatting in Views data export module?

Hi,

Any Option for CSV export to force text formatting in Views data export module?

example:- Mobile No. (1112223333) store as text format.

Thanks

Sachin

There are any modul which I can create colors facets which use ajax with?

Hi,

I would like to use ajax colors facets.

Like this:

https://www.drupal.org/project/facetapi_colors

Actually it doesn't work for me. But it doesn't even use ajax, so it isn't good for me.

Could you give me some advice?

Node Relationship.

Here's what I have...

Content types:
1. business_page
Title: Business name
Body: Business description
Comments: Turned off
2. customer_comment
Title: Comment title
Body: Comment
Comments: Turned on

Use case:
A visitor to "Bob's Hammers" (content type: 1), wants to post/add a comment. Visitor will click on "Add comment" link (content type: 2), displayed on this business page. The only thing I want the visitor to input into the form is "Comment title" and their "Comment" in the body. Easy so far.

why I got secure link script over HTTP?

Hello,

I'm very new to using Drupal. I am having issues in a project. I don't know why I got secure link script over HTTP?

I don't know the best solution to fix it but now a temporary fixed it at function homealarm_process_html in template.php like this

foreach (array('head', 'styles', 'scripts') as $replace) {
        if (!isset($vars[$replace])) {
            continue;
        }

        $vars[$replace] = preg_replace('/(src|href|@import )(url\(|=)(")http(s?):/', '$1$2$3', $vars[$replace]);
    }    

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x