I read up on CRON but don't really understand what it means in relation to Drupal, eg drupal keeps saying it hasn't run so I run it and it stops asking.
I've noticed some people have a bit of trouble with it, I haven't myself but have no idea what it's meant to do and reading up on it says what it is but not what it does, eg do I have to program a script or something or is drupal calling the shots.
If the latter is true then marvelous it is but I really don't know so if anyone can offer any information here it would be most appreciated.
This is probably a very dumb question, but I want to upgrade from 6.13 to 6.14 but I seem to have two possible sets of Drupal files to upgrade, the ones on public_html directory, and the ones in www.
Each seems to gave a duplicate set of files - and indeed I now don't know where in the past I have added modules (but they appear in both sets of folders).
I could use some help solving a PHP Fatal error I've been getting.
Here's the error:
PHP Fatal error: Cannot redeclare views_gallery_settings_form() (previously declared in /modules/views_gallery/views_gallery.module:41) in /modules/views_gallery/views_gallery_og.module on line 130, referer: /admin/build/modules
When I look at the two files,
views_gallery.module
and
views_gallery_og.module
I see that they are indeed both trying to declare that function: views_gallery_settings_form()
I'm trying to upgrade a site to the latest Drupal 6 from Drupal 5. First, after uploading new files I was getting a 404 everywhere with an error like this. After following this advice and adding a language field in url_alias table manually the error was gone except it was warning of an unknown column "language" like that commenter said would be, but pages still were getting 404d.
However both prior and after this I am getting this when trying to run the upgrade at update.php:
An unrecoverable error has occurred. You can find the error message below. It is advised to copy it to the clipboard for reference.
Please continue to the error page An HTTP error 0 occurred. http://www.freewaresupport.com/update.php?id=3&op=do
When I click to go to the error page I get a huuuuge red block of text, all user warnings complaining that tables menu_router and menu_links don't exist and showing the queries it apparently tried to apply to those. Here are the first couple of them:
# user warning: Table 'nuxorg.menu_router' doesn't exist query: DELETE FROM menu_router in /home/lighttpd/nuxified.org/http/includes/menu.inc on line 2326.
I am upgrading my Drupal 5 to Drupal 6. With that comes the tedious process of going from views 1 to views 2. I have a large quantity of views for my sites. I was wondering if there was an easy way to mass convert them or do I need to click the convert link for each view? From google-ing around I am suspecting I need to click each one. I was just wondering.