RevCMS Comments on News

Habplay

Member
Mar 27, 2015
74
1
Once again, hello!

I'm running a hotel on my VPS and on localhost. Same db, same CMS, same SWFS, same everything. But on my localhost ''comments on news'' works perfectly, where it ain't on my VPS. Screenshot: - That's what happening when I try to comment. It's strange since I have imported the cms_news from my Localhost DB and it still don't work. Can anyone help? In advance, thanks.
 

Habplay

Member
Mar 27, 2015
74
1
Tried changing it to NULL, but it didn't work. Its Strange it works on my localhost with same db, when it ain't on my VPS. Thanks for the reply though :)


Sent from my iPhone using Tapatalk
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
It may be because of your links. Is the hotel online if so is it possible you could give us the url so I could see what the actual error is.

Private Message me for more help!
 

iGlenn

:)
Jul 21, 2015
618
92
its saying that because the column doesn't exist so create it

cms_news > design table > add field author

or if you don't know how to do that just run this query

PHP:
ALTER TABLE `cms_news` ADD `author` VARCHAR (999)
 

JayC

Always Learning
Aug 8, 2013
5,495
1,398
its saying that because the column doesn't exist so create it

cms_news > design table > add field author

or if you don't know how to do that just run this query

PHP:
ALTER TABLE `cms_news` ADD `author` VARCHAR (999)
Just so you're aware it said the column doesn't have a default value, not that the column doesn't exist.
 

Users who are viewing this thread

Top