Nov 22, 2009

Drupal 5 Upgrade Anyone? - Having trouble updating.

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Software > Content Management Systems (CMS) & Blogs > Drupal

Drupal 5 Upgrade Anyone? - Having trouble updating.

vitorious
Wondering if anyone has tried to update to drupal 5? I have gone through their instructions on updating the install I did off the cPanel (from 4.7).

I had to set the settings.php writable but now I get a crazy error:

CODE
ray( 'content' => $content, 'region' => $region, 'title' => $title )); } /** * Default callback for PHPTemplate. * * Load a template file, and pass the variable array to it. * If the suggested file is not found, PHPTemplate will attempt to use * a $hook.tpl.php file in the template directory, and failing that a * $hook.tpl.php in the PHPTemplate directory. * * @param $hook * The name of the theme function being executed. * @param $variables * A sequential array of variables passed to the theme function. * @param $suggestions * An array of suggested template files to use. */ function _phptemplate_default($hook, $variables, $suggestions = array(), $extension = '.tpl.php') { global $theme_engine; // Loop through any suggestions in FIFO order. $suggestions = array_reverse($suggestions); foreach ($suggestions as $suggestion) { if (!empty($suggestion) && file_exists(path_to_theme() .'/'. $suggestion . $extension)) { $file = path_to_theme() .'/'. $suggestion . $extension; break; } } if (!isset($file)) { if (file_exists(path_to_theme() ."/$hook$extension")) { $file = path_to_theme() ."/$hook$extension"; } else { if (in_array($hook, array('node', 'block', 'box', 'comment'))) { $file = path_to_engine() .'/'. $hook . $extension; } else { $variables['hook'] = $hook; watchdog('error', t('%engine.engine was instructed to override the %name theme function, but no valid template file was found.', array('%engine' => $theme_engine, '%name' => $hook))); $file = path_to_engine() .'/default'. $extension; } } } if (isset($file)) { return call_user_func('_'. $theme_engine .'_render', $file, $variables); } } function _phptemplate_render($file, $variables) { extract($variables, EXTR_SKIP); // Extract the variables to a local namespace ob_start(); // Start output buffering include "./$file"; // Include the file $contents = ob_get_contents(); // Get the contents of the buffer ob_end_clean(); // End buffering and discard return $contents; // Return the contents } ?>
Fatal error: Call to undefined function module_exist() in /home/vitoriou/public_html/cms/modules/node.module on line 834


Any help is appreciated.
-Jordan

 

 

 


Comment/Reply (w/o sign-up)

vitorious
Well I just did a fresh install instead of an upgrade. I wasnt far on the page so I didnt mind what I lost. You can check out the site as I work on it at www.vitorious.net

I really like the flexibility of drupal and after the fantastico version which had a bug that locked me out of my site 5.1 is a nice change. Im using the default theme right now before I start modification. The modules are going in quite nicely.

Overall a very nice version. I would highly recommend this CMS if you have time to work it out.

Comment/Reply (w/o sign-up)

richie
Drupal 5 is the best version released yet,its easy to install and is really good as far as flecibility is concerned,even the security features of drupal 5 are good,but unfortunately i cant upgrade one of my drupal site to drupal 5 because there are many modules yet which are not updated to drupal 5 and as they will take time,i would have to postpone my upgradation and themain thing about drupal 5 is that it is easy to theme and there is a good level of flexibility in the hook codes

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : drupal, 5, upgrade, trouble, updating,

  1. Drupal Taxonomy + Heavy Modification = Preference Engine? Thoughts?
    (3)
  2. Drupal And Forum Integration (phpbb/smf)
    Or creating new module for Drupal (9)
    I have been running a site for couple of months that is powered by Drupal. And I like the way
    Drupal handles everything. It is kind of lean and mean, when compared to the other CMS that I
    checked out at OpenSourceCMS.com. But it has one down side that I must accept. It does not have a
    decent forum. I am sure, if I say this over at Drupal.org, I would be staked and asked what feature
    does Drupal forum not have. If I give few of the features out of the whole list, I would be given a
    module each to substitute for each feature. And in a way, what they say is true. A ....
  3. Drupal Login Problem
    (9)
    I’ve recently discovered a login problem with Drupal. I registered a domain name with
    smartdots.com. All it does is redirect to my real address. Although the url does not change. But
    when I do that, I cannot log in. If I went to my real address directly, I can log in. Does anyone
    know how to fix this? ....
  4. Help Needed In Drupal Page Categerization
    (3)
    Well, I just installed Drupal 5 days ago succesfully. Have also used quite a few modules of Drupal.
    As everyone realizes, not many layouts are present for Drupal. I've hust selected one and
    proceeding with it. (Layout can be changed anytime). Though I had quite some frustrating times with
    Drupal, this one is the most frustarting one. Well, there are modules like Forum, Blog, Book etc
    for putting content up there in the site. Actually my problem is, I want separate pages for these
    and I want my front page to contain only articles. I want to keep liks for Blog, Foru....
  5. Getting Frustrated With Drupal
    (11)
    I haven’t made any progress on Drupal since I installed Xampp. I guess one of the challenges is
    that there are so little templates out there for Drupal (php driven). And writing one is more
    challenging than I thought. I have the xhtml part down, and I know some basic php, so why is
    putting both together so hard? Should I general some more contents for my website before I go crazy
    with design? But then there is the whole taxonomy model. Would I mess everything up if I don’t
    categorize everything up front? Anyways, just getting very frustrated with Drupal. I am sur....
  6. How To Test Drupal Themes?
    (14)
    I am writing a Drupal theme and I would like to test it out before using it on my website. Is
    there a way to test it? ....
  7. Installing Drupal Through Cpanel
    Install under root directory (5)
    Most people probably already know this, but it took a little while for me to figure it out.
    1. Configure your Public_html folder Access your files through FTP, Under folder “public_html”
    rename file “.htaccess” to “ORIGNAL.htaccess” Right click on the renamed file “ORIGNAL.htaccess”,
    select “File Attributes” and uncheck “Group Permission” so that the total is 600. 2. Install
    Drupal From your CPanel home, under “Fantastico” click on Drupal (under Content Management) Click
    on “New Installation”, fill in the information except for leave the directory filed empt....
  8. New To Drupal
    Drupal Themes (5)
    Yesterday I had my account setup and the first thing I did was to install Drupal Content
    Management System from my cPanel. But I am at a loss as to what to do next! I looked at the themes
    Drupal offered on their website and didn’t really like any of them. I found some other PHP themes
    on the web, but I don’t know if they will work for Drupal. Are there specific requirement for
    Drupal themes? Their manual and documents are so confusing; I wonder if someone on the forum can
    answer my questions? ....
  9. Drupal Taxonomy Module
    Tips, guides, and pointers please (10)
    I installed Drupal for my website, and am having a walk in the park for almost all the modules. The
    one module that I am finding it hard to understand is the Taxonomy module. It is one of the most
    confusing and hard-to-learn module in the Drupal, but I went through few of their documentation and
    I realized that it is a powerful tool for categorization. Since I am planning on launching a site
    that contains quality articles, and these articles need to be categorized, I understood that I need
    to use this module soon as the artcile-base starts growing. Could some one....
  10. Unable To Log Into The Drupal Cms When Using Parked Domain As Url
    (Can log in when using direct astahost.com subdomain URL) (4)
    Oh boy! Setting up a website even using a CMS does not seem to be straight forward task. I have
    noticed a problem. As stated earlier in another thread , I have already registerd for the domain
    wisetome.com and parked it against kmaheshbhat.astahost.com. Also, for illustrating the problem I
    am facing, I have created a user with the following details for my site: Username: joe Password:
    joe (This is a temporary user that I will be deleting later). Now here is the problem I am facing.
    Let us take the following two cases: Case 1: Go to URL: http://kmaheshbhat.astaho....
  11. Drupal
    A nice little CMS (13)
    After ditching Mambo because it ate too much of my space, I switched to Drupal and MAN is it nice.
    It's a bit unorthodox in its approach, but I really like how all the content is in the same
    basic format, even the forums.....

    1. Looking for drupal, 5, upgrade, trouble, updating,

See Also,

*SIMILAR VIDEOS*
Searching Video's for drupal, 5, upgrade, trouble, updating,
advertisement



Drupal 5 Upgrade Anyone? - Having trouble updating.

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com