niteosoft / simplejobscript

free job board software
Other
38 stars 24 forks source link

Website Down - Installation Instructions needed #25

Open Tommac81 opened 3 years ago

Tommac81 commented 3 years ago

Hi, I just downloaded this a week ago and now the site is down and they are no longer supporting the product I assume this is because they are no longer paying for the web space, is there a PDF or other step by step instructions that can be followed?

mayumipublishing commented 2 months ago

I need the installation instructions as well. I don't know how to install the database.

carlosglezo commented 1 month ago

I have continue the maintenance of this softwtare. I have made some improvements and fix some findings. I bring support for this application.

sshcli commented 1 month ago

@carlosglezo is your forked version running without errors in PHP 8.3 ?

carlosglezo commented 1 month ago

@carlosglezo is your forked version running without errors in PHP 8.3 ?

Currently it is working in Php 7.4 and I am working on updating to Php 8.x

sshcli commented 1 month ago

@carlosglezo ok. please let us know when you complete the upgrade to PHP 8.3 without errors. And let us know if you plan to share it for free or if you plan to sell it for a fair price.

mayumipublishing commented 1 month ago

I plan to migrate my site so I generated a backup and tested it on a different server but all I'm getting is a white screen. There was no error when importing the database. I have no idea what the issue is.

sshcli commented 1 month ago

\\ I have no idea what the issue is. @mayumipublishing your problem is the PHP version, your server is running above 7.4. The max supported version is 7.4

mayumipublishing commented 1 month ago

@sshcli The homepage is appearing now when I changed it to PHP 7.2 but the images aren't showing up and the backend looks broken. The domain name is different now and it's in a subfolder so I don't know which files to update the links.

sshcli commented 1 month ago

@mayumipublishing you already know what the issue is, all your images links are broken because you have changed the domain and path. Try to install a fresh copy in a separated domain or subdomain for development and testing purpose. Take ideas from there to fix your production site.

carlosglezo commented 1 month ago

@mayumipublishing My 2 cents:

In my case I have Dev, QC, UAT and Production environments. Dev runs on localhost for development and Integration Tests, and on localhost with XAMPP+VSC for debugging tasks QC runs on localhost with AlmaLinux UAT and Prod are hosted. I use UAT for performance testing too.

I added in the source code some control variables to switch on/off logging for MySql, mailing and so on.

For support you can email me.

mayumipublishing commented 1 month ago

@carlosglezo Thank you! That is most helpful.