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.
In performing final test of subscription functionality in preparation of live launching a subscription based site, I noticed the following:
When going to the LM_paypal/subscribe page and clicking on subscrible, then the clicking the Visa/Mastercard paypal payment icon, I notice that the page goes blank, then returns the following url: http://http//www.paypal.com/cgi-bin/webscr
(the double http is not a transposition error, this is the actual url which is returned).
I have an error on the Status Report page. It reads as follows:
Database schema Out of date
Some modules have database schema updates to install. You should run the database update script immediately.
"database update script" is a clickable link, but when I click it, it goes to a "Page Not Found" message. It appears to stem from update.php, which doesn't seem to exist. Is update.php something I have to install???
I have recently added Kontera ads to one of my websites by putting their javascript code in my page.tpl.php file - so now their adlinks show on every page.
But now i only want the adlinks to display for non-members. Is it possible to wrap some PHP around the javascript in page.tpl.php so that it only activates for non-members?
I already use this to display certain blocks to non-members only:
For some reason, I am now unable to edit or post a new blog entry. I get an Internal Server Error and this message in my log:
array_shift() [function.array-shift]: The argument should be an array in ...public_html/includes/form.inc on line 849.
I can post and edit other content just fine. This seems to have started after I created a webform using the webform module. Any ideas for how I can fix this? Thanks in advance.
Basically, I'm trying to include an image and accompanying link a node (I'm starting with blog entries if that's any help). Since there's a chance the image/link will be reused in multiple blog posts I'm essentially after a one to many relationship.
Using CCK I've made a new content type for this image/link block. Then in the blog type I've added a noderef to link the two in a suitable manner. This sets up exactly the relationship I'm after, but it doesn't seem to have an obvious way of combining the nodes on the screen. Currently the blog node simply includes a link to the imagelink node while I want the actual content of the image link included in the content of the blog entry.
I've tried experimenting with the contemplate module but that doesn't seem to make any difference. IN the imagelink node I can edit the body/teaser/RSS to all have the display I want, but in the blog node I can't seem to find a way to actually call on those parts, the only variable I can find simply grabs the link to the included node like this:
Is there any module which can take complete back of my full drupal site on daily basis ? Will really help me as my host only take backup on weekly basis.