Skip to forum content
CutePHP Forums
Dear CuteNews Users! Please feel free to contact us via our new Feedback Form and please send information about bugs to our bug tracker.
You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 22 of 30)
Dear Mattt07,
Many thanks for providing us with so detailed information about the problem. Our programmers have recently rectified this issue. Please download the latest version of the advancedimages plug-in from https://cutephp.com/cutenews/plugins.php
Please also make some changes in the show_news.php:
the following code:
if ( ($config_use_fbcomments == 'yes' || $config_use_fblike == 'yes') and !isset($_CACHE['__first_time__']) )
please change to:
if ( ($config_use_fbcomments == 'yes' || $config_use_fblike == 'yes') and !isset($_CACHE['__first_time__']) && $template != 'rss')
Dear User!
You should specify your destination for the Cutenews on your server.
Dear User!
Please add $only_active = 'yes' before to switch on the show_news.php. This will allow to prevent archived posts from appearing among your active news.
You need to add in the template {fb} or {fb-like} and switch on and adapt Facebook in Options > System configurations > Social.
If you can't update through the update module follow the instructions here https://cutephp.com/cutenews/upgrade.php
There will be an updated CKEditor In the version 1.5.4.
This option doesn't belong to plugin, {star-rate} is built-in. In the version 1.5.4 this option will be in plugin.
Just create two files in cdata: db.ban.php and csrf.php. The first one is already deprecated, in the version 1.5.4 its checking will be deleted at all.
Try to change in core/core.php
clearstatcache($the_file);
to
clearstatcache();
In the core/core.php line in function user_delete($user)
$users_db = load_database('users_db', 'users.db');
change to
$users_db = load_database('users_db', 'users.db', true);
to correct this bug. This change is available also on github https://github.com/CuteNews/cute-news-repo/...7030c585cd824fa.
!up
I explain me more clearly (sorry for bad english).
Useronline is used on CN 1.5.3, it works. But on CN, when i log out, i can't add, edit news etc because i m disconnected of CN. When I delete useronline.php in the plugins manager, I can log in...
Delete the space after the characters ?> in the end, or remove it completely ?> to fix the bug.
Please specify, when clicking << prev или next >> links and other links conversion to index.php (not to test.php) appears, right? Or there are no navigation buttons at all?
For instance in your case
<?php
$number = "5";
$template = "mytemp";
$PHP_SELF = "test.php";
include("news/show_news.php");
?>
The new Cutenews 1.5.3 released.
In this release we've made some changes of correcting bugs, you can see the list of these changes in changelog https://cutephp.com/cutenews/changelog.php. Also we've added some new options:
1) 5 plugins were written and officially placed on the site https://cutephp.com/cutenews/plugins.php. We also will keep an eye on these plugins and avoid bugs.
2) The update modules of cutenews through unzipping archives have been improved, the migration script has been carried out to the extern module.
3) Added the improved file permissions that actually detects accessibility of files and catalogues for reading and recording.
You can send your bug reports to our bugtracker, attach screenshots with step-by-step reproduction of errors. That will help us to easily and quickly understand your problem and solve it.
Also if it's possible, we ask you to send the file ./cdata/log/error_dump.log and specify the number of the Cutenews version. This function has been added to the bugreport form.
There is an opportunity to unlock the CSRF checking now (see https://github.com/CuteNews/cute-news-repo/...c40fe15e41d60b)
Please specify more detailed information about the bug with the screenshot. the server where the code is represented (Denwer/WAMP/Apache/Nginx/etc...). Also send the files from cdata/log/error_dump.log. We need to know all the details how your Cutenews is working.
We advise you using $PHP_SELF before include "show_news.php.
The version 1.5.3 will be launched soon where we've fixed all the bugs. Please download it from Github.
Mail your license number to us (support@cutephp.com) and we'll try to help you
Sorry for the late reply.
To delete the notice in inc/main.php, you should the lines
if ((int)$last_login_month < (int)$last_archived['month'] and $last_login_year <= $last_archived['year'])
$warn .= proc_tpl('main/auto_archive', array('date' => date("d M Y H:i:s", $member_db[UDB_LAST])));
comment out
// if ((int)$last_login_month < (int)$last_archived['month'] and $last_login_year <= $last_archived['year'])
// $warn .= proc_tpl('main/auto_archive', array('date' => date("d M Y H:i:s", $member_db[UDB_LAST])));
The option of deactivating the notice about auto-archiving will be added in future.
1. Please specify how exactly you want to enter the link. Probably it's necessary to edit the template Full news entering the necessary code [link] Link [/link]
2. Check the options. News can be shown in the other order.
3. For news in two columns you should specify the styles in the templates and the outer css but it doesn't refer to Cutenews directly, it's the question of layout. For more information we need at least your template code for active news.
1 "additional field" is actually "extra values". Field with the name bio let you paste in the template {bio} and get the information from the additional news field.
2 Executable PHP isn't held in the Cutenews tenplates.
This is a testing option, it doesn't work in 1.5.2 yet but will be added to the release of of the version 1.5.3 or you can download the latest version from github
Probably this code include("cutenews\show_news.php") should be written in such a way include("cutenews/show_news.php")
Please specify:
1. On which platform is there the hosting IIS/Linux/etc?
2. Check the access rights on the folder cdata
3. Which version of Cutenews do you use?
In the latest revision on GitHub we've added new fields for formatting of dates {month}, {weekday} and etc. in the section Help/About > Internal Help Documentation / Template variables. If you want to change the names of the months use the pattern {month|Jan,Feb,...,Dec}.
For the names in the section "Replaces with {name}" only symbols "a-z", "0-9" and "_" are available.
Posts found: 526 to 550 of 734