Jump to content

DameonMason

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

DameonMason's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks man that's really helpful I will be back in the swing of things in no time
  2. Now this is a weird one this error keeps coming up in the backend of plogger the open source gallery script. The thing is is says the error occurs on line1986 of plog-admin-functions.php but the last line in that script is 1966 Like I said in a previous post I havent been coding since PHP4 and things seemed to have changed quite a bit. If anyone can help that would be great.
  3. New to the forum. Is this topic listed as solved now. Is there a spesific reason for the new functions needing the extra syntax changes or is that all part of the move to PHP 5.3?
  4. Wow thanks for the fast reply. You are a LEGEND it has taken me two hours to try and figure out.
  5. Im new to PHP 5 and have not coded in about 3 years so now im trying to make a gallery script for for a friend that still have the eregi functions in them. So far so good but the one little error that keeps coming up is the No ending delimiter. My code is as follows if ($this->iswindows) { $AbsoluteFilename = preg_replace('^'.preg_quote(realpath($this->config_document_root)), realpath($this->config_document_root), $AbsoluteFilename); $AbsoluteFilename = str_replace($this->osslash, '/', $AbsoluteFilename); } Obviously i have replaced eregi with preg_replace but now i keep getting the same error. I have tried the blogs and tried their advice but still no luck. Any advice would be much appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.