Open Source Yii CMS - GXC CMS

One more thing :).Now I tried to modify thumbnail pictures’ size and realized that the system of the cms is not enough flexible. No offense, but I think using widgets to update or create is a wrong way. Controllers should do this. For example if you want to manage more pages with the same core as mentioned before, and one site needs some modification, you have to modify (or avoid) the cms widget.

i m newbie need to use your cms. i want to know how to execute command line and create new web app. presently i m using xammp.

thanx…

[font=“Tahoma”]please help :-[


Warning: include(BeController.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\gxccms\core\yii\framework\YiiBase.php on line 421

why?[/font]

Use CPasswordHelper (from Yii 1.1.14) for password hashing.

I would also like a Bootstrap based backend theme (P.S. Bootstrap 3.0 will be out soon).

[font=“Tahoma”]i change backend/index.php $cms_version to $cms_version=’’;//‘1.0’;

with this code,my backend part loaded but dont any design!!

and submit login buttun with username: admin , password: 123456

redirect login again withot error!

for test, i comment line 40,41,42




if(!PassHash::authenticate($this->password,$user->password)){


$this->errorCode=self::ERROR_PASSWORD_INVALID;                

} else {



in UserIdentityDb.php,

i see another error!!!




Error 500

Alias "cms.modules.translate.components.MPTranslate" is invalid. Make sure it points to an existing PHP file 

and the file is readable.



in common/config.php comment lines 186-194 (translate)

but another error :(




Error 500

Property "CWebApplication.translate" is not defined.



help me please.

[/font]

How to install it on local system.

And what is the meaning of these command?

2/ Use command line to generate a new cms app

>_ php /Applications/MAMP/htdocs/gxccms/core/cms/cms.php cmsapp /Applications/MAMP/htdocs/project1

3/ Chmod 777 backend/assets, backend/protected/runtime, web/assets, web/protected/runtime

If you are using windows, you can skip step 3, its’s a right modifier command for your file/directory. 777 means all right(s) :).

Step 2 is a command in command prompt (Run: cmd), it executes cms.php script with 2 parameters. The first tells to the script to generate cmsapp, the second gives the directory. If you can’t run php command, you should add php path to your PATH environment variable or navigate to the folder of php and give the relative directory path from that.

I hope I could help :).

Misi

Hello to everyone.

I tried to test this cms, but faced with some problems.

ok, let me explain how I configured cms.

All actions was done on my laptop. OS is Ubuntu, standart LAMP configuration with rewrite module enabled.

I created 3 virtual hosts:

[list=1]

[*]http://backend.gxc2.test

[*]http://gxc2.test

[*]http://resources.gxc2.test

[/list]

Backend and resource part is working as expected.

I have problems with frontend part. When article title is clicked, I saw this page

As you can see, no article text is displayed on page.

On debug page there is only this sql query “SELECT * FROM gxc_page WHERE slug=‘post’ limit 1”.

Can you help me to learn to configure properly this cms.

Thanks in advance.

It was the same for me, I’ve written own frontend.

@kalempir :

Please go to Post Detail page and add a new block Content Detail View to that page in content region. Clear cache and you will the text of article.

Regards

Tuan

I didn’t find Post Detail page.

I went to Page -> Manage Pages -> Article Detail then clicked on name of page, which took me to update page, then clicked content region and Add new block and choosed type: ‘Content detail view block’. Then click on save button.

After all of this actions went to cache managing and cleared all things.

Then went to frontend but nothing is changed. :(

Where did I wrong?

I separated the cache into module, so you need to access the frontend cache at http://yourfrontend/cache to clear.

Thank you very much, now it is working. Excelent cms, I loved it.

Does query build works for you too? I tried these steps as well but nothing changed.

Hi, Thank you for this CMS, i was exactly looking for this CMS for Yii framework. There is a problem i am having in adding a php code to a new block in the content section of the page.

  1. I need to add the php code inside the page by adding a block (required) or a widget (if possible). But i am not able to insert a php code in the block. I also don’t know where are pages created in the frontend or backend folder so i can add manually. Please guide me how to add a php code inside a page using backend of the CMS. Any help will be appreciated.

Regards,

Nabeel Ahmed

Hi @Mr80 !!

First I should say that you guys have done a great job, gxc is excellent cms. But I am Having problem while connecting it with Postresql, so any help regarding to this issue will be highly appreciated.

great effort…keep it upppppppp

I am new to Yii and your GXC CMS. I see in the description of GXC CMS that you can "Easily define new content type like : article, event" I cannot figure out how to define new content.

Look Nice :rolleyes:

Hi, I’m interested in this project. I organize the folder like this:

/

— cmstest

— core

each time i try to start cmstest/backend/install this error appear:

Fatal error: Call to undefined method HttpRequest::init() in /core/yii/framework/base/CModule.php on line 387

Any body could help me or tell me why it doesn’t work

Thanks