Code

Discussion on CMS pro - Content Management System

Discussion on CMS pro - Content Management System

By
Cart 2,831 sales

gewa13 supports this item

Supported

7998 comments found.

HELLO YOURE IGNORING MY EMAIL, WHY DID YOU TELL ME TO EMAIL YOU 3 DAYS AGO?

I cant buy if i cant get my questions answered

I have replied to your email 2 days ago. Please check spam folder

There is no email response, please send it again or fwd it again, this is a business email so all “spam” is still marked as such and i would have seen it in my inbox… its info at completeajob email

Hi,

1) do you plan to add other free modules? for example a customer notice module

2) Your cms is pure pure php or is it a software?

Thank you

1. Not sure what customer notice module is.
2. Yes it written in pure php

Hello great friend Alex, could you give me an help I’m starting from scratch a new installation after a while without using Cms Pro now I’m already in version 5. When I installed the digishop module when access it loads all the system menus same as the menu not posted could help me I’m using in localhost (no server).

hi, im trying to login to the live demo with admin/password and its not working, i get a notification that login is successful but then it rerouts to the regular front pages and im not logged in. im not having that issue logging in as user demo.

i emailed you last night, still waiting for a response

HELLO WHY DID YOU TELL ME TO EMAIL YOU IF YOURE GOING TO IGNORE MY EMAIL, YOURE COMMENTING BELOW ON OTHER PEOPLES HELP

I have replied to you 2 days ago. Please check your spam folder.

Hello, my problem is with the logo. I first set the database setting as logo.png and the logo is OK. Then I changed the css to sytle the logo size. But I didn’t adjust the logo size. Can you help me. I have installed the latest update. But my question goes on.

Hi Alex I will email you this 4. Regarding CMS 5 pro. Every time I gave my problems and site information. 3 days I can’t get an answer from you or there is no change in the site. I don’t know how you support me.

Reply sent.

Thanx.

Hello, I would like to know if you already have more templates available for version 5 of CMS PRO

Can send a URL to buy its. Thanks

Sorry, at this time no cms pro v5 templates are available. There will be some in upcoming months.

Thanks, Please tell me when have templates.

Sure I will

Hello !! As I mentioned the other day, I already bought Cms pro and Digishop. There are two issues at the moment: Why does not any item appear in the shopping cart? And I want to have cms pro in Spanish. Should I do something in the database? What is the procedure? Thank you.

Yes, the new v5.1 is available, as for booking module, no eta yet.

how can I download it ???

From your codecanyon dashboard

Hi, is it a Multiuser Website Builder?

NO, its not. Single site only

Regarding the live editor, the icons don’t work, and the text editor is not applied to the text at all.

Was this fixed yet or not?

Yes, I can see it, but not able to recreate it. Can you send me your server access?

I found the problem, it turns out your Live Editor works by Text Injection, and i had a chrome extension that disables that.

So i just started incognito without plugins and it worked perfectly.

Yeah, chrome extensions might do that.

Alex, I have been looking at your code which is supposed to run the recurring payments, and comparing it to the initial charge you make when a customer enters their details with stripe.

Within your database, you have a field called extra2 and this seems to contain the currency information, So for example we have ours set to GBP which is for the UK.

I looked at your initial code on the stripe api and it seems that you have the code correct here using the extra 2 field.

However, when I look at your cron.class.php which I assume runs the renewals, the code is very different. It states in the currency part of the script is in usd see the following:

require_once (BASEPATH . 'gateways/stripe/stripe.php');
$key = Db::run()->first(AdminController::gTable, array("extra"), array("name" => "stripe"));
\Stripe\Stripe::setApiKey($key->extra);
if ($data) {
    try {
        foreach ($data as $row) {
            $tax = Membership::calculateTax($row->uid);
            $charge = \Stripe\Charge::create(array(
                "amount" => round(($row->price + $tax) * 100, 0), // amount in cents, again
                "currency" => "usd",
                "customer" => $row->stripe_cus,
                ));

the currency => usd

Should that not be using the same kind of method as when it first takes the payment.

$row = Db::run()>first(Membership::mTable, null, array("id" => $cart>mid));
 $charge = \Stripe\Charge::create(array(
     "amount" => round($cart->total * 100, 0), // amount in cents, again
     "currency" => $key->extra2,
     "customer" => $client['id'],
     "description" => $row->title,
     ));

See you have currency => $key->extra2

Is this what could be causing our recurring payments not to work?

Also, I notice that the cron class file is running the public static function expireMemberships($days) first.

So if it ran that first, it would remove the expired memberships, and the recurring part would not run as it has already stripped that data out of the database, and then it runs the stripe part for the reecurring payments, but there would be none as the data has already been removed by that function.

Maybe this is where the problem lies. Last chance to fix this, as I have spent over a week messaging you and getting nowhere.

We are processing payments in GBP not USD

Have a look at your cron class file and tell me what is wrong?

I have checked stripe and there are no errors apart from a few that are when they first sign up to the service. Any chance of a reply tonight or do I have to wait another two days! Getting beyond a joke this now.

Ok alex, explain to me how we should work with stripe. Do we have to set up subscriptions within stripe? as you state a few times on this comments page that you dont need to do anything at stripe as your script will do it for you?

Another day passes and still no support, this has now been ongoing for so long… please read my replies and I have emailed you screenshots!

Alex, I really don’t think it is fair that you leave customers who purchased this script in the dark when they have a problem that only you can fix.

We have now had 5 days go by when the stripe renewals should have taken place. That is now over 40 people who are left with an expired membership because your system does not function as you say it does. You state that stripe uses a cron job to process the recurring payments, yet we have asked you time and time again to fix it as it does not take recurring payments.

Fair enough the first error you told me was a typo in your code? Then that surely shows that you have problems with the code you are selling as your cron.class.php that is supposed to perform the renewal task just does not work.

I am sick to death of asking you to fix this problem, how can a business operate when the tools it is using has bugs. There is no documentation to assist us, so we rely on YOU answering our support questions, is that not what we paid for?

Another day passes, and you don’t even acknowledge the emails and posts?

Is there anyone on this message board who have had the same problem and found a fix?

STRIPE RECURRING PAYMENTS = NOT WORKING we cannot be clearer than that.

I have sent you the ftp details, the site logins what more do I need to do?

But, I have replied to you, and cron jobs are running fine. What else would you like me to do

Alex, do you actually read the comments? Yes the cron does not throw an error, but it DOES NOT renew the payments as you state?

Basically the recurring part is useless, as not one single recurring payment has gone through.

You have limited instructions, so how do you expect me to fix it?

We are using stripe, we have a membership set to recurring and it is not recurring, the memberships are expiring and getting removed without taking a payment and leaving the customer with no access.

Why dont you log in to my system and see for yourself. The membership is no good if it does not take the monthly payments from the customers. That is the whole point or recurring payments.

You say we do not need to create a subscription in stripe as your cron is supposed to renew the payments and it DOES NOT.

I think that is pretty clear? What we would like you to do is fix the part where the stripe is supposed to take payments!

how can I purchase? what is the procedure???

Just click on it and add to cart

Hi Alex

Firstly I apologise for bombarding you with messages. After trying to find out why we were getting the fatal error I had a good look through the system and noticed that STRIPE had the live mode switched off, which is strange as it has taken the initial payments no problem.

Anyway, after turning this to live mode, we do not get any errors, so the cron job is running okay now.

However, the problem we have is the recurring payments are just not working. We have lots of renewals and none of them is taking the next payment, all it is doing is removing their membership as it has expired (month to month basis).

We are using Stripe and you state that the cron job will process all the recurring payments, but it is not. It is not renewing any payment at all?

So, we really need you to help fix this as the cron job is not doing its job as you state in your comments. You say that the cron job should renew the recurring payments, but it is not, it is doing nothing except remove the membership from the user as the month has expired.

We have this set up so that the membership runs for 1 month at a time on a recurring basis, how do we fix this? we need you to help here.

Thanks Barry

Alex, please could you fix this tonight as its 4 days and we still cannot renew these stripe recurring payments? We cannot continue like this with so many complaints, thank you.

Additional information you may need. As the script has not renewed the memberships through your stripe recurring, it has completely removed the access for each user as it is performing removing accounts that the membership has expired from, I think we have around 30-40 that have a recurring membership but it shows they do not have any membership due to this issue.

hi sir,

I’m new for cms pro v5, i just installed 3 days. I need a clarification for Membership, staff, editor, a member for user creation. the access level of the user (public, member…) for page creation. where it is created and how it is worked..?

Sorry, I dont see your proof of purchase.

Hello,

I have a small question about v 4.10

I would like to put the menu centered on the quadro theme

could you help me?

Thanks

Sure, please send me an email and your site url, so I can take a quick look.

Alex, why I am having to post on here every day. This is joke now.

Thank you for fixing the problem with the cron job, however, the recurring payments are not being taken with stripe?

You state that the cron job does this, when clearly it is not working. I am fed up with the time it takes to rectify these problems. We cannot keep telling our customers who are on a recurring payment that we have a technical problem, when clearly the software you sell is not doing what you say it should do.

Please can you get this fixed today.

I have emailed you the information AGAIN.

Thanks Barry

Alex, some more information after getting my hosting company to look at this. They state that the cron is running when applied, however a new error happens now on the actual file itself not the job.

PHP Fatal error: Class ‘Locale’ not found in /var/www/vhosts/*.co.uk/httpdocs/lib/core.class.php on line 35

Before you ask, the extension php extension intl is enabled, they have checked this twice and it is running and enabled so it is not that causing the issue.

So that explains why the script is not fully functioning.

Please can you fix this using the log in details etc.. that I have already sent through to you. I cannot allow this to go on for another day. we are getting complaints and people now threatening to move off the service, so we are going to lose customers if this cannot be fixed.

It has taken 3 days so far to try and get this problem fixed.

I expect this to be fixed today please, I am starting to lose the will to live with this.

Thanks barry

Reply sent.

I have sent more information to what the problem is that my hosting company have said. Please have a look and fix the problem tonight, thanks Alex.

Alex, I have emailed you with error information. We have ran the cron job after we found out the correct way it should be done, and now we have tons of errors. Please answer my email ASAP, it is costing us customers now as the software is not doing what it should do.

We have lots of unhappy customers on a recurring membership and we cant renew them as the damn cron is not working.

I have to wait now until you see this which will be late tonight, and more unhappy customers.

I need this fixing today, not a quick reply, a fix! We paid for software that we expect to work. Please get back to me

I am even more fed up now, I though I know I will extend the memberships of those on recurring so they can at least access the content, but NO, that does not work either. Please sort this out today Alex, its costing us money and making us look incompetent.

Alex, me yet again. I have sent you another email with all the details you need for our ftp and server so this problem can be fixed. Thanks

Its all fixed now. Reply sent

Hi,

I am very interested in the content management system Question before buying multiple licenses. But why not add two modules? Need both modules here One ticket support module and one customer testimonial module?

Thank you

There was no demand for support or testimonials modules, that’s the only reason I did not develop them. If you really need those, please email me from my profile page

which file should I change to change the shadow/border red of the images?

EX. http://www.wojoscripts.com/

Album One, has a red shadow with a red border as the mouse skips over it.

Sorry, I dont see your proof of purchase.

URGENT

Hi Alex

This is urgent as we have expired memberships on the recurring basis, so this is making us look very poor for service.

The cron job is failing, we are getting an error.

PHP Warning: require_once(../init.php): failed to open stream: No such file or directory in /var/www/vhosts/*.co.uk/httpdocs/cron/cron.php on line 11 PHP Fatal error: require_once(): Failed opening required ’../init.php’ (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/vhosts/*.co.uk/httpdocs/cron/cron.php on line 11

I need this fixing today, it is mega urgent, please can you get back to me as soon as you read this, we have lots of renewals happening yesterday onwards, but the script is failing.

PLEASE HELP ASAP.

Thanks Barry

Also the intl extension is installed and enabled so its not that.

Hi Alex, I have sent this via email as well, sorry to hound you, but I need to fix this tonight, it is really important, please reply :)

Make sure to run cron using url method like wget, and point to yourdomain.com//cron/cron.php. The error message you are getting say that init.php file does not exists, byt that can t be right otherwize your whole site would not work

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey