Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
Hello; I intend to use corebos as a interface for a language school reseller.
They are selling package english programs and collecting information from students to be used in school registrations.
So for this purpose I thought core bos would be perfect fit with its already programmed customer portal/crm interface; but couldnt take up the project to an end.
Tried many versions and all versions had different troubles. Now I downloaded the latest version and tried to install it but detail pages are not working again.
My host dont let me change the service variables and it works in Native mode. But set up worked properly and installed the system.
How can I get help about installation of GitHub versions?
Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
I am trying to set it up at a GoDaddy ultimate hosting and dont know all requirements.
Current settings :
allow_url_fopen On
display_errors On
error_reporting ~E_ALL
file_uploads On
include_path .:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php
log_errors Off
mail.force_extra_parameters no value
max_execution_time 3000
max_input_time 3000
memory_limit 512M
open_basedir no value
post_max_size 128M
session.save_path /tmp
short_open_tag On
upload_max_filesize 1G
Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
<!-- m --><a class="postlink" href="http://crm.canadagec.com/index.php?module=Contacts&action=EditView&return_action=DetailView&parenttab=Marketing">http://crm.canadagec.com/index.php?modu ... =Marketing</a><!-- m -->
None of the detailviews are working...
Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
Even when I upload the current state from GitHub; corebosupdater still updates many files and with current files and my config file system is not working.
Some assistance would be really nice...
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
I can't log in; need user and password.
I have been looking for some time to write a howto on installing and maintaining code up to date. I will eventually get around to it. In the mean time the easiest is to have shell access and use git command line:
git clone <!-- m --><a class="postlink" href="https://github.com/tsolucio/corebos">https://github.com/tsolucio/corebos</a><!-- m --> {yourdirectory}
make sure your webserver user has enough permissions in the {yourdirectory}
do a normal install
load cbupdater changesets and apply them
from then on it should be:
cd {yourdirectory}
git pull
load cbupdater changesets and apply them
(repeat forever)
Give me access so I can have a look. Check the apache logs to see if you are getting any error that can give us a clue as to what is wrong
We can help you get it working.
Joe
TSolucio
Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
User : corebos
Pass : corebos
I am also looking for logs will post soon.
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
The install seems to be working correctly. I created a lead, ticket, navigated around from here to there.
Everything looks normal.
Joe
TSolucio
Posts: 40
Threads: 6
Joined: May 2014
Reputation:
0
My required functionalities are:
1-Abilty to capture leads from web forms module.
Sample in: <!-- m --><a class="postlink" href="http://startup.canadagec.com">http://startup.canadagec.com</a><!-- m --> (Created with old version) If you fill the form and send it you can see the problem.
Now it is not working. I cant create new forms and use them.
If I try to click Edit button on any web forms; it does nothing.
Detail pages are generally not filled properly if I click Edit.
2-Giving leads(I turn them into Contacts and give them Portal Access) ability to add private documents/info; ability to send tickets, see faqs,
Problem was here in old version; people were able to see each others documents and contacts
and I wasnt able to change visibility options to make everyone private.
As they all generated by lead capture form they all have the same organisation name so they reach each others info. If I leave it blank; it shows all blanks to each other.
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
I just tried this on my local machine and it seems to be working correctly.
Joe
TSolucio