Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Project Explorer pane folder shows spinner and cannot create new files or folders (after new install) #1044

Open
LOfaday opened this issue Dec 13, 2017 · 3 comments

Comments

@LOfaday
Copy link

LOfaday commented Dec 13, 2017

Amazing editor! Feel I should share this issue though as I googled high and low for resolutions to this and had to debug the PHP to resolve it.

This prob, as subject, occurred on a new install on a windows 7 PC after installing Apache/2.4.29 (Win32), OpenSSL/1.1.0g, PHP/7.2.0, and MBStrings.

It all went very well but took me several hours to resolve the problem as subject (I won't bore you with the details but you can imagine the hundreds of config changes etc I tried).

What I did, after a process of elimination, was resolve it by renaming a couple of procedures in C:\Apache24\htdocs\codi\lib\diff_match_patch.php (where I installed codiad into Apache as can be seen).

Details:

  • I renamed functions mb_chr() and mb_ord() to xmb_chr() and xmb_ord(), and references to them, presumably as they were function names conflicting with inbuilt or reserved multibyte string functions, possibly because I am using a much later version of PHP than the authors were, and they defined these functions to substitute missing functions that are in the PHP pipeline or etc.
  • .

Full details in modified file...
diff_match_patch.php - resolved.TXT

So it's all working now.

Here is hoping this will be of assistance to the team in heading this issue off by doing a similar amendment. :-)

@204070
Copy link

204070 commented Apr 29, 2018

Thanks for sharing. I had the same problem and I'm sure I would not have been able to fix it without your help.

@sleroy
Copy link

sleroy commented May 8, 2018

I have the same issue. Applied the same fix; Worked well :-)

@AndresBPaz
Copy link

gracias, me soluciono un problema que tenia en el explorador de archivos

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants