partkeepr / PartKeepr

Open Source Inventory Management
http://www.partkeepr.org
GNU General Public License v3.0
1.38k stars 401 forks source link

Setup blank page #484

Closed RichardNeilson closed 8 years ago

RichardNeilson commented 8 years ago

Hi, I have been trying again to install PartKeepr using the upto date Zip file from GitHub. Maybe it's something i'm doing wrong but when trying to run setup all I see is a blank screen. Viewing the debugger window it seems to be an issue with the breadcrumbwizard, an error or line 19 saying EXT isn't defined. Is this something still being worked on or is it just me being dumb and missing something. Many thanks, Richard

Drachenkaetzchen commented 8 years ago

You can't use the ZIP file from github unless you follow the steps listed in https://github.com/partkeepr/PartKeepr/blob/sf2migration/documentation/Installation.md

If you wish to use the 0.75 release which came out yesterday you can download it from https://www.partkeepr.org/downloads

RichardNeilson commented 8 years ago

Thanks for your quick reply again. I had read you're installation instructions but had assumed the zip file was from the GitHub zip download, I didn't realise that there was a downloads page as well as a download page with a new version just released. As usual I'm being a bit of a div. From following your advise I uploaded the correct files to my website and after upgrading PHP from 5.5 to 5.6 to clear the first error during setup I now have an error when testing for PHP setting - "Invalid Response from server" Is there something else I need to be checking for? I have the option to upgrade to PHP 7.0 as well if needed but I'm not sure I can go back to PHP 5.6 afterwards if needed. Thanks again!

Drachenkaetzchen commented 8 years ago

What response is it? You can view it by clicking the "Details" button

RichardNeilson commented 8 years ago

Clicking details shows the same message "Invalid Response from server"

Drachenkaetzchen commented 8 years ago

It's odd that there's no text. I assume that you are getting the invalid response due to an internal server error, so you should have a look at your web server's error log.

RichardNeilson commented 8 years ago

Unfortunately with my web server managed by a hosting company there is very little control I have over the server settings or access to any logs. It is mainly how many email accounts, subdomains etc that I want allocated to the specific domain name. The PHP version and whether it uses a Linux/Apache or Windows 2012 server is about as in depth as it gets. I'll contact their support and see if they have a log file or something at their end. If not I guess I'm not going to have much joy! Thanks again for your prompt help. Richard

RichardNeilson commented 8 years ago

I think the issue was with missing files. I uploaded and over wrote the existing files again and it worked ok. I do however still have a problem with login. After the setup clicking submit tried to restart the setup. I instead went directly to the app to start out but it doesn't recognise the username/password I created. Setup won't let me redo this as it detects an existing user. Is there somewhere I can retrieve or reset the user details? Thanks again.

Drachenkaetzchen commented 8 years ago

You can remove the app/config/parameters.php file, then it should allow you to re-create an admin user.

RichardNeilson commented 8 years ago

Thank you yet again for your support, I'll try that later when I'm back at home. Cheers

Drachenkaetzchen commented 8 years ago

On second thought, I believe the user is only created if it doesn't exist. So you would need to specify a different username for the admin. I also created an issue to reset the password on setup #485

Drachenkaetzchen commented 8 years ago

May I close the issue?

RichardNeilson commented 8 years ago

Yes if you want to. I still can't login after the setup. I've tried removing the parameters file and re-running setup (it completes fine now although doesn't launch to app at the end) and tried using different usernames, passwords and emails etc but it still returns username or password invalid. I guess this is a different issue to the title one anyway re closing it. I'm going to try deleting everything, files and database and try again. Thanks

RichardNeilson commented 8 years ago

Setup up resolved, looks like a couple of files didn't upload to the server correctly. Login problem started as a new issue #491 Thanks for your help.