Shopping / Professional Support
Looking for professional assistance? The jCore CMS development team is here for you. We offer a dedicated support line through e-mail. Responses are usually available in one business day, or even in the same day.
Email Support (1 year)
Support requests will be accepted from all e-mail addresses under a single e-mail domain for one year.
Email Support (6 months)
Support requests will be accepted from all e-mail addresses under a single e-mail domain for 6 months.
Email Support (1 month)
Support requests will be accepted from all e-mail addresses under a single e-mail domain for 1 month.
Includes bug fixing of core source and/or official modules, installation instructions/help and questions related the functionality of jCore, but does not include new features development or custom development requests. Support requests will be valid for all e-mails from a specific domain (ex. @domain.com). Not transferable.
Forums
Check out our Forum. A knowledge base has been built there. Use it to find out solutions, discuss your problems with the community, or just leave some words about jCore.
Documentation
Take a look on the Help section as your question might already have been answered there and more documentation is on its way. Also see the comments for frequently asked questions and answers.
Comments (140)
Is there some tutorial for creating custom Templates myself? Not only CSS styling existing one.
Thanks in advance!
I'm also planing to get some downloadable/installable templates together so you guys can play around with those and see how things work but this is only a plan for the future till then just play around in the Blocks and see what you can do.
Cheers,
I'm not sure I understand you right but it seems you have jcore server running but jcore client isn't, if that's the case please make sure the paths in the jcore.inc.php are correctly set and point to the jcore server that you have running.
Hope this helps, if it still isn't working please let me know all the steps you have taken to set up things and the directories so I can have a better idea of your setup.
Cheers,
my settings in config.inc.php
define('SITE_URL_PATH', 'http://localhost/demo/jCore-server-0.2/');
define('SITE_ABSOLUTE_PATH', '/var/www/html/demo/jCore-server-0.2/');
Thanks
Sorry to get back to you just now but unfortunately I was pretty seek lately, still now fully recovered but anyway, I got myself together to release the new version as promised, anyway, could you please try to download the new installer (just the installer you don't need to download anything else) put it in your /var/www/html/demo/ directory and load http://localhost/demo/install.php in your browser and defined the mysql db/user/pass and hit install and it should work.
If you still notice problems please let me know and I will get back to you asap.
Cheers,
Just one question:
How can I upload pictures from inside the ckeditor when preparing a post? On Your website you say, that this option exists .. Can I activate the direct upload from anywhere?
Thanks a lot,
sangallo
Unfortunately in the new 0.3 version there is no option to upload pictures directly from ckEditor but it was implemented in 0.2 and 0.1. I have updated the info on the site to let this know but no worries, this feature is planed to be implemented in the next release just I would like to use my own implementation as ckFinder is not what I was hoping for as I don't want to duplicate any code in the jCore Client and that's why I will implement my own using the jCore server's library.
Cheers,
To create a template you need the followings:
1: Go into the admin and in the "Layout Blocks" start defining your blocks or we may say your site structure. You would define blocks for lets say header, menu, footer, main content, side content and so on
2: Go to the Template Editor, there to the CSS editor and just start defining blocks look and place. From css you can make the header to have a different image, change link colors and arrange the blocks as you wish
That's it, with these two things you can make any kind of template you want. If you need to upload images you can do that in the Template Editor -> Upload Images and you can link to them from css using "images/yourimage.png".
For the future I plan to start creating some templates and add a template manager in the admin and then each Block would belong to a template and you will be able to swith easily between templates but first things first.
Cheers,
Anyway, Much thanks.
{modules}contact{/modules}
or to display on the search form:
{modules}search/form{/modules}
I know the howto is still missing but I really work a lot to get this system where I want it to be so I don't really have time now to write howtos but I do try to give you guys a good support.
BTW: you can find all available content codes by looking at the displayArguments() function in every class as there are the things a module can separately display (like just the login form and so on) but all modules can be accessed using {modules}modulename{/modules}
Thnx in advandge
At the moment there are no completed translations as it's not planed till 1.0 isn't out but you can start translating what you need yourself, just have a look at http://jcore.net/features/multilanguage-support/multilanguage-support in the comments you should find answers to most of your question and you can use poEdit (poedit.net) to extract all the text to be translated from the php codes.
Hope this helps,
ich suche ein deutsches Sprachpakt. Da mein English nicht mehr so dolle ist. Brauche es für den admin bereich. Kann mir einer weiter helfen?
Auch arbeiten wir an einer neuen Website nur für die deutsche Gemeinschaft, Sebastian (aka Hudlers) leistet eine grose Arbeit mit dieser Seite, es ist immer noch in der Entwicklung, aber Sie können sich bereits an ihn wenden, und er sollte in der Lage, Sie zu Hilfen mit der Deutsch Übersetzungen.
Grüße,
http://jcore.eu
iam trying to setup jcore using a Xampp localhost server but the question is i don't really know how to fix the différents Path in the configuration .php files when executing on the navigator i have som Error due to the require_once functions it's seems to be that the path was wrong, and please i want to do it manually no need to the Automatic Script thanks you
Sorry to answer you just now, had some party on new year :) but lets get back to business.
If you just want to set up a site just like with joomla or drupal and not multisites just install jCore Server. When you run the installer select jCore server and for the two paths enter for e.g. the followings:
SITE_URL: http://localhost/
SITE_PATH: /Xampp/htdocs/
install path should be also the same
INSTALL_PATH: /Xampp/htdocs/
and that should be all, now if you load http://localhost/ in your browser it should work fine. If you install it in a different location np, just be sure to enter the absolute path for the SITE_PATH and not a relative path.
Hope this helps, please don't hesitate to write if there is anything.
Regards,
"Fatal error: Call to undefined function mysql_get_client_info() in C:\Inetpub\wwwroot\jcore\install.php on line 3408"
any idea how to resolve this
thanks
On what system do you try to install it? php version? mysql version? the mysql_get_client_info() function is only available starting from PHP >= 4.0.5 but jCore requires PHP >= 5.1 anyway, but what I could imagine and the installer isn't checking for (but will be on next release) is that you don't have php_mysql installed.
On Fedora kind of system just run:
yum install php-mysql mysql-server
and should fix the problem, also run:
yum install php-gd
for the graphical library.
Hope this helps, Cheers,
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\cms\lib\sql.class.php on line 111
Am working locally to test the software, can any one help ? I only used the install.php file to setup.
Cheers
Hope this helps, cheers,
Cheers,
Could you please give me some more information cos it's hard to help you like this, what is the error you get when you try to edit a post for example? how have you set up your client sites? are you using PHP >= 5.1 as in 5.0 there is a bug for method_exists function that go fixed in 5.1.
Let me know how it goes,
also please explain:
To edit client sites I have to do it from their domains, I can not edit/manage all sites by logging on to the servers admin only?
So basically the files for clients are hosted in domain X as subdirectories but display on domain Y
To fix this just simply point your JCORE_URL to the place where you have copied jCore server files and it should work just fine.
Regarding changing the password just go to the admin and click "Users" icon under the "Member Management" section and after you fixed the css you will see a green icon on the right side of the user "Edit" and click on it to change the password.
Let me know how it goes.
I have another problem, I can not figure out how to get rid of the title's display of text in the header. I know that if I simply don't put a title in the global settings area that it goes away, but I want to have a title in the page files for the search engines, what I don't want is to see the text over my header image. However, I do not want to remove the title link completely because I am using it to link my header image to my home page. What do you think I should do?
Thank you again for your help.
So once again, request your password check if you reached the 5 login attempts by trying to login and if yes just sit back and wait for an hour and then the login will work. If you want to overcome this limitation you can just simply empty the bfprotectionbans table in the database and that's it.
I'm right now implementing a feature to manage banned users/ip from the admin and also add option to disable these features so if you don't want them you won't be forced to use them and they will be in the 0.5 for sure.
Hope this helps,
When i try to install the jCore CMS,
there is an error:
"Checking for latest jCore versions...connecting FAILED"
Why it doestn work?! :(
The reason why all this is required is because the installer will connect to the jcore server and download the necessary files you need to install.
You can add hr tags by clicking on the "Insert Horizontal Line" icon in the editor, or if you don't insert a horizontal line the first paragraph will be shown and the rest after you click more.
BTW: why do you want to add it to the head? scripts like these should always go to the footer of a site and there is no difference if you put it in the body (visible area) as these things won't be shown anyway.
{modules}shopping/yourcategory/youritem{modules}
.menu {
display: inline;
}
.menu a {
display: inline;
}
If you create your own template than you wouldn't need the second one as "a"-s are displayed inline by default I just changed it to block in the default template and that's why I wrote the above one.
.post.selected .post-content > p { display: none; }
and that's it.
Warning: include_once(lib/sources/settings.class.php) [function.include-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\tes\lib\settings.class.php on line 11
Warning: include_once() [function.include]: Failed opening 'lib/sources/settings.class.php' for inclusion (include_path='.;C:\xampp\php\pear\;') in C:\xampp\htdocs\tes\lib\settings.class.php on line 11
Fatal error: Class '_settings' not found in C:\xampp\htdocs\tes\lib\settings.class.php on line 13
http://www.thewebsqueeze.com/forum/ApacheIIS-f17/Xampp-Activating-Gd-Library-t1219.html
BTW: where do you try to upload the picture?: please give me a link like:
http://localhost/admin/?path=admin/content/posts/1/postpictures or something like that so I can also check myself and try to duplicate the problem.
i tried here:
http://localhost/tes/admin/?&path=admin/content/menuitems/1/posts
http://localhost/tes/admin/?path=admin/site/template/templateimages
http://localhost/tes/admin/?path=admin/content/contentfiles
I really like the theme used in this website... please can you make it available to download or can you send it to me via email?
Thank you.
Till then you can get the template in gzip file from here:
http://jcore.net/template/jCore-template.tar.gz
but please note that once you run the template.sql file it will overwrite your default blocks for your site so please make a backup before you do anything, also note that you will have to edit the Layout Blocks to change things like the content of the three boxes in the top and so on and create a News menu for the news on the right and index page.
For the dropdown menu just activate dropdownmenu jquery plugin in the Global Settings.
Please let me know if there is anything.
I tried and it works good.
I only have one issue: Lightbox doesn't work :-(
When I click on a thumbnail, the popup appears but the image is not loaded.
http://yfrog.com/jalightboxp
This problem is not related to the JCore theme, it happens even if I use the default theme.
I send you the link of my website to support at jcore dot net so you can check.
My hosting uses "safe mode" but I don't think this is the problem.
Thank you for support.
Giulio78
P.S. Do you have a PSD file of the JCore theme? I would like to modify
the icons of download/develop/support boxes.
Regarding the PSD I will send it to you in email this afternoon once I get home.
but i tried to changes content on block "copyright" n it doesn't work..it's changed on admin area, but in preview it's not working..
is it allow to make a change on block "copyright"? thanks ^^
thanks..
For e.g. this is what you would have to do:
In the post1's description after the first paragraph you would add
{posts}menu/path/post2-path{/posts}
and then when shown post1 it would show the header (first paragraph) but after you click more it would show first paragraph + post2 + rest of the post1
I'm having trouble getting my client to install. It seems to go fine but when you go to the home page "Fatal error: Class 'css' not found in /home3/imuaaloh/public_html/agritecture/template/template.php on line 15"
When I looked up line 15 I got:
"php css::display();"
This is happening to all my new installations.
Sorry for the later answer, had to take some time of :) anyway, I think it has to do with the Security Image Settings in the Global Settings, could you please check the Font Size, Code Length and Font fields? the font field should read "fonts/arial.ttf" and there should be a lib/fonts/arial.ttf in the jCore server. If you'll still have problems just email me with temp login details and I can go in and do some checkings for you.
Regarding the Website field in the comments you would have to extend the comments class and also take care of all tables that use comments as they would have to have a field to store the new data, so please just have a look in the lib/sources/comments.class.php and just extend the required functions for e.g.:
function setupForm(&$form) {
parent::setUpForm($form);
$form->add(
'Website URL',
'Website',
FORM_INPUT_TYPE_TEXT,
fakse);
$form->setStyle('width: 350px;');
}
function add($values) {
if ($newid = parent::add($values)) {
sql::run("UPDATE `{". $this->sqlTable . "}` SET `Website` = '".addslashes($values['Website'])."' WHERE `ID` = '".$newid."'")
}
}
and so on, so with a few lines this should work but each mysql table where you store comments would have to be updated or you could do an if to check if its only for posts or whatever you want and update/show the website field only then.
Hope this helps,
ps: Great site, I like what you did with the design, Congratulation!
Please help.
Hope this helps, as usually always do a backup before dropping anything :) and thanks for the kind words!
{posts}7{/posts}
to show the latest 7 posts from all menus/categories.
Also till then you could use keywords instead of menu items for your categories and display the keywords cloud using
{posts}keywords{/posts}
or even limit them to x keywords by:
{posts}keywords/21{/posts}
and then each keyword would list only those posts which have it defined in Title, Description, Keywords.
Hope this helps,
Cheers
First question is what do you want to upgrade? if you are using jCore clients for the websites and jCore server just as a static library (meaning no web site is running directly on it) you just have to copy over all the jCore server files and that's it. All the clients will be upgraded (except the modifications that are version limited).
Now if you would like to upgrade one of the websites that are running on jCore client you would have to go to "Upgrade from 0.x to 0.x" directory and download the following files:
- jCore client upgrade from 0.4 to 0.5 SQL
run this file to upgrade the DB
- jCore modules upgrade from 0.4 to 0.5 SQL
run this file if you have modules installed for the site (it may be errors for modules that you haven't installed so you may need to run the queries separately but you will see comments separating the upgrade queries for every module)
- jCore client upgrade from 0.4 to 0.5 Modified Files
you will have to extract the files and overwrite yours with these, but skip the template.css and template.js files as I'm sure you have your own so you don't want to reset them
- Upgrade sitefiles from 0.4 to 0.5 (PHP)
and lastly run this file to upgrade the uploaded files storage path (this is only needed for this version cos we changed the way we store files but this won't be a case in the future)
Unfortunately as you can see right now it's not that easy to upgrade but I will provide you guys with in integrated upgrade script to the admin so you will be able to upgrade the sites to the newest version from admin. This is planed for 0.7 as 0.6 is already closed (only fixes will be added and small changes as the test phase is going on) but from 0.7 it should be a lot easier.
Cheers,
I then tried with the modules SQL and it also failed.
I extracted the files for the client and added them to the site minus the template files.
I then tried ot runt he php but got a large list of failures:
Warning: include_once(/var/www/jcore/config.inc.php) [function.include-once]: failed to open stream: No such file or directory in [censored]/upgrade-sitefiles.php on line 15
Warning: include_once() [function.include]: Failed opening '/var/www/jcore/config.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [censored]/upgrade-sitefiles.php on line 15
Warning: include_once(lib/includes.fxn.php) [function.include-once]: failed to open stream: No such file or directory in [censored]/upgrade-sitefiles.php on line 20
Warning: include_once() [function.include]: Failed opening 'lib/includes.fxn.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [censored]/upgrade-sitefiles.php on line 20
Warning: include_once(lib/pictures.class.php) [function.include-once]: failed to open stream: No such file or directory in [censored]/upgrade-sitefiles.php on line 21
Warning: include_once() [function.include]: Failed opening 'lib/pictures.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [censored]/upgrade-sitefiles.php on line 21
Upgrading Post pictures
Fatal error: Class 'url' not found in [censored]/upgrade-sitefiles.php on line 101.
Worse yet now when I try to see my site I get:
Warning: include_once(/var/www/jcore/index.php) [function.include-once]: failed to open stream: No such file or directory in /home3/imuaaloh/public_html/imua-aloha.com/index.php on line 3
Warning: include_once() [function.include]: Failed opening '/var/www/jcore/index.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/imuaaloh/public_html/imua-aloha.com/index.php on line 3
NOTE: Please make sure sitefiles/ directory is writable by apache and all subfolders/files of it too.
I also see you have an error at http://imua-aloha.com did you overwrite the jcore.inc.php (or config.inc.php)? if so please upgrade those to point to your server as you did before.
To get the paths just add this line:
echo $_SERVER['SCRIPT_FILENAME'];
to your index.php right before include_once and then load the page and you should see a text at the top which should read the absolute path of your script. Now paste the relevant part from it to your config.inc.php and it should work.
Hope this helps, if not just drop me a letter with some info so I can check out the config file and help you out.
in the shopping cart i activated the display picker but none is showing.
And the add to my cart is not active or does it require the enabling of the member module,registration and then purchase?
Great work though.
Let me know if you still having problems.
Please note for submenus you don't have to create new menu blocks, just when you create the new menu select an owner for it in the "Sub Menu of" section.
ps: I will add this filetype now to the core so the next version will have it by default.
The easiest way I would recommend to do is go to http://demo.jcore.net/admin and take a look on the Layout Blocks and copy and paste the content of "Login" and "Account" blocks and that's it. That does exactly what you would like to achieve.
ps: you may need to add some parsing from css to have the look match your design.
Regarding the navigation, I'm not sure on which one to you refer but if you just would like to take away the top menu just deactivate the "Header Menu" block in the Layout Blocks and that's it.
1. Activate "cycle" jquery plugin (which is by default included with jCore) so just add cycle to jQuery Plugins in the Admin->Global Settings
2. Add the following to your template.js
$('.teaserpictures').cycle({
fx: 'fade',
timeout: 5000
});
and that's it, it should work just don't forget css definitions of course.
HTML code should look something like this:
<div class='teaserpictures'>
<img src='picture1' />
<img src='picture2' />
<img src='picture3' />
</div>
You can use div tags with any content instead of img tags if you wish.
BTW: could we please move over to the forum http://forum.jcore.net as it's a bit overwhelmed here :) and then we can talk about this.
ID=1
Title=Main Menu
Name=main-menu
BlockID=0
once this set up your menus should reappear in the admin and then just go to Menu Blocks and edit the Main Menu and put it in a block so they appear on your site too.
If you still have problems please create a new topic at http://forum.jcore.net and I will help you with the restore.
1. I'm having this message down on my footer page saying, "Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 261610704 bytes) in Unknown on line 0"
2. How do i edit picture details in photo gallery modules in admin. Is there a way to give title/name to the picture instead of it's file name?
Thanks for your wonderful work with jCore and sharing it with us. Well done!
"SQL Error! Please contact site administrator or login to learn more about this error."
"Request couldn't be stored! Error: Unknown column 'Data' in 'field list' "
I've gotten into PHPMyAdmin but need a password conversion or something. What do you recommended so I can regain access?
To fix this please just run the update-from-x-to-x.sql on your db using phpmyadmin and that should fix the problem.
". So help me out
first of all, jcore is great script!
Everything is working fine but i have only 1 problem with it. When making dynamic form fields and adding verification code i get the following error:
SQL Error: Table '..._.dynamicformfields' doesn't exist
SELECT * FROM 'dynamicformfields' WHERE 'ID' = '117'
I checked the db and the table is there and also id 117 (verification).
Also the verification code isn't displayed in the form.
Any ideas?
Tx!
Thanks for the kind words and for the report, unfortunately I'm not able to reproduce this, could you please give me a step by step instruction of the steps you do to get this error? also what version of jCore do you use?
Regarding the verification code not showing up, that's a different thing. You should see it if you open the Preview Form are (when you setup the form fields in the admin) and there it should be shown but you won't see it when you use it on your website because you are logged in and for logged in users there is no need for a verification code as they already proved they aren't robots (at least we think so :) )
We can also continue this on the Forum - Bugs section if you want.
Thank you for your quick response! The verification code does work just like you said. But the error message i get when i change something in dynamic forms still persists.
The strange thing is that the error message gives the following: Table'..._.dynamicformfields' doesn't exist (look at the point just before dynamicformfields). Maybe the code points to .dynamicformfields instead dynamicformfields? I already checked but couldn't find something wrong.
Another thing are the templates, is there an easier way to make a template and upload it to jcore?
For now i modified an existing template (css and images) but we would like to set our own templates.
Any tips?
Tx!
BTW: do you use table prefixes? if so could you please the steps you used to install the system as it may be doing with the prefixes.
Regarding the templates: I'm working on a way to export a modified template to a different (ready one) from the admin (Layout Blocks) but for now unfortunately you'll have to modify the template queries manually and the pack them together but I think it's not that hard to do.
Request couldn't be stored! Error: Unknown column 'Data' in 'field list'"
Can you help me convert the encrypted code in the database back to my origional password please.
To fix your problem just go to phpMyAdmin and there you will find two tables called
bfprotection
bfprotectionbans
just empty these two tables and you should be able to login with your old password.
If you forgot your password you can reset it manually too, just edit the "users" table with phpMyAdmin and for the user you would like to reset set the following for it's password:
30c6bb566785a74868c1e62f4a40c67fac8ffcb5640efcb
This is the default jcore pass so once you did this you should be able to login with your username and "jcore" as password.
Hope this helps, if you have any problems just let me know.
this is cool cms :)
But when i try to translate it to Arabic
and i need to know how to make it RTL direction.
anyone Help ME plz ?!!
http://forum.jcore.net/viewtopic.php?f=7&t=211#p986
I'll finish translate to Arabic soon.
Best Regards.
If you want to sell digital goods (not memberships) then you don't have to do anything as the shopping module supports digital goods, but for memberships you would have to do some coding.
He helped with custom coding on jCore for other clients so please don't hsitate to contact him.