Login | Forgot password | Register
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.
All other Modules
SilverStripe Forums » All other Modules » Fatal Error!!!!
Discuss all other Modules here.
|
Page:
1
|
Go to End | |
| Author | Topic: Fatal Error!!!! | 424 Views |
-
Fatal Error!!!!

3 January 2009 at 12:43pm Last edited: 3 January 2009 12:44pm
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
-
Re: Fatal Error!!!!

5 January 2009 at 3:57pm
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.
-
Re: Fatal Error!!!!

5 January 2009 at 4:52pm
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.
-
Re: Fatal Error!!!!

6 January 2009 at 3:50pm
Thank you very much for your response guys.
Where do I make those changes at?
Thx
-
Re: Fatal Error!!!!

27 February 2009 at 6:45am
Try this...
require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField_Uploader.php");
require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField.php");
| 424 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: JoshuaLewis, NickJacobs
Welcome to our latest member: marcusl



