15-Mar-2014, 03:00 PM
This is the community forum. For a developer response use the Client Area.
15-Mar-2014, 06:10 PM
Thank you for answering.
I added the code and uploaded.
It is showing -Access Denied.-
May have to Change some permissios per FTP? Wich ones?
May be importand to know I just upgradet to the Version 2.5.
I added the code and uploaded.
It is showing -Access Denied.-
May have to Change some permissios per FTP? Wich ones?
May be importand to know I just upgradet to the Version 2.5.
15-Mar-2014, 06:13 PM
permissions on connect.php is 644.
Is that OK?
Is that OK?
15-Mar-2014, 08:30 PM
I did the following.
I changed this part of the Code:
$cmtx_identifier = '1'; // Change this for each of your pages.
define('IN_COMMENTICS', 'true');
to:
$cmtx_identifier = '1'; // Change this for each of your pages.
$cmtx_path = 'comments/';
define('IN_COMMENTICS', 'true');
And Jet the "access denied" is gone.
But it does Show only a "0" . No Stars. It should Show 3 Stars for $cmtx_identifier = '1' .
I would be so happy if you coud help me again Steven .
I changed this part of the Code:
$cmtx_identifier = '1'; // Change this for each of your pages.
define('IN_COMMENTICS', 'true');
to:
$cmtx_identifier = '1'; // Change this for each of your pages.
$cmtx_path = 'comments/';
define('IN_COMMENTICS', 'true');
And Jet the "access denied" is gone.
But it does Show only a "0" . No Stars. It should Show 3 Stars for $cmtx_identifier = '1' .
I would be so happy if you coud help me again Steven .
15-Mar-2014, 10:02 PM
Hi,
If you're using v2.5 then you need to change the MySQL functions to MySQLi.
I can reply again tomorrow with the code but if you want to do it yourself in the meantime then download the 'Recent Comments' add-on from the add-ons page (it uses MySQLi) and the code there should give you an idea of what you need to do.
If you're using v2.5 then you need to change the MySQL functions to MySQLi.
I can reply again tomorrow with the code but if you want to do it yourself in the meantime then download the 'Recent Comments' add-on from the add-ons page (it uses MySQLi) and the code there should give you an idea of what you need to do.
15-Mar-2014, 10:21 PM
OK thanks.
My PHP knowledge is not very good, but I will download the add-on and install it.
Then I will try to look at the code and try to do it myself.
I will post tomorow, what I have done.
My PHP knowledge is not very good, but I will download the add-on and install it.
Then I will try to look at the code and try to do it myself.
I will post tomorow, what I have done.
16-Mar-2014, 10:50 AM
16-Mar-2014, 06:43 PM
« Next Oldest | Next Newest »
Possibly Related Threads…
Thread / Author
Replies
Views
Last Post
Users browsing this thread: 1 Guest(s)