Community Forum

Please read the intro before joining/posting. Thank you.

If you have questions about our software, chances are this forum has the answers.

You'll need to register before you can post on the forum to ask your question or to answer another one. A reply will be posted to each and every question that is asked so there is no need to double post or bump your post. We'll do our best to answer promptly, but in some cases it may take a day or two. If you bump your post, it may be removed. Bear with us and we'll get your question answered quickly.

Here are a few tips to help you to get your questions answered more rapidly.

IMPORTANT: Posts in English only. We don't employ translators and we'll be unable to understand your message properly and will probably delete it.
SOFTWARE: Each software has it's own forum. Software here is NOT supported. Posts about this software will be deleted. Supported software questions ONLY please.
SEARCH: Use the search option to see if your question has been answered on the forum before now or if there is an answer in the documentation of your software.
PERSONAL SUPPORT: If you have purchased a commercial version of any software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
LINKS: Any links posted are not clickable (to deter spammers) and must be copied / pasted into your browser address bar.

            

You are not logged in.

Search Results
duceduc @ 14-03-2018 09:17:46

Hello David. I wanted to let you know that there is a typo for the links within the email you have sent out for the new 5.2 update. You are missing the '.com'

To view the changelog, please visit the following:
https://www.maianweblog/changelog.html

To view the changelog in a separate window, please visit the following:
https://www.maianweblog/changelog.txt
Go to topic
Go to post
duceduc @ 19-03-2017 00:35:17

Hi David,
I am almost there. Since I am running a Linux box and not Windows, enabling the .dll extensions wouldn't work. I had to install a few extensions.

sudo apt-get install php7.0-mysqli
 

I can see the installer page now, but I still need to install one more extension.

sudo apt-get install php7.0-mcrypt
 

However, it is complaining a depends specific version is needed.

The following packages have unmet dependencies:
 php7.0-mcrypt : Depends: libltdl7 (>= 2.4.6) but 2.4.2-1.11 is to be installed
E: Unable to correct problems, you have held broken packages.

Ah. I figured it out. I added a repo when I installed php7. So I needed to call that same repo when installing php7.0-mcrypt

Go to topic
Go to post
duceduc @ 18-03-2017 14:30:51

Hi David.
I am getting an error during the initial setup. When I try to run the install, the log shows.

[Error Code: 1] Uncaught Error: Call to undefined function mysqli_connect() in /home/pi/www/grav/sites/journal/control/classes/class.db.php:20
Stack trace:
#0 /home/pi/www/grav/sites/journal/install/index.php(44): db->db_conn()
#1 {main}
  thrown
[Date/Time: 18 March 2017 @ 14:08PM]
[Fatal error on line 20 in file /home/pi/www/grav/sites/journal/control/classes/class.db.php]

I have tried uncommenting extensions in php.ini
php_mysqli.dll
php_pdo_mysql.dll

I am running:
Ngnix
php7

Is php7 not supported?

Go to topic
Go to post
duceduc @ 09-07-2015 04:37:25

In the admin area, can we have a select all button to delete all subscribers? Right know I have to select one at a time to delete all in a subscriber list.

Go to topic
Go to post
duceduc @ 14-04-2015 07:38:54

I am setting up email piping and got it to create tickets, but it's not moving the mails to the trash like I instructed too. I've tried combination of:

INBOX.Trash
Trash
trash

I am using gmail for catching the tickets.


Nevermind. I wasn't suppose to type in anything if I wanted the emails to be deleted afterwards.

Go to topic
Go to post
duceduc @ 12-04-2015 00:06:48

I am working on customizing the script and am working on the 404/403 pages. I have setup a new folder call '_vintage' as my theme. I found the file 'class.header.php' where it loads the 404/403 template page.

In the 'class.header.php page, the error page templates still default to the error pages in the '_default_set' folder even though I have set the script to use '_vintage'.

I don't think I broke anything on my end. Can you confirm this David?

Update: I reverse the order in this code within the file and it seems to be working as it should.

From:
$tpl->display('content/'.(defined(MS_TEMPLATE_SET) ? MS_TEMPLATE_SET : '_default_set').'/headers/403.tpl.php');

To:
$tpl->display('content/'.(defined(MS_TEMPLATE_SET) ? '_default_set' : MS_TEMPLATE_SET).'/headers/403.tpl.php');

Go to topic
Go to post
duceduc @ 03-04-2015 09:24:59

It is where the customer logs in and reply to a ticket. After submitting, their message is posted, but the comment still shows in the comment field box. Refreshing the page and or clicking on the submit button again will add duplicate comment.

Go to topic
Go to post
duceduc @ 03-04-2015 07:33:42

I noticed after submitting a reply from the client side, the comment doesn't clear from the comment box. Can you confirm this?

Go to topic
Go to post
duceduc @ 25-03-2015 11:40:57

Yup. The updated file worked. Thx.

Go to topic
Go to post
duceduc @ 24-03-2015 07:04:18

I've fixed the issue. My forms are loading now. For some reason, it doesn't want to load with a subdirectory url, it has to be a subdomain url. I've added a mod rewrite to direct to 'subdomain.domain.com.' However, I am having licencing issue. The script is setup on a subdomain from a domain I have created the licence for. Whenever, I try to login in to admin, it says I am using a domain the installation wasn't licensed too.

Out of curiosity, if I am only getting a licence error when I try to log in to admin, will I still be able to submit a form and have it save to the db? When I try to submit a form after clicking on the submit button, it just spins and doesn't save my info. Is this due to the license error I am having?

Go to topic
Go to post
duceduc @ 24-03-2015 05:56:19

Hi David. I've recently switched hosting provider and am having issue with responder not showing my signup forms. It currently display a blank white page. I am able to view the admin page just not my forms. The script runs fine on my previous provider and on my localhost. I've also emailed my hosting company and ask if the requirements listed on maian responder site are enabled. Haven't got a response yet.

Go to topic
Go to post
duceduc @ 28-02-2015 11:27:12

Hmm. I'm using thunderbird to view the emails.  Let me check the thunderbird settings.

Go to topic
Go to post
duceduc @ 24-02-2015 19:35:44

Yes, having the whole email is too long. I've cut it down to display before the @.

Go to topic
Go to post
duceduc @ 24-02-2015 19:31:46

It's not clickable; it's in plain text.

Go to topic
Go to post
duceduc @ 24-02-2015 19:30:15

Thx. I'll change it up and see how it looks.

Go to topic
Go to post
duceduc @ 23-02-2015 11:50:01

For the 'submission - Please confirm your email' in the body where it shows our name and website below, the website text doesn't show the 'http:'. When I try to add 'http:', the script just omits it. It's displaying domain.com but I want it to display 'http://domain.com'

Go to topic
Go to post
duceduc @ 23-02-2015 10:31:04

I've found the file. It's in signup.php

Go to topic
Go to post
duceduc @ 23-02-2015 09:46:25

In admin, campaigns, can we have it order by id instead of campaigns? See the numbers out of order just don't look right.

Go to topic
Go to post
duceduc @ 23-02-2015 08:25:19

Hi David. Can I change the 'Hello {name}' to 'Hello {email}'? I guess you don't have the 'email' variable setup. Is this possible for me to add or the file is coded?

Go to topic
Go to post
duceduc @ 28-01-2015 12:38:26

Hi David. Thank you very much. I appreciate the kindness.

Go to topic
Go to post
duceduc @ 27-01-2015 06:11:08

Ok, got it.

I wish I had participated when the script was in beta so I got at least test it with unlimited campaigns.

Go to topic
Go to post
duceduc @ 27-01-2015 00:20:42

When creating a broadcast or follow-up message, the subscription will not run if I do not select a campaign and or select a date in the past? I am asking because I wish to only send out a selective few subscribers and not all.

I saw the tab call 'send date/time', Send Only to First XX Subscribers. By default it is set to '0'. If I know the subscriber's id, can I input it with a comma to only send out to a selective subscribers?

Go to topic
Go to post
duceduc @ 25-11-2014 02:44:57

Yes, I am.

Go to topic
Go to post
duceduc @ 25-11-2014 02:43:33

I guess it's the whole idea of how web hook works. Mandrill isn't logging into our db to delete emails. It is done before it gets to the db. If we check this box, how will the db knows to delete that email if it never reaches there.

Maybe I'm thinking this all wrong.

Like the the example you gave about checking 'message is sent'. If we check this, the db will not be written as mandrill will stop that email address from coming in.

Go to topic
Go to post
duceduc @ 25-11-2014 00:49:18

New to this web hook setup. Basically, this function helps to minimize any potential invalid,spam,etc emails saved to your db? I've setup webhook for mandrill. I figured out why the emails aren't coming in to my subscriber table. I had 'Message is sent' checked.

I understand most of the triggers events except this one.

'Message Recipient Unsubscribes'

Go to topic
Go to post

 

100% Free SoftwareSoftware Versions, Development, Docs & UpgradesHostingNewsletter
Made with in the U.K & Hong Kong

Free PHP Scripts / Responsive PHP Scripts / Lightweight PHP Scripts / White Label PHP Scripts