I am trying to install wwordpress-3.7.1 to my local server. But the instillation process hangs on step 2. In step 2 it only shows wordpress logo. When i checked at database, i saw that all the table has install correctly. Where is the problem? I have used wamp2.4 for my local server. Please tell me the solution.
I had a similar problem, installing WordPress 3.8.1 on Wamp.
Only the logo was displayed on step 2, but only some tables were installed.
In php.ini, I put 90 instead of 30 for max_execution_time, like :
max_execution_time = 90
It solved my case, and hope that will help.
Inside wamp folder of you wamp server , you can find logs folder.In logs folder you will be able to see logs of apache,mysql and php.Check these files , you may get some idea , where its going wrong. Also enable log errors and display errors of your PHP settings
Related
I am using the "Filesystem Backup" from Webmin, but this recovering system doesn't works on my server.
Here my config :
Debian 10 (Buster)
Webmin version 1.970
And here, what i've done :
Backup creation
Manual modification of a file to create a difference between my backup version and the post-backup version.
Restoring the backup : the action log tells me that the restoration is complete.
But when I go to see my files, nothing has moved.
I don't know where to go to see if there is any error, I don't know where it could come from ... any idea?
Thank you in advance.
Make sure "Only show files in backup" is set to "No"
Src
So I am having this issue for the past 8-9 hours. I have been trying to resolve it by googling around.
This is what I have tried so far.
1) Totally uninstalled node and npm.
2) Totally uninstalled meteor. Deleted all the local/.meteor data. Searched for meteor in entire C drive and deleted it. Restarted the PC.
3) Reinstalled node, npm and meteor js again. (Did steps 1-3 in safe mode also and tried 3 times.)
4) Ran command and got this error again. "C:\Users\Admin\AppData\Local.meteor\packages\meteor-tool\1.4.4_2\mt-os.window
s.x86_32\dev_bundle\lib\node_modules\q\q.js:70
hasStacks = !!e.stack;
^
RangeError: Maximum call stack size exceeded".
Note: The same code works for me in another system, so apparently code is fine the issue is with meteor and my pc.
Then I found that creating new windows account and installing meteor there can make it work. So I tried to do that as well but no luck.
I need help to resolve this as I don't have any clue what to do next.
Meteor version is: 1.4
Node version is: 6.10.3
NPM version is: 3.10.10
Apologies for late response, just had the same problem and was eventually able to solve it. The problem is that windows doesn't like long file paths. Unfortunately, meteor is full of them so the installer seems to miss those files.
Try this:
Install meteor if its not already.
navigate to C:\Users\%username%\AppData\Local and delete the
.Meteor folder.
Download the installation archive:
https://meteorinstall-4168.kxcdn.com/packages-bootstrap/1.5/meteor-bootstrap-os.windows.x86_32.tar.gz
use 7-zip to extract the .Meteor folder somewhere with a shorter
path; ie: C drive root directory. Make sure you are running 7-Zip as
admin, and extract it using 7-Zips interface. Don't drag and drop as
this will extract to the temp folder first.
Go to your Environment Variables (in Control Panel/Advanced System
Settings), edit Path, and change the .Meteor directory to where you extracted the folder.
Open up CMD, cross your fingers, and enter meteor --version
Hope this helps any desperate souls out there.
This is my first time using Apache Jena Fuseki 2.4.0. I'm trying to run my friend's ontology website, he said that he's using Apache Jena Fuseki so I need to install it first but, when I already installed it and then I ran a server and typed his website on address bar, I got this error
404: Error 404: Not Found Fuseki - version 2.4.0
. Here are the steps that my friend told me I need to follow.
I downloaded Apache Jena Fuseki 2.4.0
I unpacked it to directory C:\
I launched fuseki-server.bat
I went to http://localhost:3030/
I clicked Manage Datasets menu
I clicked Add New Dataset button
I typed "DOID" as Dataset Name and chose "Persisten" as Dataset Type and then I clicked Create Dataset
I clicked Upload Data and I selected doid.owl file, and then I clicked Upload Now
When the upload was successful, I ran my friend's website and got that error
Is there any wrong or missing step that I took? Please help me.
I don't know, suddenly it works! I tried to follow the set up from this site:
I downloaded some jars and then I edited fuseki-server.bat
I tried to comment and uncomment some line but, because I couldn't launch fuseki-server.bat at all after that, so I decided to undo a change on fuseki-server.bat
I launched fuseki-server.bat again but the command prompt disappear after the process has finished
I checked http://localhost:3030/ the server status was green and I tried to run my friend's website and then it worked!
I guess that the jars I've downloaded are the things that make it works.
I am using PHPStorm 8.0.1.
I am working on a Symfony Project which runs on an nginx webserver on a debian system.
I have set up Automatic Deployment correctly and everything works very well, except of renaming the remote files.
PHPStorm fails with the message: "Failed to rename file 'filename.extension' to 'filename.extension': could not determine if file 'path to file' is writeable. (Could not get the groups id of the current user (error code: 1))
Can Anybody here point me in the direction on how to solve this error?
I had exactly the same problem. Reason: chroot enabled (thanks BloodandDeath for comment). In my Hestia panel settings, I just switched the SSH user setting from nologin to bash, after which PHPStorm started renaming files without error. By the way, everything worked well in Filezilla without changing the settings, which suggests a bug in PHPStorm ...
I am running Apache2.2, with PHP5 and mod_rewrite enabled on a VPS running Ubuntu Hardy. And I am trying to install Elgg1.5. I uploaded it to /var/www, and changed the appropriate permissions.
When I hit the url, it brings me to the installation page where I provide the database info. When I submit the page, I get the following error in my access.log
"Cannot modify header information - headers already sent by (output started at /var/www/engine/lib/._access.php:1)" in file /var/www/engine/start.php (line 182)
I don't see any problems within the .htaccess and engine/settings.php file it creates, and no whitespaces before and after the php tag. Since I haven't hand-touched any files, I have no clue whats causing the error. Anyone's played with Elgg1.5 ?
Problem solved. It was some corrupt file.