News:

Wondering if this will always be free?  See why free is better.

Main Menu

Can't see the news and written text

Started by stefanoe, February 01, 2005, 04:03:38 PM

Previous topic - Next topic

stefanoe

After all my modifications i can't see any writen text anymore when i want to edit it...

I'm logged on as super admin and when i click on edit it won't let me see the intro text and the main text i can see all the rest

http://kwb.dutchzone.be/KWB/ [nofollow]

I can't think of anything that i could of doing wrong  :( :( :(

If you want to look around pm me and i'll give login

stefanoe

I alsoo get these errors after removing a mambot (accident)


[b]Warning: file_get_contents(/home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/mambots//content/moscode.xml): failed to open stream: No such file or directory in /home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/includes/domit/xml_domit_lite_parser.php on line 1031

Warning: file_get_contents(/home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/mambots//editors/tinymce.xml): failed to open stream: No such file or directory in /home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/includes/domit/xml_domit_lite_parser.php on line 1031

Warning: file_get_contents(/home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/mambots//editors-xtd/mosimage.btn.xml): failed to open stream: No such file or directory in /home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/includes/domit/xml_domit_lite_parser.php on line 1031

Warning: file_get_contents(/home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/mambots//editors-xtd/mospage.btn.xml): failed to open stream: No such file or directory in /home/httpd/vhosts/kwb.dutchzone.be/httpdocs/KWB/includes/domit/xml_domit_lite_parser.php on line 1031[/b]

stefanoe

#2
   /**
   * Retrieves text from a file
   * @param string The file path
   * @return string The text contained in the file
   */
   function getTextFromFile($filename) {
      if ($this->httpConnection != null) {
         $response =& $this->httpConnection->get($filename);
         $this->httpConnection->disconnect();
         return $response->getResponse();
      }
      else if (function_exists('file_get_contents')) {
          //if (file_exists($filename)) {
            return file_get_contents($filename);   => This is on  line 1031
          //}
      }
      else {
         require_once(DOMIT_INCLUDE_PATH . 'php_file_utilities.php');

         $fileContents =& php_file_utilities::getDataFromFile($filename, 'r');
         return $fileContents;
      }
      
      return '';
   }

What file is missing or what file has to be replaced ???

Orstio


Advertisement: