Follow the suggestion in this thread:
https://cutephp.com/forum/index.php?showtopic=42920

Now for some reason the smiles are showing as "smile wink wassat" etc instead of the actual smiley.. but that's another problem..

Make sure that the emoticons are in the skins>emoticons directory. They used to be in the data directory but the migration tool does not move them.

I have not tried this but this thread tells you:
https://cutephp.com/forum/index.php?s=&...st&p=154669
The latest CuteNews version supports facebook comments. Please insert the following code into your page:

<script>(function(d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0];
          if (d.getElementById(id)) return;
          js = d.createElement(s); js.id = id;
          js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=<ВАШ_APPID>";
          fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));</script>


This thread tells you:
https://cutephp.com/forum/index.php?s=&amp;...st&amp;p=155324

The widget facebook is very sensible to language, the language is set automatically. You can check also if English US is set by default for the application. For it follow this link : https://developers.facebook.com/apps/[ Your App ID ]/appdetails
But there is no guarantee that the language will be changed.

Go to options>edit categories.
Click on [edit] for the chosen category.
Make your selection in the Category Access box.

205

(5 replies, posted in Problem Solving / Help & Support)

The php filesize max upload limit is set in the php.ini file on your web server.
If you cannot access this get your host to change it.

So that you have

cutenews/data (full) AND
cutenews/cdata (empty)

Yes.

I had exactly the same problem when I manually copied across the data. I deleted everything and re-uploaded cutenews 1.5 together with my old data folder. I then went to cutenews/index.php and allowed it to do the autoupgrade. It worked. The only things that did not copy across were extra emoticons that I had added. I moved them myself. Everything else, including photos, copied across.

The installation archive of 1.5.0 contains a cdata folder with one .svn folder and files in it.
Did you upload it?

Line 16 of index.php
$config_path_image_upload = './data/upimages';

Log in and post a news item.
Log out.
Log in again.
If the new item is not there then the problem is the news.txt is not being saved.
File permission problem.

Someone else is deleting them?
Are they the last posted news?

212

(6 replies, posted in Problem Solving / Help & Support)

Probably an incompatible version of PHP installed on your sever.
Get your host to update it.

Have they been archived?

I can change and edit just about anything, but when I got to edit the template for the news and hit the Save Changes button, this comes up. I'm at a loss as what to do. Help?

Error 403: Forbidden
Your PHP settings have been disabled by an H-Sphere administrator.

Your current PHP configuration:
-->
This configuration was changed:
Please bring your PHP configuration in compliance with admin settings or request your administrator to re-enable support of your settings.

You don't have permissions to access this page. This usually means one of the following:

this file and directory permissions make them unavailable from the Internet.
.htaccess contains instructions that prevent public access to this file or directory.
Please check file and directory permissions and .htaccess configuration if you are able to do this. Otherwise, request your webmaster to grant you access.

Caused by your host adding a mod_security to the server.
Get them to fix it.

215

(2 replies, posted in Problem Solving / Help & Support)

If the only thing that has happened is the files are now empty then I don't think it is a hacker. They would have nothing to gain from this. The majority of hackers want to put their own posts on a site e.g. Adverts. If they somehow gained access to your server they would do more than empty the data files.
I have not come across any reason why the script would empty the settings, comments and news through error. The most likely cause would be that your client has accidentaly uploaded a blank set of data files instead of downloading them as a backup. I have done this once before myself using dream weaver I accidentally clicked the upload arrow instead of the download. Luckily I had an earlier backup and only lost a few posts.

$categoty = "18";

?????
https://cutephp.com/forum/style_emoticons/default/wink.gif

$categoty = "4";
Did you really spell it like that?

Look in your template for for:

<div style="width:420px;


and change it.
Dummy = empty. No news item.

The size depends upon where you put the include on your news page.
The Cutenews message always appears after the first include on the page.
Put a dummy first include with no news where you want the message.
or buy a license.

I was thrown out by seeing E: in the prefix..


This suggests that you are on a windows server.

Instead of using an absolute server address use a relative one.
Try:
include("cutenews/show_news.php");

The cute manager looked promising! Unfortunately, it doesn't seem to work. It shows the same comment 3,000 times and there's a lot of php errors. I suspect it's not compatible with the code in utf-8. Anyhow, I'll keep searching for ideas. The hidden fields trick sounds promising. Thanks for sharing!

Scroll down to the PHP5 version and try that. It fixed the problem for me.
https://cutephp.com/forum/index.php?showtopic=31873

I recommend the Hidden Fields hack by Funimations here:
https://cutephp.com/forum/index.php?showtop...mp;#entry141697
Since I added this not a single spambot has got through.

You could install the comments manager to sort through your comments and delete the ones you do not want:
https://cutephp.com/forum/index.php?showtopic=31873

I also use the comments approve addon to check all comments before they are added:
https://cutephp.com/forum/index.php?showtopic=33768

All work with 1.4.7.
Don't know about UTF-8 but it should be possible to add them to the code.

The most obvious reason is that your host has moved your site to a new server or renamed the server
The absolute address is no longer
/homethree/starsfan/public_html

It seems to be
/home/starsfan/public_html

To check create a file called
phpinfo.php

In it put:

<?

echo "version is: [b]".phpversion()."[/b]
n";;

echo "Lots of info: 
n";

phpinfo();

?>


Upload it to your webspace and call it using:
www.linktoyoursite.phpinfo.php

Look for the absolute address of your site returned in _ENV["SCRIPT_FILENAME"]

Edit: Delete the phpinfo.php file as soon as you have used it as it is a security risk!

So you're saying I need to look for "$all_news" in the code on the shows.inc.php page? I don't understand PHP coding personally, so I do rely heavily on getting help from experts on here from time to time, like now.

Yes. Find where it is being set. Which file is it looking at.

Posts found: 201 to 225 of 305

Pages Previous 1 7 8 9 10 11 12 13 Next

CutePHP Forums → Posts by Damoor