PDA

View Full Version : Update Error 1.22 to 1.3


Spike56
11th of June 2003 (Wed), 10:48
Hi All,

Finally got EE setup on my Win2K server using IIS and had it working nicely, but I had to go and update it to EE1.3 and now I get the following error.

Warning: main(./slashwork.php): failed to open stream: No such file or directory in C:\Inetpub\wwwroot\flybench\gallery\index.php on line 23

Warning: main(): Failed opening './slashwork.php' for inclusion (include_path='.;c:\php4\pear') in C:\Inetpub\wwwroot\flybench\gallery\index.php on line 23

Fatal error: Call to undefined function: ee_stripslashes() in C:\Inetpub\wwwroot\flybench\gallery\fetchsettings. php on line 48


Can someone help

www.flybench.com/gallery/index.php

Pekka
11th of June 2003 (Wed), 11:31
Check the you replace all 1.22 files with all 1.3 files. Seems like your slashwork.php is missing.

If that does not help: in fetchsettings.php there is an include path setting:

// ini_set ("include_path",".:/home/pathtosites/mysite/mywebroot/mygallery/myfolder/");

Uncomment it and let it know your www path to gallery root e.g.

ini_set ("include_path","C:\Inetpub\wwwroot\flybench\gallery");

Please come back if you still have problems.

Spike56
11th of June 2003 (Wed), 11:40
Thanks Pekka!

Im sure thats it, I believe i looked for that file and it was not there. I'll check when i get home.

Also, Can i install 1.3 with having to first install 1.22 as Im starting from scrtach here.

Thanks and Great stuff here


Spike

Pekka
11th of June 2003 (Wed), 14:26
I don't have full 1.3 install - it exists as update only, sorry. Next version will have both upgrades and full installs.