upload.module Drupal 4.7.6 mysql 4.0.26 PHP Version 4.4.0 OSTYPE linux-gnu
FireFox 2.0.0.3
When attaching a file to a page when I click the Attach button the candy stripe starts showing that a file is being uploaded then an error window pops up with the following:
I need your help in creating a view related to og module.
Using views i can create a page to display the groups of logged-in user but i am unable to figure out how to display the groups of any user on his profile page(or a link on the user profile page which will direct to a page to display his groups).
Is there anyway i can do this thing?
I have drupal 5.1 running here on a shared host at work in which I do not have admin rights.
I am currently experiencing the following error which occurs for multiple directories:
warning: opendir(modules/htmlarea/xinha/plugins/BackgroundImage/backgrounds/thumbnails) [function.opendir]: failed to open dir: Too many open files in /home/xxxx/public_html/includes/file.inc on line 641.
Now I believe it has something to do with how many files can be open so I did a 'ulimit -a' from shell and it is set to 1024 default. However, I cannot change this.
Can we read html data from some url http://example.com/index.html (using cURL library it will involve writing some php code) and then create a new page (content) and store retrieved html data in the newly programatically created node. I need to know if there is something similar already exists.