Brackets unable to access the extension registry - adobe-brackets

Everytime I open the extenstion registry, I get this error:
"Unable to access the extension registry. Try again later"
My internet connection is very stable and everything is fine.
Also, I don't see this error with my Macbook, which uses the same wifi connection.
I am now using windows and this error occur.
What should I do? I don't see any clear solution even after searching on google.

There is a solution!
Copied from a reddit post:
Hey there,
Brackets is not dead! The only problem on current installations is a broken extension manager functionality. A direct, transparent transfer of the registry to the new domain wasn't possible because of Adobe's implementation of SSL. A quick fix for this is simple, we just have to edit config.json:
Locate your Brackets installation in your filesystem
Go to /www/config.json and open it up to edit
Find this: "extension_registry": "https://s3.amazonaws.com/extend.brackets/registry.json",
Change to: "extension_registry": "http://registry.brackets.s3.amazonaws.com/registry.json",
Find this: "extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip",
Change to: "extension_url": "http://registry.brackets.s3.amazonaws.com/{0}-{1}.zip",
Save and (re)start Brackets, the extension manager should work again
I welcome you to see more comments there in the original post.
for my Mac, it was simply this command in the terminal to open the config:
open /Applications/Brackets.app/Contents/www/config.json -a Brackets

Brackets is not being supported anymore, that's why U can't connect the extenstion registry.

Just replace config.json on www folder with this config.json. Do not rename the file just replace at there. Then restart your Brackets Text Editor.
This works for windows

Related

how can I fix resizing iamge problem in wordpress

error :The server does not have ImageMagick or GD installed and/or enabled! Any of these libraries are required for WordPress to be able to resize images. Please contact your server administrator to enable this before continuing.
please tell me if you know this problem
Open xampp control panel.
Start apache and mysql.
Click on config option of apache.
Click on php.ini and open it.
Press Ctrl+F and search "extension=" or "extension=fileinfo".
On the next line to "extension=fileinfo", add "extension=gd".
Save the file.
Stop apache and restart it.
in some cases there is "extension=gd" already given. but commented with a ";". You need the romove the ";" to uncomment it. Then your problem should be solved.

Plone error: This page does not seem to exist…

I am new to Plone and I just installed version 4.3.5. Everything works fine except for viewing uploaded files (PDF, PNG, Word, Excel, etc). When I click on the file link to view it, I get the following error: This page does not seem to exist…
Does anyone know how to fix this error?
This is a known issue affecting file downloads in Plone 4.3.5. You can downgrade to Plone 4.3.4, or wait for Plone 4.3.6 to be released.
First check basic things...
Checkout the link which is hitting your file is correct or not.
If Link is correct then see your configuration that actually hitting your file class.
If Link is hitting your file then to check its correctly hitting your class debbug it.
just print anything under __call__() method of class.
Another option is to, in your buildout, pin the latest plone.app.blob:
plone.app.blob = 1.5.15

Download failed. There are no HTTP transports available which can complete the requested request

When I try to install theme on wamp server it shows a line as below
Download failed. There are no HTTP transports available which can complete the requested request.
How to fix it?
I think you probably need to activate the php_curl extension to solve this issue.
Do this to activate the php_curl extension :-
Left click wampmanager ( thats the W icon in the system tray )
wampmanager -> PHP -> PHP Extensions
If the php_curl extension is not ticked then click it and it will activate the extension and restart Apache for you.
It may also be necessary to activate php_openssl in the same way, depending on the theme's requirements.
Make sure that:
allow_url_fopen = On
Under your PHP Extensions allow php_curl
Restart your Server.
WordPress will try to use several transports to make the request. First it will try curl, then streams, then fsock.
If your server is set up with curl and your version of curl supports SSL (required for using the API), then it will use that.
Next it will try to use streams (fopen). If fopen is set up and working on your server, it is set to applow opening from a URL (allow_url_fopen), and openssl is set up and functional, then it will send the request with streams.
Lastly, if your server has fsockopen set up and usable, and openssl is also set up and functional, then it will use fsockopen to make the request.
If none of those work, then it will be unable to send any. This is all built into the WordPress HTTP API.
If your server can't make the requests, it will be unable to make many other requests as well.
You need to get your host to set up a transport method that WordPress can use.
Sometimes if you face similar kind of error after trying to update any plugin or wordpress itself from localhost using your Xampp, then don’t worry. You could avoid this error and update it from your localhost enabling PHP curl extension.
To enable it:
1. Open your “php.ini” file.
2. Find the line which says “;extension=php_curl.dll”.
3. Now simply remove “; or semi-colon” from the line.
4. That’s it. Restart your Xampp and now it should work updating without error.
You probably need to activate the php_curl extension to solve this issue as well
as uncommented the extension=php_openssl.dll in php.ini file.
Do this to uncomment the following extension:-
wampicon -> php -> php.ini
then search the following extension in php.ini file.
Hope this will help you to resolve your issues.
Setting both of these extensions in the php.ini file worked for me:
C:\wamp\bin\php\php5.3.13
C:\wamp\bin\apache\apache2.2.22\bin
extension=php_openssl.dll
extension=php_curl.dll
You will need to enable php_curl.dll from your php.ini file, this should correct the error. Just remove the ; on the line stated to correct the error.
Hope this help.
Cheers!

URL file-access is disabled in the server configuration

In my site i am getting problem as like following.....
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /homepages/46/d390162509/htdocs/public_html/sugapps/wp-content/themes/grizzly-theme/base/shortcodes/image.php on line 89
Warning: getimagesize(http://www.sugapps.com/wp-content/uploads/2012/02/2806313447_2900756f3d_b.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /homepages/46/d390162509/htdocs/public_html/sugapps/wp-content/themes/grizzly-theme/base/shortcodes/image.php on line 89
I am trying various way but I am not succeeded . It's working locally as well but looking problem in server. Also I have no php.ini file Becaused it's sheared hoising....
If it's possible for anyone to solve this or give me any well information to solve this problem , I will pleased with you. If you want to see this problem in my site, you can visit: http://www.sugapps.com/
I understand this error to be related to a setting in the php.ini file when allow_url_fopen and or allow_url_include is set to OFF. If it's possible for you to host the file(s) locally, that would be best. Assuming by the file path it's a theme, that shouldn't be a problem. Good luck!
This means that the hosting company you are using has disabled this feature in php, you can not do it. I suspect it's turned off specifically for remote files since many hosts turn that off.
I encountered the same issue. I am going to inquire with my 3rd party web provider but I also found a work around. That is have all *.php files in the same directory.

Not able to run ASP.NET web app using Development Server

My development machine (Vista) was working perfectly fine for over a year and then suddenly (without explicitly installing anything) I am unable to run the websites using ASP.NET development server.
The development web server starts fine, but IE cannot display the page:
Internet Explorer cannot display the
webpage
Firefox says - Failed to
Connect, The connection was refused
when attempting to contact
localhost:49447.
Here is what I have tried so far:
Disabling firewall
Stopping anti-virus
Stopping Windows Defender
It worked when I stopped all services using MSConfig and tried again.
However, that disables most of the services, so is not a feasible long term solution.
After stopping all services, I tried starting services one by one to find out which one is causing problem.
These are the steps and results:
I found DNS Client Service was
causing problem.
So I started all others and
stopped DNS Client service, but then
Network Location Awareness service
started causing problem
I stopped DNS Client Service and
Network Location Awareness and
started all others, btu again
something else is causing problem.
Clearly there is something common and fundamental at the root of this.
I do not know much about networking. Can someone guide me in right direction?
Note: I have found another person who
is having same problems since this
morning. Looks like it could be
related to one fo the windows updates!
Is anyone else getting affected like
me?
I was able to fix this on my computer by doing the following:
My host file contained this line for the localhost entry, which is how the host file ships with Vista, and i've never modified this line
::1 localhost
Replaced "::1 localhost" with the this:
127.0.0.1 localhost
"::1 localhost" has worked fine for me for well over a year, until this morning. Windows defender installed two updates, one yesterday and one this morning, my guess is that something in one of these updates caused this entry to not work anymore.
I have solved this problem.
The problem comes because somehow the entry in host file is removed for localhost.
you have to add entry in host file which is kept in System32/etc folder.
just add this at the end of the file.
127.0.0.1 localhost.
save this file and try to ping localhost from cmd prompt.
i think this will resolve your problem.
now try running you website.
All the best.............
If stopping all the services made it owrk, try stopping one at a time. Eventually you will find out which one it is.
Hopefully someone will know which it is from experience, but if not you can find it yourself.
Sounds like you have a proxy server issue - have you checked this out?
KB886388 - You may receive a "Failure to connect to Web server" error message when you browse local Web applications
I also started to get this problem tonight, think I installed a windows update package yesterday.
I'm running VS 2008 (9.0.30729.1 SP) and Vista Ultimate SP1 (32-bit).
Replacing localhost with 127.0.0.1 worked for me.
http://localhost:49227/testsite/Default.aspx
http://127.0.0.1:49227/testsite/Default.aspx
I'm having the same problem. Was working on my website last night, one minute the site worked in the broswers next minute it could not connect to the localhost.
Replacing localhost to 127.0.0.1 worked for me. I'm still inexperienced in asp.net, is there a file where you change
http://localhost:49227/testsite/Default.aspx to
http://127.0.0.1:49227/testsite/Default.aspx
As I am just changing the url in the browsers
This one also worked for me. What I did was:
Go to the Property Page of my Project.
Then under Start Options, look for the Server, instead of 'Use default Web Server', i changed it to 'Use Custom Server'.
Typed the http://127.0.0.1:49227/MyProject/ in the Base Url.
That's it. It automatically opens the site using this link.
Same problem here using visual studio 2008 express
Changed "localhost" to "127.0.0.1" and the page came up.
This problem seems to have an effect on internet explorer and firefox
Opera hasn't seen this problem :-)
Grtz
Changing "localhost" to "127.0.0.1" worked well for me, as well.
but just to clarify the whom are not familiar with vista here are the guidelines to change:
Browse to Start -> All Programs -> Accessories
Right click "Notepad" and select "Run as administrator"
Click "Continue" on the UAC prompt
Click File -> Open
Browse to "C:\Windows\System32\Drivers\etc"
Change the file filter drop down box from "Text Documents (.txt)" to "All Files (.*)"
Select "hosts" and click "Open"
Make the needed changes and close Notepad. Save when prompted.
The problem comes because somehow the entry in host file is removed for localhost.
you have to add entry in host file which is kept in System32/etc folder.
just add this at the end of the file.
127.0.0.1 localhost.
save this file and try to ping localhost from cmd prompt.

Resources