I'm getting Error PHP Extension intl not installed:
PHP version 5.5.12 >
I checked in php.ini file it's already enabled..
The correct solution is actually very simple.
Using the wampmanager menus you do this :-
(left click)wampmanager -> Apache -> Version -> 2.4.9 (Click on 2.4.9)
This will rebuild the SYMLINKS in the Apache folder to the files that do and should only exist in the PHP{version} folder, and then restart Apache.
As of WAMPServer 2.4 SYMLINKS are created rather than copying these files from the PHP folder to the Apache folder.
Related
Private nuget server can't find packages after upgrade
I had to update the nuget server to get it to accept packages that were failing to upload (apparently the package format changed in dotnet core or something). Now all the previously uploaded packages aren't showing up in nuget. I can see all of them on the server just sitting there in their directories. But they can't be found. New packages are ending up in the server's package directory rather than their own directories.
From prior experience I don't think just copying the packages into the packages directory is going to work.
Trying to actually upgrade the NuGet.Server package from v2.8.6 to v3.0.2 appears to work but in the end the package is still at v2.8.6.
Don't try to upgrade nuget.server projects. That way lies madness.
Carry out the instructions like making a new one.
1) Create a new empty Web Project; target framework is NET Framework 4.6
2) Add NuGet.Server version 3.0.2
3) Fix duplicate <compilation> tag in web.config
4) Apply your API key to web.config and any other nuget configurations you have.
5) Remove old project from installation directory; leaving behind only the Packages directory and optionally any static files you uploaded to the installation directory itself (I keep a copy of nuget.exe and local project icons there).
6) Copy build output of new project to web installation directory.
It starts working. I don't know what's up with upgrading but it ends up with a smashed web.config and who knows what else.
I need to install memcached for my windows 64bit wamp running on localhost. My specific php version is 5.5.12.
I am using version 2.2.0 of the extension found here:
http://pecl.php.net/package/memcached
How do I install the extension as it is a .tgz file?
I tried finding a working dll for this extension without any success.
Step 1:
Check in your PHP’s extension directory (like: C:\wamp64\bin\php\php5.6.25\ext) if not exists file php_memcache.dll, go to the page http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/
to download this file (depends on your PHP version) and put php_memcache.dll in your directory C:\wamp64\bin\php\php5.6.25\ext
Step 2:
Edit your file php.ini, add this line:
extension=php_memcache.dll
Step 3: restart apache
and check now your phpinfo
I'm trying to run my JavaScript script, however the message keeps on giving me an error saying:
Configuration is still incorrect. Do you want to edit it again?
Is there a way to fix this?
I had a similar error and it was because I did not specify my path to where I installed node.js. In webstorm, go to File -> Settings -> Language&Frameworks -> Node.js and NPM and in the Node interpreter text box, point it to the path of where node.js was installed. For me it was at C:\Program Files (x86)\nodejs.
If you didn't install node.js and npm, you need to do so.
If you are trying to debug js code and you are using a chrome browser, you need to install their extension and use "Inspect in WebStorm" action.
Found the above behavior occurs with the WebStorm project folder within the OneDrive path (Windows 10). As shown in the image of the run configuration, WebStorm shows and error for location of the path to the JavaScript file even though it is correct. Click Run > Continue from here and it executes with node.js as expected. Move the project to a folder outside of the OneDrive path and the error is gone.
Image: Webstorm Run Configuration Error in OneDrive
Currently, I have Joomla 2.5 installed and I am trying to install Joomla 3.0 on the same web server.(allowed to run multiple sites)
Under www(root directory), I have installed Joomla 2.5 and working without any problem.
To install Joomla 3.0, unzipped and uploaded package files to e.g. www/joomla3 folder.
I have set the url e.g. www.joomla3.com to point joomla3 folder.
For joomla 3 configuration, I access url(e.g. www.joomla3.com) but I am getting Error 310 (net::ERR_TOO_MANY_REDIRECTS). If I remove index.php on joomla3 folder than I see web directories.
Why am I getting this and how can I fix this error.
I really appreciate your help.
How can i disable the option "Install from Directory" at Extension Manager in Joomla 2.5 ?
The reason is that if for someone click by mistake Install button at that option, the website is "destroyed"....
What exactly do you mean by destroyed? The install from directory option is there in case you want to FTP your extension to be installed to a folder on your server, then point the install to directory at that folder location along with the file name you wish to install.