I was old by my host to run cron in my host enviroment in this way:
0 * * * * /usr/local/bin/php /home/bla-bla-bla/public_html/cron.php
After typing this string by hand in the shell (becase cron doesn't work) I see:
Warning: main(sites/default/settings.php): failed to open stream: No such file or directory in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 641
Warning: main(): Failed opening 'sites/default/settings.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 641
Warning: main(includes/database.inc): failed to open stream: No such file or directory in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 642
Warning: main(): Failed opening 'includes/database.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 642
Warning: main(includes/session.inc): failed to open stream: No such file or directory in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 643
Warning: main(): Failed opening 'includes/session.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 643
Warning: main(includes/module.inc): failed to open stream: No such file or directory in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 644
Warning: main(): Failed opening 'includes/module.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/bla-bla-bla/public_html/includes/bootstrap.inc on line 644
I have the ecomm module working so that any user can put something up for sale. How do I set the system to send them an email when their product sells? At the moment it just sends the admin an email and I can't figure out how to change it.
One of the sites I am currently working on has a restricted membership policy. The web site is linked to a physical centre and only members of the centre can have web site accounts. So I am trying to set up a mechanism which allows members to request an account and then have it approved by a member of in-centre staff.
So our company has some cameras for video watch. We would like to use one of those cameras to do real time streaming, I mean we would like to put a webpage where users can watch what this camera watch, in real time.
Is this possible to do? How? What hardware and software setup do we need? Is this possible to integrate it with drupal?
I originally installed Drupal 4.6.5 as a single site install, but now I need to go to a multi-site setup. I have created the appropiate directory under sites for the second site, but I am a little confused on the database prefixes. I assume that I'll need to recreate the datbase setup?
I've come to notice that in the documentations there is written that the xtemplate is used in 4.7 only ... If this is so, then why do I see it in 4.6.5 ?