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.
I'm working with Drupal 4.7, AcidFree 4.7 and Filemanager CVS. My site is in a subdirectory of my original site as in http://mainsite.com/CT/
When uploading pic to an acid free album, I receive the following errors. I figure it's probably due to it being in a subdirectory, etc. I also checked permissions. My tables all have the CT_ prefix or should. Where can I change things to allow this to go through?
* warning: fopen(private/filemanager.lck) [function.fopen]: failed to open stream: No such file or directory in /homepages/32/d88513910/htdocs/CT/modules/filemanager/filemanager.module on line 760.
* warning: flock(): supplied argument is not a valid stream resource in /homepages/32/d88513910/htdocs/CT/modules/filemanager/filemanager.module on line 761.
* warning: mkdir(private/working) [function.mkdir]: No such file or directory in /homepages/32/d88513910/htdocs/CT/modules/filemanager/filemanager.module on line 739.
* warning: mkdir(private/working/0) [function.mkdir]: No such file or directory in /homepages/32/d88513910/htdocs/CT/modules/filemanager/filemanager.module on line 739.
* The selected file /tmp/tmp_muUYHp could not be uploaded, because the destination private/working/0/tmp1284320216_large.jpg is not properly configured.
* warning: flock(): supplied argument is not a valid stream resource in /homepages/32/d88513910/htdocs/CT/modules/filemanager/filemanager.module on line 766.
I've looked EVERYWHERE and can't figure out what the problem is. I have Drupal 4.6 installed for a client with the E-Commerce and the Linkpoint (modified auth.net) module installed. When going to checkout, between the page where the billing info is displayed and where you enter your CC info, the contents and address info are dropped from the session, thus trying to send linkpoint XML data with empty tags (although the CC info makes it into the XML file)
I have installed many mysql files and have never had any problems locating files. However, for some reason I am not able to locate the image.mysql file in order to add to database. The image.mysql file does NOT appear to be part of image.module 4.7.
Further, I been have not been able to detect the newer "install" file version of which automatically would update database upon installing image.module.
I'm gonna try and write a poll that uses Voting API and also the built in Ajax/javascript functions in 4.7.
I wonder how hard this is gonna be.
Er, has anyone done this? Or any good samples of either the Voting API or Javascript/Ajax? I've seen the handbook pages on Javascipt/Ajax -- just wondering if anyone has used them specifically for polls.
I have a spreadsheet/csv file that I'd like to load into a 4.6 Table Manager table. Can anyone point me to a code snippet I can use as a starting point?