Yii skeleton app

Quote

Great job with the skeleton. Its a great way to start working with the framework.

However i´m having an issue with the /post/list page. It wont load the "body" of the page and the css. Im not getting any error messages. Everything else works fine!

This is what it looks like: http://skitch.com/ca…mozilla-firefox

Anybody else having the same problem?

Your folder permissions are wrong. Make sure that there's read access to the theme folder and read/write to the asset.

Quote

Quote

Great job with the skeleton. Its a great way to start working with the framework.

However i´m having an issue with the /post/list page. It wont load the "body" of the page and the css. Im not getting any error messages. Everything else works fine!

This is what it looks like: http://skitch.com/ca…mozilla-firefox

Anybody else having the same problem?

Your folder permissions are wrong. Make sure that there's read access to the theme folder and read/write to the asset.

Changed my folder permissions but I´m still experiencing the same problem. It´s only the /post/list page that is affected, all other pages work like they should.

That's really weird.  Does not source code have a link to the main.css?

I got s sub-update up (changed ParseCachebehavior according to how I described)

Docs updated:

http://code.google.c…wiki/parsecache

The way it works is much simpler now.

Also could you see if you still get that bug carlj?

Update:

http://code.google.c…p/wiki/TextEdit

Requires r762

Note that the table schemes are different, and there is a new table with some data that needs to be loaded before running the app.  See the sql file. 

Your changes sounds really nice, but I have some issues with it currently. TextEdit won't load, probably due to uppercase/lowercase differences between Windows/Linux environments.

I see you are using the new modules extension! Perhaps some other stuff can become a module too?

Really?  Could you try going directly to

/TextEdit/textedit/process

you should get a "only ajax allowed error"

If not try different cases

I don't see why it shouldn't work though…

  • do you have the latest version of Yii (from svn)?

  • did you install/update the mysql tables?

Hi,

i have error when i try News Archive:

Quote

Property "User.aboutParsed" is not defined

I have version from trunk

Did you update the tables?  Delete all the mysql tables and re-add them with the file supplied under /protected/config.  There are new columns in this version.

Ok, works, i added only textedit table.

Can someone write how to work the module TextEdit? To work using ajax?

ok, unless I know.

i not noticed that i have to click on the yellow words. But i don`t know why have always "Loading…" and it will not happen more.

It should not say 'loading…', it should show the content.  Probably the same bug as Maxximus  is getting.  i'm going to install this on my paid linux server to debug it…

Bug fixed.  You can manually fix it yourself by looking at the diff:

http://code.google.c…rce/detail?r=51

And I might as well post the demo:

http://yii.cubedwater.com

you may login with admin/admin

Yep, thanks! Works like a charm now. Uppercase/lowercase issues will never go away completely unfortunately ;).

I've also applied the r50 change:

Yii::import('TextEdit.models.*');

This seems to need r770 at least.

*edit: Can you explain 'All edits are logged to a file under the watch level'  a bit more? Sounds interesting…

http://code.google.c…/downloads/list

There is nothing to download?  Is there another way to get the source?

Hi,

i used client SVN, ie. TortoiseSVN

Quote

Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.


svn checkout http://yii-skeleton-app.googlecode.com/svn/trunk/ yii-skeleton-app-read-only

You need to know how to use SVN anyways if you want to use the skeleton, as it requires the SVN version of Yii.

@Maxximus

I'll fix the wiki page to explain that better

Hi Jonah,

I am using the latest version in SVN (r55) on Yii-1.0.3. Clicking 'Users' button on the menu shows following error.

Quote

CDbException

Description

CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1052 Column 'created' in order clause is ambiguous

Does anyone know the cause? Below is the actions I have taken.

(1) Downloaded and unpacked 1.0.3 release of Yii

(2) Donwloaded yii-skeleton-app in SVN from google code

(3) Made MySQL databases

  $ mysql -ppassword databasename < tables.sql

  $ mysql -ppassword databasename < testData_Post.sql

  $ mysql -ppassword databasename < testData_User.sql

(4) Uncomment following line in .htaccess

  IndexIgnore /

That's weird… Anyways this should fix it:

http://code.google.c…rce/detail?r=56