Every time I try to turn on the flash node module I get this error (see below) Any idea why?
I ran the update.php. Was a bit scared to run it again.

Fatal error: Call to undefined function: drupal_install_schema() in /home/warshoot/public_html/warshooter/modules/modulesadd/flashnode/flashnode.install on line 8

Comments

Stuart Greenfield’s picture

drupal_install_schema() is a standard drupal function used to set up the database when a module is activated. If that function isn't being found then it suggests a problem with your Drupal installation. Are you able to install other modules without seeing this error?

Also, if you are installing flash node for the first time you don't need to run update.php as you would (if the install worked!) get the latest database schema.

Can you confirm which Drupal version you are using (6.0, 6.1?)

Thanks!

warshooter’s picture

oops, meant to download the 5.1 version.

warshooter’s picture

Title: fatal error » now no content
Version: 6.x-1.1 » 5.x-5.4

Hi,
Got it going, allows me to upload the file and I see the file. But it doesn't show any content after the upload. Any ideas?
http://www.warshooter.com/content/test-1

http://www.warshooter.com/content/soundsliderswf

Stuart Greenfield’s picture

The source code for the page is showing the file path for the flash file as http://www.warshooter.com/sites/warshooter.com/files/flash/soundslider_0.swf

Is that the right physical location for the file system? And is the file actually there? The fact the file name is soundslider_0.swf suggests it probably is as _nn is usually what happens when Drupal uploads a file with a name that already exists!

That said, an empty placeholder for the flash normally means the file couldn't be found.

warshooter’s picture

hi, yes, that's the location. i know it is a bit lengthy. anything else it might be?

Stuart Greenfield’s picture

Catching up on my Drupal backlog at last!

Is this still an issue? Can you post again if it never worked out for you!

Thanks!

Stuart Greenfield’s picture

Status: Active » Closed (fixed)

One month with no follow up post. Closing this thread, but re-open if required!