I am trying to install ghost on a windows server and serve it with IIS but I couldn't find an official document for it and every unofficial document way gets an error at last and don't work properly I try one of them here
but at last I get the following error:
any solution or complete tutorial about it?
Related
I'm trying to get Magento 2.4 running using the production ready zip and I keep getting it to this point where I believe it's ready to start the setup process, but it's waiting for me to agree to the ToS. Unfortunately there's no agree button or instructions on if there's a file I need to edit. I just did a fresh install of XAMPP with PHP 7.4 and still have the same issue, and can't find a similar mention on google.
Is there supposed to be an agree button, do I need to edit a file?
Term & Agreement link leads here, still no agree button. Getting started link takes me to installation instructions for a Linux CLI
I saw I may still need to run the composer install command even on Windows, but I was under the impression the production ready zip already had the dependencies included. Where am I going wrong??
Update: I got composer running in windows terminal and it returns that there is nothing to install.
According to the official site docs, in a note at the top of the installation instructions for a CLI install of Magento 2.3:
"The Web Setup Wizard is being deprecated in Magento 2.3.6 and will be removed in Magento 2.4.0. After it is removed, you must use the command line to install or upgrade Magento."
So you cannot install Magento 2.4 without touching the command line.
Following the example here, I am trying to construct a permalink pointing at the current stable build of RStudio Server for RedHat64/CentOS.
While the example uses Ubuntu, I just do not get this to work for the rpms.
Here's what I arrive at and what gives me 404:
https://www.rstudio.org/download/latest/stable/server/redhat64/rstudio-server-rhel-latest-x86_64.rpm
I have also tried modifying this solution from StackOverflow for Rstudio Desktop to Server but no luck. Does anyone have the full working URL?
Possible duplicate to This Post
Try the following link:
http://www.rstudio.org/download/latest/stable/desktop/redhat64/rstudio-latest-x86_64.rpm
This might seem like a basic question, but let me explain.
I'm currently trying to get CouchDB running on Windows. Usually (from what I can tell watching several YT tutorials) you just go to couchdb.apache.org/download and download the windowsx64 version. Then open it and a install wizard should appear.
However when I download the file I get a file named "fd15d91c1e214c3451bef296564086f6a9266e848d57eaa8ac596e3765939578" which isn't openable and doesn't give me a wizard.
Is the current CouchDB installation corrupted? Am I doing something wrong?
I just tried http://couchdb.apache.org/, chose the Download link from the top navigation bar, then Windows(x64) for version 2.1.0. This kicked-off downloading the file apache-couchdb-2.1.0.msi.
Definitely try another browser or restart your machine.
I copied the website files of a live magento website to my local machine. I try to open the home page and a blank white screen turns up.
In the apache2 error log, I find the following line:
PHP Fatal error: Call to undefined function kYESppcDEoBrEZyw() in .../httpdocs/app/code/local/Aitoc/Aitoptionstemplate/Model/Observer.php on line 11
The culprit line is:
if(Aitoc_Aitsys_Abstract_Service::initSource(__FILE__,'Aitoc_Aitoptionstemplate'))
{ kYESppcDEoBrEZyw('e71e3cbbed8235b2be55dfb8db045b91');
and the other bracket closes at the end of the file.
It seems there is an extension called Aitoc custom options template installed. That's fine but what is the purpose of the strangely named function? And how is it working on the live site?
Any leads will be appreciated.
We need to be careful here since the website uses 3rd party extensions and the extension protects its license - it doesn't allow using the extension without installing the license first and throws the above error.
So you'll need to install the license on the local/dev server first before starting work on the website. You can also disable the extension(for AITOC) and get the website working by following the instructions at:
http://www.aitoc.com/en/magentomods_custom_options_templates.html#docs
I did disable it and I am able to run the website on the dev server.
I had the same issue.One more extension was installed in my site "Custom Product Preview".
So some files were missing while installing the extension.
When we uploaded the same missing files.Then refreshed the admin section.It asked for the license information after providing license information everything worked fine.
So be careful while installing the extension.
Also install the license carefully.
For me "/app/code/local/Aitoc/Aitsys/etc/compilation.xml" was also missing.
This one has been driving me nuts for a few days now and I've tried Google but no luck (judging from my good luck with finding answers on google, this is a rarity for me not to find an answer).
To cut a long story short, I did have the capability to compile my mxml files via the browser on my local machine. I've had to do a reinstall but now I'm having problems trying to compile.
My current setup is:
WAMP 2.0i
- Apache 2.2.8
- PHP 5.2.8
- MySQL 5.1.36
FlashDevelop 3.0.0 RC1
Win XP
I've tried compiling in Firefox 3.5, IE8 & Chrome but all receive the same error:
Compilation results
Errors, warnings or exceptions were found while compiling null.Visit the online Flex documentation or API reference for further information.
An error occured on the server. Server error is: 'Error occurred in server thread; nested exception is: java.lang.NoSuchMethodError: flex.license.License.(Ljava/util/Map;Ljava/lang/String;Lflex/license/Logger;)V'
I've followed the instructions from adobe:
http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS
but no luck. I can compile without an issue via CMD but I prefer to use the browser as I find that much faster. Has anyone run into this issue and solved it?
Cheers!
DNT
Edit:
I forgot to mentioned I've tried using the Flex 2 & 3 SDK to no avail.
I believe I can safely say I've answered my own question.
Rather than using a program to clear out the registry (eg ccleaner), run the uninstall on the "flex module for Apache & IIS" then do a reboot.
Once you get back into windows, 'stop all services' in wamp and check that your httpd.conf file has removed the entry:
#BEGIN FLEX INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
LoadModule flex_module "D:/your/path/to/modules/mod_flex.dll"
AddHandler flex .mxml
#END FLEX INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
Now go wild and run the 'flex module for apache & IIS' installer, answer the questions and when you get to the end, do the reboot and it should work.
What a PITA!
I FINALLY found the answer!
Got a new pc for work so I had to reinstall everything and I've found the solution that worked flawlessly.
Use this link to download the Adobe Flex SDK which is over 100MB; ignore the Open Source Flex SDK download links. At the time of writing, I downloaded version 3.4.0.9271:
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
Make sure you follow the Installation Instructions up until the To install the Flex module heading.
http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS#Installation
Then go to this page and under the main heading Flex 3 Compiler Modules then under the sub heading 3.0.0.477, download the file FlexModule_apache.exe and follow the installation instructions and you should be home free!
http://opensource.adobe.com/wiki/display/flexsdk/Downloads