Giter Club home page Giter Club logo

cms's People

Contributors

botchris avatar marlinc avatar quickapps avatar scrutinizer-auto-fixer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cms's Issues

minor issue on setting a different flag image for languages

QACMS 1.0, I was working on a theme and I wanted to change the default flag images for languages.
I put my images in '/img/locale/img/flags/us.gif' under my Theme root dir, then on editing the language settings I put the relative address to the proper field ('Custom flag icon').
I saved and on the frontend I could see the new flag, but the 'Custom flag icon' field was empty after saving (but it works, it just doesn't display the content).

Radio buttons and checkboxes does not remember their settings

How to reproduce the issue: Create a radiobutton or checkbox field in any content type, give it at least 2 options. Then, create an item of that content type and fill the radiobutton field choosing any option. Save it. Then, edit the created item. The choosed value for the field isn't there.

What should happen: The content type should save the checkboxes / radiobutton states when saved and retrieve them when you try to edit them.

minor issue on default theme (on a fresh new installation)

I've just made a fresh new installation (on mac, this time).
Finished the installation process, I logged in on admin backoffice, clicked on "View site" ...and no theme was selected and I could see the web site ...without a theme selected.
In the admin section "Appearance" the Default theme was not set as default, after clicking on "set as default" everything has gone fine.
So, now on a fresh new installation, no theme is selected as default Theme.

Deleting a cloned block (no deletion: link corrupted)

Last github version.
I tried to clone a block (ie: Slider and Navigation), after when I clicked on the "delete" link on the cloned items (and after confirming the alert) browser has been redirect on Dashboard, no messages and above all no deletion of blocks.
Probably it's something easy, when I tried the procedure again I found that urls on "delete" links are corrupted:
http://localhost/qa/admin/block/manage/delete/%7B17
instead (I presume)
http://localhost/qa/admin/block/manage/delete/17

Gabri

List field doesn't save values

If you provide more than one line in a l ist field, you can't save the field. The List Item section is blank after saving.

Permissions problem

In /admin/user/permissions/
When you select an item to change the permission, jquery ajax returns an error '400 Bad Request ', and nothing happens.

Field type file

Add file field to a content type
Allow to 10 images.
When registering a new content, adding images, only allows the maximum upload 7 files, not allowing you to enter the 3 missing.
Thanks.

$node['Node']['comment_count'] not updated

QACMS 1.0RC3 (not last from github)
it seems that the $node['Node']['comment_count'] it is always set to "1" (theme_node.ctp)
If I add a new article it indicates:
"published by admin on Mar 08, 2012 16:37 | 1 comments"
If I Add new 5 comments ...it always says that there is 1 comment (I don't think it's a cache problem)

An Internal Error Has Occurred

I get the error message: "An Internal Error Has Occurred
Error: An Internal Error Has Occurred. "
It's after filling out the database info.
Only qa_acos table is created. It's last row is:
151 141 my_account 299 300

cannot save hidden value on Field display format

QACMS 1.1
Display adjusments of a content type

When I save with the Format > Hidden checkbox selected ...it says that "Field has been saved." but Hidden isn't set, in the "Display Settings" the field "Format" is not Hidden but Plain or Full...

I verified the same behavior in QACMS 1.0

Timezone not set

Timezone should be set before using any time related functions otherwise your /tmp/logs/error.log will be full of warnings (and slow down the system)

New User Role does not have access to the dashboard

Ex.
create a new role(suplliers)
add permissions QuickApps/dashboard/admin_index
add permissions User/user/admin_login
add permissions User/User/admin_index
add permissions User/user/admin_logout

Create a new user with role suppllier

I imagine that with the above permissions, I could, as a new user of role supllier, access dashboard .. but I get a "You are not authorized to access That location."
Do you have any permission that needs to access the dashboard?

Thanks

Problem on traslate contents

Hi Chris,

There is a problem clicking on the "translate" link of a content that has set a specific language.
It seems that the find filter condition is not correct on ContentsController > admin_translate (line 109):

  • my content (i don't know why) has not a 'NULL' value on "translation_of" field (it's just empty)
  • it looks for a node that has "___" in the "language" field ...but that node has the language that I choose (ita)

Typo on Gravatar configuration

There is a typo on Gravatar configuration
In the Rating section the legend is ok but the first element of the select list is "P" instead of "G"

theme installation/unistallation problem

I encounter (again) problems on installation of a theme (zip made with the shell script).
After the installation I cannot see the default image of the theme and the information contained in the yaml file (the 'settings' field of 'module' table is NULL).
Then if I try to uninstall the theme I have an error message at the top of the page:
"Error uninstalling theme '[Theme name]'"
So I checked the error.log file. I discovered that during these opeations (install/uninstall) I have this stack trace:

2012-01-22 15:03:12 Error: [NotFoundException] The requested file was not found
#0 /home/gabri/workspace/uacepquickapp/app/Cake/Controller/Controller.php(933): MediaView->render(NULL, NULL)
#1 /home/gabri/workspace/uacepquickapp/app/Cake/Routing/Dispatcher.php(111): Controller->render()
#2 /home/gabri/workspace/uacepquickapp/app/Cake/Routing/Dispatcher.php(86): Dispatcher->_invoke(Object(ThemesController), Object(CakeRequest), Object(CakeResponse))
#3 /home/gabri/workspace/uacepquickapp/webroot/index.php(47): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#4 {main}

I have this stack trace twice for every operation (with same text and timestamp too)

Initially I tought that the problem could be the fact that I used (in the first test) a Theme name with a quote character inside; anyway trying to make a TestTheme with no strage chars and I have the same behavior.

I hope it helps

Comment redirect issue on a "RewriteBase" installation

Hi Chris,

I've just installed the QACMS 1.0RC3 on an hosting provider.
It was just a test and I put the installation on a subdir of a already existing domain. I had to adjust the .htaccess files (on root dir and webroot too) adding this command
RewriteBase /qa13/
Where qa13 was the folder for the installation of QACMS.
Everything worked fine (intallation, navigation after installation, backoffice...)
When I tried to add a Comment on an Article, after clicking in the Submit button, I was redirect to an url (not found) like this:
qa13/node/[domainname]
the entire url was (assuming the domain name was "www.example.com"):
http://www.example.com/qa13/node/www.example.com
and not in the correct article path:
qa13/article/test-article.html

Strange behavior, in these days I'll try to debug this

Thanks

Install issue exception

When going through your install I get "Plugin ThemeDark could not be found" and install ends

Content tagging doesn't work properly

QACMS 1.0RC3 works fine.
Latest version from github: when I add an article the Tags field has no autocomplete support anymore and if I add a tag it correctly add it, but if I edit again the article I see on the Tags field the ID of the term and not the term itself

search problem

It seems that search result form will always show all nodes, regardless inserted words

some images seems to have not correct url

I don't know exactly when but it seems that some images, like gravatar default, havent' a correct link so they arent' shown.
Gravatar default image has an url like /img/anonymous_avatar.jpg and not /system/img/anonymous_avatar.jpg (like the logo one in frontend web site that shows properly).
I found the same problem on the admin login page, in this case with the logo image on the left side (/img/logo.png and not system/img/logo.png)

There is another probably small problem, in some pages (with debug setting > 0) on top of the frontend website i can see
"Notice (8): Undefined variable: SetSmileyURL [APP/Plugin/Comment/Model/Behavior/BBCodeBehavior.php, line 25]"
ie: in the "Hook Tags" page

I hope these are not problem derived by my modifications

issues on: seo tools, media manager, ckeditor, js links

I've made a new fresh install (at 12:00 am more or less). I've downloaded all modules from github using the zip links.
I've found these problems:

  1. on installing and activating seo tools module I have no problems, i can edit settings too but I receive an error page with this message when I click on the menu "Seo Tools" in the back office top bar (/admin/seo_tools/urls):
    "Missing Database Table
    Error: Table qa_seo_tools_urls for model SeoUrl was not found in datasource default.
    Notice: If you want to customize this error message, create /home/gabri/workspace/quickapps/View/Errors/missing_table.ctp"
    Note: But after reinstalling it (and tried other things) now I have "just" a 500 internal server error on url: admin/seo_tools/urls
  2. a problem on media manager, I see an error (url path I presume) on loading this js: mediamanager/js/elfinder/i18n/elfinder.en.js
    When I try to add a new directory I have an error message that disappear almost immediately on confirming the name "invalid backend configuration" and no folder is created (it seems not a problem of permissions on filesystem).
    But I had no problems uploading images (both in "slider" than "uploads" dir)
  3. in backoffice login page url to js are not valid: /js/jquery.js and not (like frontend) /system/js/jquery.js (the same for quickapps.js)
  4. I believe there is a problem on js urls on something regarding ckeditor too
    When I try to add a new image clicking on the image button, then i click on "find on server" (more or less), this open a new browser page with "finder" as output but a lot of js errors (files not found)
    I can see this js error on loading a page (in backend) with ckeditor enabled (but maybe it's not a big problem):
    uncaught exception: [CKEDITOR.editor] The instance "FieldDataFieldText3Data" already exists.

Thanks for your work

Problem on term associations

When I tag content or assing a category to a content it seems to save correctly, when I list contents I can see tag and category listing on nodes.
But clicking on the terms I can see as result of the search just "My first article!" (if the term was one of the already present in the installation process but not for added later terms or the category if changed), otherwise no results

Editing Menu Links

When editing order of menu links and trying to save I got error.

/admin/menu/manage/links/main-menu

This file can't be found.

User Permission on Comment get an error

Fresh new install QACMS v1.1

page admin/user/permissions/

  • Comment
    Clicking on the key icon on "Administer comments" I get this message on the right box:

Notice (8): Undefined variable: acoPath [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 4]
Warning (2): Invalid argument supplied for foreach() [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 4]
Warning (2): end() expects parameter 1 to be array, null given [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 12]
Notice (8): Undefined variable: acos_details [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 13]
Notice (8): Undefined variable: aros [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 19]
Warning (2): Invalid argument supplied for foreach() [APP/Plugin/User/View/Permissions/admin_edit.ctp, line 19]

strange behavior on a custom content type

Hi,

QACMS v1.1, but i have the same behavior on the demo site.

I created a "faq" content type (with id and name = 'faq'), with two simple field text: question and answer (255 max width).
if the id is "faq" when i list the content (/s/type:faq) the content is shown but if I click on the title (or Read More link) a blank page is shown (at home with v1.1 it redirect me on the home page) with the url: faq/faq-1.html.
If i change the id of the content type to, for example, 'faq_example', it ...works:
/s/type:faq_example list the content and clicking on the tile or read more link it opens correctly the page: faq_example/faq-1.html

There is an example on demo page too (I've restored the id in 'faq', that raises the problem):
http://demo.quickapps.es/eng/s/type:faq
http://demo.quickapps.es/faq/faq-1.html (the problematic page)

Internal error on /admin/node/contents

Hi, I've update my local installation with last sources from github and on administration if I go on /admin/node/contents I have an error page:
An Internal Error Has Occurred

in error.log:
2012-05-02 23:04:37 Error: [Exception] DateTimeZone::__construct(): Unknown or bad timezone ()
#0 /home/gabri/workspace/qatest3/QuickApps/Cake/Utility/CakeTime.php(238): DateTimeZone->__construct('')
#1 /home/gabri/workspace/qatest3/QuickApps/Cake/Utility/CakeTime.php(208): CakeTime::timezone('')
#2 /home/gabri/workspace/qatest3/QuickApps/Cake/Utility/CakeTime.php(279): CakeTime::convert(1335859091, '')
#3 /home/gabri/workspace/qatest3/QuickApps/Cake/Utility/CakeTime.php(808): CakeTime::fromString(1335859091, '')
#4 /home/gabri/workspace/qatest3/QuickApps/Cake/View/Helper/TimeHelper.php(391): CakeTime::format('d/m/Y - H:i', 1335859091, NULL, '')
#5 /home/gabri/workspace/qatest3/QuickApps/View/Helper/TableHelper.php(357) : eval()'d code(1): TimeHelper->format('d/m/Y - H:i', 1335859091, NULL, '')
#6 /home/gabri/workspace/qatest3/QuickApps/View/Helper/TableHelper.php(357): eval()
#7 /home/gabri/workspace/qatest3/QuickApps/View/Helper/TableHelper.php(299): TableHelper->__php_eval('<?php return $...', Array)
#8 /home/gabri/workspace/qatest3/QuickApps/View/Helper/TableHelper.php(170): TableHelper->_renderCell('{php} return $t...', Array)
#9 /home/gabri/workspace/qatest3/QuickApps/View/Helper/QaHtmlHelper.php(55): TableHelper->create(Array, Array)
#10 /home/gabri/workspace/qatest3/QuickApps/Plugin/Node/View/Contents/admin_index.ctp(154): QaHtmlHelper->table(Array, Array)
#11 /home/gabri/workspace/qatest3/QuickApps/Cake/View/View.php(907): include('/home/gabri/wor...')
#12 /home/gabri/workspace/qatest3/QuickApps/Cake/View/View.php(871): View->_evaluate('/home/gabri/wor...', Array)
#13 /home/gabri/workspace/qatest3/QuickApps/Cake/View/View.php(463): View->_render('/home/gabri/wor...')
#14 /home/gabri/workspace/qatest3/QuickApps/Cake/Controller/Controller.php(959): View->render(NULL, NULL)
#15 /home/gabri/workspace/qatest3/QuickApps/Cake/Routing/Dispatcher.php(194): Controller->render()
#16 /home/gabri/workspace/qatest3/QuickApps/Cake/Routing/Dispatcher.php(162): Dispatcher->_invoke(Object(ContentsController), Object(CakeRequest), Object(CakeResponse))
#17 /home/gabri/workspace/qatest3/webroot/index.php(47): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#18 {main}

Impossible to change the slider stuff in the backend

Hey,

I did a fresh install of QuickApps recently, and I guess I saw once the options for the "Slider" setup, but now, i can't find them nowhere in the backend...

I'm not sure if this is due to the plugins install (WYSIWYG editor, QuickSlider, Mediamanager), but i think this is kinda serious.

New Installation issue

Hello,

When unpacking the tarball, it doesn't seem like there is an index file for the installation. Am I missing something here?

Thanks in advance,

Field type file dont upload for server

The field type 'File', when added to a new content type (eg Products), is not uploading the files, and probably he who is causing the error "The request has Been black-holed '

Shell issue on Theme generation

Fresh new installation and last code of shell script package.

When I run the shell and I choose to make a Theme I receive a stack trace as shown below:

Welcome to CakePHP v2.1.0-dev Console

App : app

Path: /home/gabri/workspace/uacepquickapp/app/

Quickapps CMS - Shell

  1. Module shell
  2. Themes shell
  3. Utility shell
  4. Quit
    What would you like to do (1/2/3/4)

    2
    Quickapps CMS - Themes


    Notice Error: Undefined property: ThemeTask::$Gui in [/home/gabri/workspace/uacepquickapp/app/Cake/Console/Shell.php, line 440]

PHP Fatal error: Call to a member function menu() on a non-object in /home/gabri/workspace/uacepquickapp/app/Plugin/System/Console/Command/Task/ThemeTask.php on line 12
PHP Stack trace:
PHP 1. {main}() /home/gabri/workspace/uacepquickapp/app/Cake/Console/cake.php:0
PHP 2. ShellDispatcher::run() /home/gabri/workspace/uacepquickapp/app/Cake/Console/cake.php:24
PHP 3. ShellDispatcher->dispatch() /home/gabri/workspace/uacepquickapp/app/Cake/Console/ShellDispatcher.php:69
PHP 4. Shell->runCommand() /home/gabri/workspace/uacepquickapp/app/Cake/Console/ShellDispatcher.php:177
PHP 5. QuickappsShell->main() /home/gabri/workspace/uacepquickapp/app/Cake/Console/Shell.php:389
PHP 6. GuiTask->menu() /home/gabri/workspace/uacepquickapp/app/Plugin/System/Console/Command/QuickappsShell.php:25
PHP 7. ThemeTask->main() /home/gabri/workspace/uacepquickapp/app/Plugin/System/Console/Command/Task/GuiTask.php:51

issue ...on Wiki (Core-Hooks), and maybe on title_for_layout_alter

Not a real issue, at least not an issue on code.
In the Wiki Core-Hooks page I could see the "content_for_layout_alter()" hook that could be interesting for me ...but there isn't on sources. I presume that sould be changed in "content_alter()" that is ok (and not shown in that page).

Other thing. I tried to use the hook "title_for_layout_alter", it's present on sources but I think doesn't work properly. I tried to change the title (or echos something) and nothing happens on the node rendering

User mailing notification: default fields bodys are shown empty

I've encountered a strange thing.
When I go on admin/system/modules/settings/User I could see the default "subject" values but not the "body" ones.
On database these fields are not empty (or "false" as they are on the view).
Saving some data on theme works fine

error on saving (admin) configuration

Latest sources from github.
When I save the configuration I have this error (shown 11 times):
Notice (8): Undefined index: Variable [APP/Plugin/System/Model/Variable.php, line 38]

$data['Variable'] is not set

Can't install new theme

I can't upload and install new theme created by myself. It always gives me the following error.

Theme could not been installed:
Invalid package structure after unzip

I tried copying the default theme and changed the name with my theme name following the theme structure but I still can't install new themes.

Module installation (of the zipped one packaged from shell script)

I've just created a Module (AddThis), it was packed in
/server/home/guidi/qa/webroot/files/AddThis.zip
I tried to install from backoffice, and doing this i had this blocking error for the entire website:

Missing Component
Error: .ModuleNameHookComponent could not be found.
Error: Create the class .ModuleNameHookComponent below in file: /dati/server/home/guidi/qa/Controller/Component/.ModuleNameHookComponent.php

load(string, array) APP/Cake/Controller/Controller.php line 611 → ComponentCollection->init(ModulesController) APP/Cake/Routing/Dispatcher.php line 100 → Controller->constructClasses() APP/Cake/Routing/Dispatcher.php line 86 → Dispatcher->_invoke(ModulesController, CakeRequest, CakeResponse) CORE/qa/webroot/index.php line 47 → Dispatcher->dispatch(CakeRequest, CakeResponse)

Problem accessing /contact for anonymous users + typo

Fresh new installation QACMS v1.1
I installed QuickContact, I tried to go to /contact page (with a different browser) and I was forwarded to the login page because I wasn't authorized.
So I went on /admin/user/permissions and I check on all the records of "Use the site-wide contact form" (by default just administrator could go there) ...but even if all are authorized to go there I have always the same result (login page and the error flash message).
I tried clean cache, add permissions also to "Use users' personal contact forms"... but I cannot access to /contact
I tried also to access to /contact/gabri ...the same result.

With admin user logged I have access to the contact page, but if I try to fill the form and send message I have a blank page with:
Notice (8): Undefined property: View::$Layout [APP/Cake/View/View.php, line 804] Fatal error: Call to a member function meta() on a non-object in
/home/gabri/workspace/qa3/Themes/Themed/qaTheme/Layouts/error.ctp on line 6 Call Stack: 0.2099 4466548 1. ErrorHandler::handleException()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ErrorHandler.php:0 0.2424 4664236 2. ExceptionRenderer->render()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ErrorHandler.php:127 0.2424 4664788 3. call_user_func_array()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ExceptionRenderer.php:165 0.2424 4664816 4. ExceptionRenderer->_cakeError()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ExceptionRenderer.php:0 0.2425 4666080 5. ExceptionRenderer->_outputMessage()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ExceptionRenderer.php:187 0.2742 6850828 6. ExceptionRenderer->_outputMessageSafe()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ExceptionRenderer.php:267 0.2742 6851788 7. Controller->render()
/home/gabri/workspace/qa3/QuickApps/Cake/Error/ExceptionRenderer.php:285 0.2854 7010212 8. View->render()
/home/gabri/workspace/qa3/QuickApps/Cake/Controller/Controller.php:962 0.2967 7206848 9. View->renderLayout()
/home/gabri/workspace/qa3/QuickApps/Cake/View/View.php:471 0.2972 7208192 10. View->_render() /home/gabri/workspace/qa3/QuickApps/Cake/View/View.php:527
0.2974 7208080 11. View->_evaluate() /home/gabri/workspace/qa3/QuickApps/Cake/View/View.php:872 0.2975 7265100 12.
include('/home/gabri/workspace/qa3/Themes/Themed/qaTheme/Layouts/error.ctp') /home/gabri/workspace/qa3/QuickApps/Cake/View/View.php:908


There is a typo on php and default.pot and the corrisponding php:
Max lenght --> Max length
Plugin\Field\Fields\FieldText\View\Elements\settings_form.ctp:75

Comment email field conflict

Hi Chris,

There is a conflict between the field on dabase comments table ("mail") and the field in the form theme_node_comments_form.ctp ("email").

I noted a strange behavior changing a comment settings on a content type. I discovered the problem of the email adding a new comment on an article page, the article content had this property "anonymous posters must leave their comment information" so email field cannot be saved (and so the whole comment). A my new content type was created wit the property "anonymous posters may not enter their comment information", so the comments could be saved (without email address), but after changing this property to "anonymous posters must leave their comment information" the behavior was as previous (it seems that cached the property or maybe there is something the fact that initially the email and website could not be inserted) and comments could be saved (without email address). I test more and I try to find the problem...

locale

App::import('Lib', 'Locale.Locale');

doesn't work

Translation packages table missing: [MissingTableException] Table qa_packages for model Package was not found in datasource default.

Installed v1.0RC2 from GitHub zipball, got problem running installer and installed database manually. Everything seems to work fine except I can't find "qa_packages" table creation in database schema file.

Full error from log:

2012-01-07 10:57:06 Error: [MissingTableException] Table qa_packages for model Package was not found in datasource default.
#0 C:\<path to QuickApps>\quickapps\app\Cake\Model\Model.php(3334): Model->setSource('packages')
#1 C:\<path to QuickApps>\quickapps\app\Cake\Model\Model.php(1277): Model->getDataSource()
#2 C:\<path to QuickApps>\quickapps\app\Cake\Model\Model.php(1363): Model->schema()
#3 C:\<path to QuickApps>\quickapps\app\Model\Behavior\WhoDidItBehavior.php(49): Model->hasField('created_by')
#4 C:\<path to QuickApps>\quickapps\app\Cake\Model\BehaviorCollection.php(145): WhoDidItBehavior->setup(Object(LocaleAppModel), Array)
#5 C:\<path to QuickApps>\quickapps\app\Cake\Model\BehaviorCollection.php(68): BehaviorCollection->load('WhoDidIt', Array)
#6 C:\<path to QuickApps>\quickapps\app\Cake\Model\Model.php(723): BehaviorCollection->init('Package', Array)
#7 C:\<path to QuickApps>\quickapps\app\Model\AppModel.php(23): Model->__construct(Array, NULL, NULL)
#8 C:\<path to QuickApps>\quickapps\app\Cake\Utility\ClassRegistry.php(176): AppModel->__construct(Array)
#9 C:\<path to QuickApps>\quickapps\app\Cake\View\Helper\FormHelper.php(151): ClassRegistry::init(Array)
#10 C:\<path to QuickApps>\quickapps\app\Cake\View\Helper\FormHelper.php(337): FormHelper->_getModel('Package')
#11 C:\<path to QuickApps>\quickapps\app\View\Helper\QaFormHelper.php(60): FormHelper->create('Package', Array)
#12 C:\<path to QuickApps>\quickapps\app\Plugin\Locale\View\Packages\admin_index.ctp(1): QaFormHelper->create('Package', Array)
#13 C:\<path to QuickApps>\quickapps\app\Cake\View\View.php(869): include('C:\<path to QuickApps>...')
#14 C:\<path to QuickApps>\quickapps\app\Cake\View\View.php(833): View->_evaluate('C:\<path to QuickApps>...', Array)
#15 C:\<path to QuickApps>\quickapps\app\Cake\View\View.php(444): View->_render('C:\<path to QuickApps>...')
#16 C:\<path to QuickApps>\quickapps\app\Cake\Controller\Controller.php(933): View->render(NULL, NULL)
#17 C:\<path to QuickApps>\quickapps\app\Cake\Routing\Dispatcher.php(111): Controller->render()
#18 C:\<path to QuickApps>\quickapps\app\Cake\Routing\Dispatcher.php(86): Dispatcher->_invoke(Object(PackagesController), Object(CakeRequest), Object(CakeResponse))
#19 C:\<path to QuickApps>\quickapps\webroot\index.php(47): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#20 {main}

search content

I'm not really sure it's an issue or a specific implementation choice.
The nodes' content body (article, basic page...) is not searchable (http://cms.quickapps.es/s/Configurable doesn't show any result but 'Configurable' is present on the main content of the last post).
Title, slug and description are searchable fields (of Node table), but not the main content (on Field Data table).

I can see these fields on the query ...even if I cannot have the aspected result looking for a word present only on the node.description field. It doesn't seem to work (http://cms.quickapps.es/s/System - 'System' seems to be present in your description field posts).
Another field not considered in the search action is the content Introduction (http://cms.quickapps.es/s/Finally doesn't show any result).

I think that at least the node main content should be searchable.
Maybe it could be interesting to search on even terms too (if it's not a big problem for performance).

Problem on Theming Nodes by Content Type

QACMS v1.1 (sources from two days ago ...more or less)

I tried to theme an individual content type, a custom type created by me.
I cannot make it work, so I try to understand why.
In NodeHookHelper.php > node_render($node) -> $nodeType remains == false
so it doesn't try to get my file.
I think the previous if are not completed.
$node['Node']['node_type_id'] or $node['NodeType']['id'] have the right value...

Translation issue on slug regeneration

QACMS 1.0RC3
If I change the title of a translated content and I choose to regenerate the slug the join between the contents are lost.
It needs to update with the new slug the "translation-of" field of every node that was a translation of the main content

DebugKitHookComponent issue

Fresh new installation from github of QACMS, and added some modules (from github) correctly.
When I uploaded the DebugKit module (it was checked the "active after installation") I had this blocking error:
Fatal error: Call to a member function is() on a non-object in /dati/server/home/guidi/qa/Modules/DebugKit/Controller/Component/DebugKitHookComponent.php on line 4

Issue with saving block if no roles are chosen

url: /admin/block/manage/edit/9

if no role is checked, when attempt to save... get this message.

Database Error
Error: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'user_role_id' at row 1
Notice: If you want to customize this error message, create C:\Users\Geoff\Sites\QA\QuickAppsCMS-QuickApps-CMS-284d2e8\View\Errors\pdo_error.ctp
Stack Trace
APP\Cake\Model\Datasource\DboSource.php line 2796 → PDOStatement->execute()
APP\Model\AppModel.php line 206 → DboSource->insertMulti(AppModel, array, array)
APP\Cake\Model\Model.php line 1717 → AppModel->_saveMulti(array, string, Mysql)
APP\Cake\Model\Model.php line 2157 → Model->save(array, array)
APP\Cake\Model\Model.php line 1994 → Model->saveAssociated(array, array)
APP\Plugin\Block\Controller\ManageController.php line 112 → Model->saveAll(array, array)
[internal function] → ManageController->admin_edit(string)
APP\Cake\Controller\Controller.php line 484 → ReflectionMethod->invokeArgs(ManageController, array)
APP\Cake\Routing\Dispatcher.php line 104 → Controller->invokeAction(CakeRequest)
APP\Cake\Routing\Dispatcher.php line 86 → Dispatcher->_invoke(ManageController, CakeRequest, CakeResponse)
CORE\QuickAppsCMS-QuickApps-CMS-284d2e8\webroot\index.php line 47 → Dispatcher->dispatch(CakeRequest, CakeResponse)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.