Giter VIP home page Giter VIP logo

cicool's People

Contributors

ridwanskaterock avatar

Stargazers

 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

cicool's Issues

wizzard/setup not found

I purchased your product from code canyon, downloaded it and put it under my server. When I type "localhost/cicool", it attempts to load "localhost/cicool/wizzard/setup" and it kicks off a 404 "Object not found".

There is no 'wizzard' directory that came with the product I downloaded from code canyon so that is definitely the problem. It appears I did not get the entire product. Please help.

Thanks,

-buckr

purchased on: 28 Dec 2016

Upgrade Procedures

What's the procedure to upgrade from 1.8.1 to 1.9.5? I tried a straight copy of the new cicool directory over top the old and it didn't work.

Thanks!

buckr

Unable to install

when i unzip and extract and browse to the cicool folder, it redirects to /cicool/wizzard/setup
but it cannot be found?

Install error

I am trying to install for the first time and get:

Not Found

The requested URL /wizzard/setup was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Any help would be appreciated. Many thanks,

Drew Hart

MySQL - 5.6.35
PHP - 5.5
Thanks.

apakah folder cicool bisa di rename?

mas mau nanya, apakah setiap pengunjung website harus diarahkan ke domain/cicool atau bisa direname. maaf kalo pertanyaanya awam banget. trims ya :)

Upgrade to 2.0

Thanks for your reply, but when i download the 2.0 version and install it this version is still labeled 1.9.5!!!

Edit/Adding Page Builder

Siang mas,

ada beberapa pertanyaan nih, semoga bisa dibantu

  1. jika di page builder ingin saya tambahkan ataupun diubah total bisa dan dimana saya bagian mana harus saya lakukan ?
  2. ada masalah atau tidak jika ditambahkan file pdf yang diembed ?
  3. untuk grafik, apakah semua bentuk grafik sudah bisa langsung di jalankan ?

terima kasih,

API's accept JSON instead of FORM URL ENCODED

There is something that we can do to the API controller's start accepting requests (POST, PUT, DELETE, GET, etc) with JSON body?

I tried adding 'Content-Type: application/json' header and forcing on the controller itself, without success.

Thanks in advance.

I have a problem install Wizzard on Linux server

I have my site on Plesk. With the local SQL-Server, I become the message:"An Error Was Encountered The action you have requested is not allowed.".
With the Amazon AWS SQL-Server is my last setup page blank.

Local installation with AWS works.

What can I do.

Tables with foreign key Crud

HI

Tables with foreign key Crud . Add and Update working . But view not working ..

Page displays ..
is currently unable to handle this request.
HTTP ERROR 500

Error pada saat install di server

Mas, saya coba install di server hosting , setelah selesai wizard ada error sbb :

  • Message: date_default_timezone_set(): Timezone ID 'asia/jakarta' is invalid
    Filename: core/My_Controller.php
    Line Number: 24

  • A PHP Error was encountered
    Severity: Warning
    Message: session_start(): Cannot send session cookie - headers already sent by (output started at /home/contohsi/public_html/system/core/Exceptions.php:272)
    Filename: Session/Session.php
    Line Number: 141

saya sudah lakukan ini :
you try to add the following code to the file
$cc_core->load->library(‘cc_html’); on line 10 cc-content/extensions/page-form-builder/config.php

Tapi error masih muncul.

Mohon bantuannya
Terima Kasih

Page builder HTTP ERROR 500

I just installed cicool but I noticed that the page builder does not function and goes into error http error 500

PHP Fatal error: Call to a member function registerScriptFile() on null in /home/********/project/cicool/cicool/cc-content/extensions/page-form-builder/config.php on line 11,

Can't go past home

I installed the application and there are no errors.
I can access the login screen and my login email and password are correct but it goes no further.
When I try to log in, it keeps redirecting me back to the home screen (see screenshot)

screen shot 2017-03-17 at 15 44 16

How to update

How to update my old version of Cicool ?

Best Regards

Error on install -

I get the following error when I try to run the installer (open_basedir restriction in effect), followed by header error.
Server: nginx, php 7.1, mysql 5.5

A PHP Error was encountered

Severity: Warning

Message: is_file(): open_basedir restriction in effect. File(/wizzard/config/routes.php) is not within the allowed path(s): (c:/users/username/wtserver)

Filename: core/My_Router.php

Line Number: 114

Backtrace:

File: C:\Users\username\WTServer\WWW\domainname\cilte\cicool\application\core\My_Router.php
Line: 114
Function: is_file

File: C:\Users\username\WTServer\WWW\domainname\cilte\cicool\application\core\My_Router.php
Line: 66
Function: __construct

File: C:\Users\username\WTServer\WWW\domainname\cilte\cicool\index.php
Line: 315
Function: require_once

Wizard keeps coming up...

I have successfully completed the wizard....but after the last step, where I just have to click "Finished" it does not take me to a login or so. It just starts the wizard all over again.

Any ideas?

It would be possible this trick on function render()?

Hello,

I am trying to open an iframe on javascript pop up, I can make but show all template data, the iframe contents a crud page from cicool, I believe than I want the Admin Classes to work fine.

I found in code this function:

public function render($view = '', $data = array(), $bool = FALSE)
{
$this->template->enable_parser(false);
$this->template->set_partial('content', $view, $data);
$this->template->build('backend/standart/main_layout', $data);
}

Are there any possibility to make something same as:

public function render($view = '', $data = array(), $bool = FALSE)
{
if ($no_template_admin == '1')
{
$this->template->enable_parser(false);
$this->template->set_partial('content', $view, $data);
$this->template->build('backend/standart/main_layout_no_template', $data);
}
elseif ($no_template_admin == '0')
{
$this->template->enable_parser(false);
$this->template->set_partial('content', $view, $data);
$this->template->build('backend/standart/main_layout', $data);
}
else
{
exit ('error in function render bad variable $no_template_admin defined on application / core / My_Controller.php estimated line around 440');

       }
}

If isn't possible I want to find other possibilities, If this solution is good I continue with it creating file main_layout_no_template.php and next steps required.

Thanks a lot.

Issue installing on my server

A PHP Error was encountered

Severity: Warning

Message: mkdir(): Invalid path

Filename: drivers/Session_files_driver.php

Line Number: 118

Backtrace:

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 116
Function: library

File: /home/actmain/public_html/leaderboard/application/libraries/Aauth.php
Line: 97
Function: library

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 116
Function: library

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 98
Function: library

File: /home/actmain/public_html/leaderboard/application/controllers/Wizzard.php
Line: 177
Function: library

File: /home/actmain/public_html/leaderboard/index.php
Line: 315
Function: require_once
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/actmain/public_html/leaderboard/system/core/Exceptions.php:272)

Filename: core/Common.php

Line Number: 568

Backtrace:
An uncaught Exception was encountered

Type: Exception

Message: Session: Configured save path '' is not a directory, doesn't exist or cannot be created.

Filename: /home/actmain/public_html/leaderboard/system/libraries/Session/drivers/Session_files_driver.php

Line Number: 120

Backtrace:

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 116
Function: library

File: /home/actmain/public_html/leaderboard/application/libraries/Aauth.php
Line: 97
Function: library

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 116
Function: library

File: /home/actmain/public_html/leaderboard/application/core/My_Loader.php
Line: 98
Function: library

File: /home/actmain/public_html/leaderboard/application/controllers/Wizzard.php
Line: 177
Function: library

File: /home/actmain/public_html/leaderboard/index.php
Line: 315
Function: require_once
A PHP Error was encountered

Severity: Warning

Message: fopen(f58a0d0b2fa4cea8303927fe17c8ae2a0c47957c): failed to open stream: Permission denied

Filename: drivers/Session_files_driver.php

Line Number: 157

Backtrace:
A PHP Error was encountered

Severity: Warning

Message: Unknown: Failed to write session data (user). Please verify that the current setting of session.save_path is correct ()

Filename: Unknown

Line Number: 0

Backtrace:

Plesk Onyx Server issues

Hello,

I installed on my computer with WAMP and runs fine, but I am trying to install to my server with plesk onyx CentOS 6.x with apache 2.2 and php fastcgi 5.6.29 and brokes in step 3, I look at database and create datatables but broke and don’t work, If I go to home goes another time to wizzard script, The logs give this error:

PHP Fatal error: Call to a member function eventListen() on null in /var/www/vhosts/xxx/xxx.team/application/controllers/Not_found.php on line 21, referer: http://xxx.team/wizzard/setup/3

Where is the error for repair it?

I believe than the unique difference is than my domain extension is .team, in my home server i use dot com domain.

Can I do a manual installation? after creation of datatable to mysql database?

Many tables how as aauth_users are empty data, The version of Mysql is 5.0.11

The CodeIgniter error page show in Google Chrome:


An Error Was Encountered

The action you have requested is not allowed.


Thanks a lot.

Mass user import from csv to database direct

Hello,

I want to join more than 2000 users, I have it with excel spreadsheet, I can modify to CSV or related.

What are the step for made it correctly? I never used oauth addon.

Are there some script related to do this?

I want to create a clients member group and add all userlist to it.

I also want to create a new datatable with special info rows related to user datatable.

Thanks a lot.

An Error Was Encountered during Wizzard

Hi,
Setp 1 & 2 are perfect.
I have this issue just after clicking on step 3 button (after Database & Site Configuration page).
I've tried several times, but still not going further.
MESSAGE: The action you have requested is not allowed.
I've seen this post and change my email address, but still the same issue.
Please help me to finish install

PHP Warning on CRUD

Hello.
I've purchased and installed CiCool on a production shared webserver

  • Apache Version 2.2.31
  • PHP Version 5.6.27
  • MySQL Version 10.0.29-MariaDB

Installation was easy and went well. No errors.
But, when i tried to create a new CRUD, this warning appeared :

`A PHP Error was encountered

Severity: Warning

Message: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/dimitrak/public_html/cicool/application/controllers/administrator/Crud.php:2)

Filename: Session/Session.php

Line Number: 141

Backtrace:

File: /home/dimitrak/public_html/cicool/application/core/My_Loader.php
Line: 116
Function: library

File: /home/dimitrak/public_html/cicool/application/libraries/Aauth.php
Line: 97
Function: library

File: /home/dimitrak/public_html/cicool/application/core/My_Loader.php
Line: 116
Function: library

File: /home/dimitrak/public_html/cicool/application/core/My_Loader.php
Line: 98
Function: library

File: /home/dimitrak/public_html/cicool/application/core/My_Controller.php
Line: 26
Function: library

File: /home/dimitrak/public_html/cicool/application/core/My_Controller.php
Line: 423
Function: __construct

File: /home/dimitrak/public_html/cicool/application/controllers/administrator/Crud.php
Line: 18
Function: __construct

File: /home/dimitrak/public_html/cicool/index.php
Line: 315
Function: require_once`

Any ideas ?

My issue is not fixed

I have been waiting for help - it is not fixed - I cannot install it! I will be requesting a refund - I am sure your product is great and I wish I could use it, but I can't which makes it worthless to me. Unless you can help me to get it to work. Thanks,

how to scale image?

Hi..
How to scale the image while uploading, I've try to add scaling option in the javascript but its still not working, its keep say "The filetype you are attempting to upload is not allowed."

here my update code in the script, I just add the scalling option like in the fineUploader documentation
$('#ap_data_image_galery').fineUploader({ template: 'qq-template-gallery', scaling: { sendOriginal: false, sizes: [ {name: "", maxSize: 300} ] }, ...

or maybe there is a way to scale the image,

Thank you.. very good product.. 👍

Invalid User

Now when I hit NEXT on step 3 of the wizard, I immediately get "An Error Was Encountered - Invalid Username". The DB tables were created. I was never ask to login. Again this happens immediately after I hit NEXT. There is no login page or anything else.

Errors/Warnings After install.

Love the product. But I downloaded it yesterday and am getting a bunch of errors. First: date_default_timezone_set(): Timezone ID ‘asia/jakarta’ is invalid After install. I resolved that easy enough.

Now when I login I get the following on the Crud Bulder Page: Message: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/XXXXX/public_html/application/controllers/administrator/Crud.php:2)

Filename: Session/Session.php Line Number: 141

PageBuilder: Severity: Notice

Message: Undefined property: Page::$cc_html

Filename: page-form-builder/config.php

Line Number: 11

What is going on man? Can we expect a fix soon?

Great Product - Few Questions

1 - How can i divert the user directly to login page
2 - In the CRUD Builder how can i change labels
3 - How can i put custom PHP pages on the site
4 - If i change a view, will i need to take a copy if i regenerate crud pages?
5 - Are there any examples of where you have added an action from the grid (i.e. from list open new page passing details from table?)

Thank you ,i look forward to your response.

REST Api Question

Hi, How can i using the system that make a REST API joining more than 1 table ?

Warning about mcrypt

I'm getting a warning about mcrypt on the first setup page and I can't go any further. Is there a specific version I need?

Thanks!
I have it installed:

Reading package lists... Done
Building dependency tree
Reading state information... Done
php5-mcrypt is already the newest version.
The following packages were automatically installed and are no longer required:
g++-4.7 gcj-4.7-base gcj-4.7-jre-lib libantlr-java
libbackport-util-concurrent-java libcommons-collections-java
libcommons-jexl-java libcommons-validator-java libdoxia-sitetools-java
libev4 libgcj13 libgd2-xpm libgoogle-collections-java libhdb9-heimdal
libjaxme-java libjtidy-java libkdc2-heimdal libllvm3.1:i386
libmaven-plugin-tools-java libmaven-reporting-impl-java libmpc2
libnekohtml-java libneon27-gnutls libntdb1 libpango1.0-0
libplexus-velocity-java libpthread-stubs0 libserf1 libstdc++6-4.7-dev
libv8-3.8.9.20 libwerken.xpath-java python-ntdb sgml-base velocity
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 42 not upgraded.

screen shot 2017-02-01 at 9 55 24 pm

Error in form wizzard just after install

Hello,
I just buy your CMS today.
I install in Mac with MAMP and PHP 7.1

The install is OK but after when I go to this URL :
http://localhost:8888/cicool/administrator/form

I have a fatal error:
fatal error: Cannot use lexical variable $form as a parameter name in /Applications/MAMP/htdocs/cicool/application/views/backend/standart/administrator/form/form_list.php on line 94

Update :
I have many error, every back-office page in fact

API builder
http://localhost:8888/cicool/administrator/rest
Fatal error: Cannot use lexical variable $rest as a parameter name in /Applications/MAMP/htdocs/cicool/application/views/backend/standart/administrator/rest/rest_list.php on line 93

Page Builder
http://localhost:8888/cicool/administrator/page
Fatal error: Cannot use lexical variable $page as a parameter name in /Applications/MAMP/htdocs/cicool/application/views/backend/standart/administrator/page/page_list.php on line 107

A PHP Error was encountered
Severity: Compile Error
Message: Cannot use lexical variable $page as a parameter name
Filename: page/page_list.php
Line Number: 107
Backtrace:

CRUD Builder:
Many warning and 1 fatal error

Thanks for your help.

Yohann

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.