where can I find the manual for the installation of this package? Here on the website and in the zip file I can´t find any obvious file with details.
- FAnswered
just found some documentation in github https://github.com/Tecdiary/sbm-guide but even there everything is pointed to the /install filder which is not available in the downloaded zip
- MSAnswered
Hello,
/install
is not folder but route. The documentation.pdf should be in your download. If not let me know I will check again.The online documentation has install instruction at https://tecdiary.github.io/sbm-guide/v1/install/
If you don’t understand any step, please let me know.
Thank you
- FAnswered
Documentation.pdf is not included in the zip file. I checked this again…
- MSAnswered
I am sorry to listen. I will add the in next update. Thank you
- FAnswered
Hi Mian,
I followed the instruction on the github documentation. first of all I´m struggling where to install the files. I tried several options now without success getting the install script working. I´m now at my base domain. added a subfolder sbm in the root,extracting the files to this subfolder. then I added a subdomain and routed it to the folder mydomain/sbm/public. when I open sbm.mydomain.com/ theres nothing happening. also adding install will not work. I´m total confused why there is not a folder with an install script. as I mentioned above there is no install.* file in the whole package or a subfolder in the public folder which is called install. Wonder how the /install-script can start if these files are missing?
Attachments - MSAnswered
Hello,
As I told you before the
/install
is not file or folder but route. Please let me know your server details in private reply to check.You can post private reply by enabling the
PRIVATE for Staff only
at top right of the reply section.Thank you
- MSAnswered
Hello,
I have noticed that the main folder name is
Tecdiary - Simple Business Manager
in screenshot, please rename to something short likesbm
, ‘bm’,invoices
ormanager
etc as long names could cause issues too. I will help you check tomorrow morning, please don’t forget to send me the server details.Thank you
- FAnswered
Hi Main,
the screenshot showed the extraction directory on my pc. I changed the name to sbm after uploading.
After tried every combination to install sbm on my webhosting - I stick now with following solution:
my main domain is redbase.org and I use Plesk for setup. I created a folder in my redbase root directory and it looks following:redbase.org/sbm/ where I extraced all files from the zip file (find screenshot directory.jpg attached) Then I created a subdomain called sbm.redbase.org and pointed it to the subfolder /sbm/public. Further I created a database without tables and run composer. I also triggered an update of the MariaDB at my hosting provider to V10.2…
I run composer and updated a few packages but there is one the spatie/laravel-activitylog which can´t be updated and sticks with V3.9.1 and there are some warnings (find attached screenshot composer.jpg). However this seems not a blocker to me for now to get SBM set up. Further I downgraded php to 7.2.31 as from the rare information in your support area there are issues reported with php 7.3.
ok, so far everything seems set up regarding the installation guide. So I tried to call sbm.redbase.org/install which give me an error. In a separate attempt I tried to call manually some php´s (not sure anymore which one exactly) and then one time I could access the installation somehow but had also some issues and errors. But this is not the way to do as far your installation guideline explains.
So everything is set up from the scratch now. Hope you can point me in the right direction to get the installation triggered.
Thanks for you help!
btw I´m located in Germany so it seems you are 5 or 6 hours ahead in time.
Daniel
Attachments - MSAnswered
Hello,
Thank you for being patient with installation.
The laravel installation is bit tricky. I use laravel forge and ploi that make it easy for me.
I am in Malaysia, GMT+8. Please use compose 1 as non of the item has been updated or tested with composer 2. PHP7.3 I guess had regex issue. The demo is using php7.4 with MySQL 5.7.10+
SBM need database to have json support as custom field require this. Json support for MariaDB is add in 10.2+ while MySQL5.7.8+
If the subdomain points to the public folder then the installer would be fine. If it’s not pointing to public folder in sbm then you try to redirect request with .htaccess in sbm folder
DirectoryIndex index.php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L] </IfModule>
If you have already installed, please check the error log in the ‘sbm/storage/logs/’ folder and let me know so that I can suggest solution.
Thanks again
- FAnswered
Hi Main,
checked everything with my hoster and finally we get it done to start install. I added every detail in the forms and at the end of the install there is a red screen with error 500 reported. I attached the error log from /sbm/storage/logs
Can you tell me what went wrong?
btw. Would be helpful to add *.log and *.txt to the accepted attachments here in the support forum.
- Login to Reply