-
Posts
410 -
Joined
-
Last visited
-
Days Won
12
Everything posted by Nelsa
-
Here are two files,upload in dir and load form.html in broswer than submit e-mail(or anything) and if it is ok it will create and write e-mail in textfile </br>form.html</br>emaillist.php
-
Unfortunalely errors reporting is not always accurate because sistem report you error how it see error,like you codeing something and forget to close " on second line but show error on 33 line.Simple because it find next " on 33 line and stack there .May be next thing shoud be elimination proces(naja7host give you advice),you can try to create and execute some simple two line of code script which will make some file and write something in it,in same directory where you have issue just to make sure.But when make those two line of code script make sure to put command to create file and write something into it not just to call funcion. I'm not sure I can follow you,did you try to check and fix group permision(you will get same error for user and group permission because as said above it will show where it stack not where error is) ,did you check which user run child processes and is that user is same as one you give permission. and in group with +w permission....You will have know is it server or blesta issue by putting simple two line of code with command to create and write in to file.
-
Well it is not always up to them,all of us mostly are useing bunch of third party plugins/mods/geteways and devlopers use beta for testing their apps ,so .....well I have beta on localhost but I don't go in production with beta except if I need some new future so badly.,if not than no.This is not major upgrade so it shoudn't be issues.
-
Well it is beta and I woudn't sugest to go in production with it ,final release will be available probably soon so why not wait little more, and if you decide to go with it than first back up stable variant so in case you got in to problems you can simple back on stable.
-
I give you example for Apache but it is same for any group just see which user is run child processes.Apache is originally started by user root,call it “root-process“. Now “root-process” launches child processes which handle the client requests. For security reasons, the child processes are not run by user “root” but as a user with minimal privileges. Usually this user is named APACHE. To find out how this is called in your system, run: ps -ef | grep httpd | grep -v grep //For apache2 just change httpd in to apache in command and you will see something like: root 1926 1 0 Dec03 ? 00:00:55 apache 2608 1926 0 14:31 ? 00:00:06 apache 22192 1926 0 01:05 ? If in your case some other user/group pop up,just edit apache in comand,this will fix group permission if it is issue(you said user perm. is corect) Group is last line above and since user and group are same named it won't make changes here but in you case it coud have different name It will look like: chgrp your_group /path/to/mydir chmod g+w /path/to/mydir
-
It probably mean group permision issue, you must also have group permission corect. For example to give appache permision chgrp apache /path/to/mydir chmod g+w /path/to/mydir
-
I started working on gateway with v2 API few days ago, I finished reading docs and downloaded v2 API library and Blesta SDK,for now I'm in early stage and just installed gateway today(Thanks Paul for dev. licence ).Now it is only empty template you can install,uninstall and put your seler ID,key... but like I say I start two days ago. Now I'm starting to implement everything ,this gateway is intended for one of my customers but copyrights stay to me and I will share it for free.Note that this is not existing gateway update but completly new. Few previews(it is labeled as merchant since I put it in merchant foldler)
-
I think it shoud be checked and skiped for existing customers with active service or second option to check and skip customers with at least one approved transaction.
-
Yep, it woud be great to have this option.+1 from me.
-
Clent templates are located in blesta\app\views\client\ ,to edit default template look for files in blesta\app\views\client\bootstrap BUT I sugest to copy bootstrap dir. first and rename it before edit files to avoid rewriting files everytime Blesta is updated,after rename it just go to settings-->look and feel-->templates and change template .
-
To change package name ,go to Packages and edit package you want ,you can put something like this in e-mail template Hi {client.first_name} ,your account is created and activated . Package: {package.package} log in URL: https://{module.host_name}:2083 Your username: {service.cpanel_username} ......for more use tags available above e-mail template when creating/edit packages.
-
Did you change url of installation ,it happen to me once .I changed installation url and it lock me after I import old database with old hostname,only difference is I DID get e-mails for reset pass but it is uselles since I got always wrong url.
-
Well if all inputs and outputs are labeled as success than account shoud be created,BUT if only input is there labeled as success without output than shoud look on server side (if remote key,username,ip....are OK).So I think you shoud put more information here. Server is new or cPanel module work before this issue? is that service you talk about is labeled as pending or there is no service at all in Blesta?It is very hard to tell what can be since very little information is available.
-
Well you can look in Tools-->logs--->gateway for more info,clcik on cPanel log
-
+1 from me. I'm offering Plesk as alternative hosting solution for long time but till now never migrate clients nor start procesing new orders in Blesta ,still use integrated plesk billing,this is only service left outside blesta for me.I have plan to start working on this soon.
-
You will find cron command in settings--->sistem--->automation Here is cron job format /usr/bin/php /home_dir/user_dir/public_html/blesta/index.php cron ,you can also put this command GET https://yourdomain.com/blesta_dir/cron/?cron_key=your_cron_key .NEED REPLACE your_cron_key with cron key you can find in setings--->sistem-automation,and also replace yourdomain.com and blesta_dir wiith your domain and your blesta installation dir.
-
Yes and firebug will show you error response from your server,those GET and POST lines you see in console are requests blesta send to your server through module and if it pass line will have OK 200 response if not it will send error response,it can be anything .for example low conection timeout value or max alowed packet size value in mysql.ini settings or apache is restarted ...etc ,that is why it is important to see error.
-
You will see GET ,POST...etc lines with responses and requests ,errors (if have)will be red colored ,than if find errors click on that line and then click at response tab to see details and you will see error.for example "error 2xxxx Oh noes mysql server has gone...etc" in short you will see detailed error and from that you will know where to look for solutions
-
Install firefox extension firebug and than in right corner you will have firebugg icon(well icon is a Bug so you will know which is ),click on it to turn it on and console will pop up at botom ,then try to create account(or refresh page if already there) and you will see all requests and responses in console .Errors will be red colored.
-
You can look is there importer from THT to WHMCS, than you can go WHMCS to Blesta ,I do this once with community from Xen Foro to xy than xx
-
When blesta is installed on same server as plesk you will probably have issue with restarting server every time creating account.Solution is to set service restarting few seconds after account is created,if you are already do this then use some debugger extension and debug error(firebug will do the job)
-
Well I woud use SolusVM
-
Yep third option is best.
-
Well seems you have two option for IPs ,first is to set number of IPs when creating plan and second is to leave empty and specify number of IPs when creating VPS which is fine when it comes ordering VPS.Seems problem is offering IPs as service upgrade, there is no option for creating plan with IP only or creating addons and I don't see option to upgrade VPS plan at all from end user panel , which mean,if ther is no some addon for virtualizator you will have to resolve IP orders manualy.Maybe their demo server is restricted but I think it is not and it is probably reason why you didn't succeed to resolve this.You can use Blesta universal module for offering IPs and after procesing order you will need to add IPs manualy through Admin section in Virtualizator.