Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

4750 Posts in 903 Topics by 803 members

All other Modules

SilverStripe Forums » All other Modules » Fatal Error!!!!

Discuss all other Modules here.

Page: 1
Go to End
Author Topic: Fatal Error!!!! 790 Views
  • Fading
    avatar
    Community Member
    15 posts

    Fatal Error!!!! Link to this post

    My browser came up with this Fatal Error:

    Warning: require_once(C:/wamp/www//swfupload/code/SWFUploadFileIFrameField_Uploader.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\silverstripe-v2.2.3\swfupload\_config.php on line 3

    Fatal error: require_once() [function.require]: Failed opening required 'C:/wamp/www//swfupload/code/SWFUploadFileIFrameField_Uploader.php' (include_path='.;C:\php5\pear;C:\wamp\www\silverstripe-v2.2.3\auth_openid\code;C:/wamp/www/silverstripe-v2.2.3/sapphire/parsers/') in C:\wamp\www\silverstripe-v2.2.3\swfupload\_config.php on line 3

    Everything is where it is supposed to be. Can anyone assist me in resolving this.

    Thank you

  • Hamish
    avatar
    Community Member
    602 posts

    Re: Fatal Error!!!! Link to this post

    Have you tried to add a 'swfupload' module?

    Not familiar with it, but the issue is with that directory. If you don't need it (or know what it is), remove the folder or rename _config.php to _config.php.old.

  • UncleCheese
    avatar
    Forum Moderator
    2622 posts

    Re: Fatal Error!!!! Link to this post

    Hi, Fading,

    I developed the SWFUpload module, and that is a bug that has been resolved in a newer version. As a quick fix, please update your swfupload/_config.php to read:

    require_once(Director::baseFolder() . "/swfupload/code/SWFUpload_Uploader.php");
    require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField.php");

    Stay tuned for a new version. I'm adding some new stuff as we speak.

  • Fading
    avatar
    Community Member
    15 posts

    Re: Fatal Error!!!! Link to this post

    Thank you very much for your response guys.

    Where do I make those changes at?

    Thx

  • UncleCheese
    avatar
    Forum Moderator
    2622 posts

    Re: Fatal Error!!!! Link to this post

    /swfupload/_config.php

  • Fading
    avatar
    Community Member
    15 posts

    Re: Fatal Error!!!! Link to this post

    Nothing changed, still the same fatal error.

  • Near
    avatar
    Community Member
    1 posts

    Re: Fatal Error!!!! Link to this post

    Try this...

    require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField_Uploader.php");
    require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField.php");

  • soft-systems
    avatar
    Community Member
    11 posts

    Re: Fatal Error!!!! Link to this post

    That last one worked for me - Thanks

    790 Views
Page: 1
Go to Top

Currently Online: sweddell

Welcome to our latest member: icehead

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.