Yii Framework Forum: Open Source Yii CMS - GXC CMS - Yii Framework Forum

Jump to content

  • (12 Pages)
  • +
  • « First
  • 10
  • 11
  • 12
  • You cannot start a new topic
  • You cannot reply to this topic

Open Source Yii CMS - GXC CMS Rate Topic: ***** 14 Votes

#221 User is offline   Szigya 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 24-February 12

Posted 16 April 2013 - 03:23 AM

View Postmr80, on 26 March 2013 - 11:12 PM, said:

4/ Is there any advice for gxc's next development?


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.
0

#222 User is offline   vivek's 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 1
  • Joined: 06-April 13

Posted 16 April 2013 - 09:37 AM

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...
0

#223 User is offline   sbrfarhadi 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 44
  • Joined: 31-August 12

Posted 18 April 2013 - 07:34 AM

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?

Attached File(s)

  • Attached File  error.jpg (394.88K)
    Number of downloads: 7

0

#224 User is offline   ekerazha 

  • Advanced Member
  • PipPipPip
  • Yii
  • Group: Members
  • Posts: 505
  • Joined: 10-October 08
  • Location:European Union

Posted 18 April 2013 - 10:42 AM

View Postmr80, on 26 March 2013 - 11:12 PM, said:

4/ Is there any advice for gxc's next development?

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).
Yii user #37
0

#225 User is offline   sbrfarhadi 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 44
  • Joined: 31-August 12

Posted 19 April 2013 - 02:57 AM

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.


0

#226 User is offline   lucky@123 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 1
  • Joined: 13-May 13

Posted 13 May 2013 - 03:59 AM

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
0

#227 User is offline   Szigya 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 24-February 12

Posted 13 May 2013 - 05:46 AM

View Postlucky@123, on 13 May 2013 - 03:59 AM, said:

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
0

#228 User is offline   kalempir 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 25
  • Joined: 20-July 11

Posted 21 May 2013 - 08:45 AM

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:


Backend and resource part is working as expected.
I have problems with frontend part. When article title is clicked, I saw this page
Posted Image

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.
0

#229 User is offline   Szigya 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 24-February 12

Posted 21 May 2013 - 08:50 AM

View Postkalempir, on 21 May 2013 - 08:45 AM, said:

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:


Backend and resource part is working as expected.
I have problems with frontend part. When article title is clicked, I saw this page
Posted Image

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.
0

#230 User is offline   mr80 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 68
  • Joined: 21-December 10

Posted 21 May 2013 - 09:44 AM

@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
- Yii developer
- Tuan Nguyen - Freelance web developer
- Gxccms - Open source Yii cms
0

#231 User is offline   kalempir 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 25
  • Joined: 20-July 11

Posted 21 May 2013 - 10:11 AM

View Postmr80, on 21 May 2013 - 09:44 AM, said:

@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?
0

#232 User is offline   mr80 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 68
  • Joined: 21-December 10

Posted 21 May 2013 - 10:17 AM

I separated the cache into module, so you need to access the frontend cache at http://yourfrontend/cache to clear.
- Yii developer
- Tuan Nguyen - Freelance web developer
- Gxccms - Open source Yii cms
0

#233 User is offline   kalempir 

  • Junior Member
  • Pip
  • Yii
  • Group: Members
  • Posts: 25
  • Joined: 20-July 11

Posted 21 May 2013 - 10:23 AM

View Postmr80, on 21 May 2013 - 10:17 AM, said:

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.
0

#234 User is offline   Szigya 

  • Newbie
  • Yii
  • Group: Members
  • Posts: 7
  • Joined: 24-February 12

Posted 21 May 2013 - 10:42 AM

View Postkalempir, on 21 May 2013 - 10:23 AM, said:

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.
0

Share this topic:


  • (12 Pages)
  • +
  • « First
  • 10
  • 11
  • 12
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users