31
spiff
Re: Getting my hacks and database back?
  • 2005/6/21 15:09

  • spiff

  • Just popping in

  • Posts: 47

  • Since: 2003/4/16


Just now faced the same issue.

Made a local copy of a 2.0.9.2 site on my laptop (database+files). Remote site has Apache 1.3.33/PHP 4.3.9/MySQL 3.23.49, local same except Apache 2.0.52. PCRE versions are also identical (4.5). Zend peaks at 1.3.0 in both locations.

As indicated earlier here, changing the line:
'errfile' => preg_replace("|^" XOOPS_ROOT_PATH "/|"''$errFile),

to:
'errfile' => preg_replace("|^" preg_quote(XOOPS_ROOT_PATH) . "/|"''$errFile),

did the trick for me.

Login

Who's Online

191 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 191


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits