Subrion CMS Support Forums   Follow Subrion on Twitter Join Us on Facebook

Go Back   Subrion CMS Support Forums > Subrion CMS Core Discussion > Subrion Core Discussion

Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages.

Reply

 

LinkBack Thread Tools Display Modes
Old 08-15-2007   #1 (permalink)
Junior Member
 
Join Date: May 2007
Posts: 9
racer is on a distinguished road
Question If I try to activate a comment over admin panel I get this error:

I attached the Error Message from Windows:
The Internetsite h**p://***.yourdomain/admin/edit/artcomment.php?id_comment=3 can not be opened.
Action aborted.
...
Attached Images
File Type: jpg comment.jpg (14.3 KB, 4 views)

Last edited by racer; 08-15-2007 at 07:53 PM.
racer is offline   Reply With Quote
Old 08-15-2007   #2 (permalink)
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 644
Sergey Hmelevsky will become famous soon enough
Default Re: If I try to activate a comment over admin panel I get this error:

This is a "feature" of IE6.
To fix this, edit file admin/edit-artcomment.php
find and remove next lines
PHP Code:
    <script language="JavaScript">
        $(
document).ready( function() {    $("#username").autocomplete("xml.php");    });
        $.
datePicker.setDateFormat('yyyy-mm-dd');
        $(
'input#date').datePicker({startDate:'01/01/2007'});
    
</script> 
than find line
PHP Code:
require_once ('./header.php'); 
and insert above this:
PHP Code:
$aHeader = <<<SCRIPT
    <script language="JavaScript">
        $(document).ready( function() {    $("#username").autocomplete("xml.php");    });
        $.datePicker.setDateFormat('yyyy-mm-dd');
        $('input#date').datePicker({startDate:'01/01/2007'});
    </script>
SCRIPT; 
Sergey Hmelevsky is offline   Reply With Quote
Old 08-15-2007   #3 (permalink)
Junior Member
 
Join Date: May 2007
Posts: 9
racer is on a distinguished road
Default Re: If I try to activate a comment over admin panel I get this error:

Who is using IE 7? - I do not know anybody yet...
Thanks a lot
racer is offline   Reply With Quote
Old 08-16-2007   #4 (permalink)
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 644
Sergey Hmelevsky will become famous soon enough
Default Re: If I try to activate a comment over admin panel I get this error:

Who is used IE6? I'm prefer Firefox.
Sergey Hmelevsky is offline   Reply With Quote
Old 08-16-2007   #5 (permalink)
Senior Member
 
Join Date: Apr 2007
Location: YOZGAT[TR]-StraSbourg[Fr]
Posts: 167
TurXaliM is on a distinguished road
Send a message via ICQ to TurXaliM Send a message via MSN to TurXaliM Send a message via Skype™ to TurXaliM
Default Re: If I try to activate a comment over admin panel I get this error:

He He.
FireFox always!
And try FIREFOX 3 BETA
__________________
Excuse me all, My English isn't good
TurXaliM is offline   Reply With Quote
Old 08-16-2007   #6 (permalink)
Subrion Tech Support
 
Join Date: Apr 2007
Posts: 644
Sergey Hmelevsky will become famous soon enough
Default Re: If I try to activate a comment over admin panel I get this error:

TurXaliM, no I'll foretaste for final release, m-m-m...
__________________
With private requests send a ticket on http://www.subrion.com/desk/
Sergey Hmelevsky is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Manage Comment ~ Edit Error LorenGK Subrion Core Discussion 6 06-06-2007 06:02 AM
Error on Browse Articles in Admin darkswan Subrion Core Discussion 1 06-03-2007 09:04 PM
Admin Panel development progress Subrion General Chat 0 03-01-2007 12:05 AM


All times are GMT -6. The time now is 06:19 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0