MY_string_helper

Hi!
My app is on a Windows server with IIS and it's was working fine but now it throws this error.
I changed nothing and I already tried to change the PHP version, upload a empty fuelCMS, upload the dev branch...
Help, please!
Can the server be blocking this file for a security matter?

A PHP Error was encountered
Severity: Warning
Message: include_once(H:........\www\fuel\fuel\modules\fuel\helpers\MY_string_helper.php): failed to open stream: Invalid argument
Filename: core/Loader.php
Line Number: 614

AND

Fatal error: require_once(): Failed opening required 'H:.........\www\fuel\fuel\application../../fuel/modules/fuel/helpers/MY_string_helper.php' (include_path='.;c:\PHP\5.6.11\pear') in H:..............\www\fuel\fuel\application\helpers\MY_string_helper.php on line 3

Comments

  • The server is deleting the file! I upload the MY_string_helper.php and it's been deleted every time.

  • The default MY_string_helper.php is

    <?php 
    // to simplify updates, we post the helpers in the fuel module
    require_once(FUEL_PATH.'helpers/MY_string_helper.php');
    

    try:
    echo FUEL_PATH.'helpers/MY_string_helper.php'

    Does it return something sensible? Does the file/path exist with the correct permissions?

  • I think it's not a path problem Everytime I upload the file the server deletes it.
    I'm talking to them. I hope they have an answer.
    Thanks!

Sign In or Register to comment.