Yii 1.1.14 includes CPasswordHelper for passwords hashing (however, it actually uses mt_rand() for salt generation, it doesn’t use openssl_random_pseudo_bytes()).
CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute… The SQL statement executed was: UPDATE gxc_settings SET value = :v where category = :c and key = :k
How can I change to show whole of content instead of summary of it in home page?
if I want to ask my question in another way I want to know in which part I can change the content of home page to for example show tag or… in the home page?
when i uplaod an image to showed in content,it doesn’t display and when i see source code of page i know that the path of image isn’t correct,how can i correct it?
Hi! I had the same problem, but allowing the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute haven’t solved it. I’ve imported the database from _DATABASE manually and purged from the code $sql="…_DATABASE…"; parts and others related to it.
I have been quite busy these days. I am sorry for some silly bugs in this version. Until the end of March then I will be able to fix bugs and enhance it. Just want to notify.
Besides, I have some questions that I want to ask:
1/ I want to implement the Cache for the Frontend. Current solution is that I create Fragment Caches for each regions in the layout. Further more, I will do cache in block_output if needed. Do you have any advice regarding this?
2/ The Mobile layout. As you can see, I changed the frontend folder from old version to ‘web’, so that I can create another frontend for ‘mobile’ later. Current only page supports to create page for a specific apps: ‘web’ or ‘mobile’. What do you think about this?
3/ What do you think about multi-sites idea for this cms?
4/ Is there any advice for gxc’s next development?
I agree with ekerazha, no need for separated mobile.
I think that would be nice, and as I realised, this folder structure is suitable for this aim.
I think Taxonomy and Term part can be a bit different. Maybe I do something wrong, but if I have an Article and an Event with the same topic (e.g. cinema) and I want to search for it in archive, I have to add two separated term to my query instead of the same one.
It would be nice if existing Terms could be added to Taxonomies.
For me was an other problem that block defined with queue didn’t worked on the web side, but I still had no time to figure it out.
That’s it, have a nice work and thanks in advance!