×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: FIXED:Posting Problems!

FIXED:Posting Problems! 15 years 8 months ago #208

  • Iolao
  • Iolao's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hello guys!
I've installed and set-up the component Joomla!Comment but I have mainly two problems ( I think and hope that they come from the same issue).
The first one: clickin on the emoticons they seems not to be added in the textarea, same for the formatting buttons.
The second one: clickin on "Submit" nothing happen. Cool, isn'it?
I'll try to explain my siutuation with Joomla.
1.5.3 Installed.
PHP 5+ installed on my server (Hosted)

The template...i'm afraid the problem is it. The template is made by myself and i'm afraid I've done some mistake writin it. It's higly possible: is my first template.

Anyway i'm very happy if someone can help me.
I'm happy to provide my site URL when (and if ) asked.
Thank you all for the great component! :woohoo:

EDIT:
Yes, it's the template...but now...what I should i do to make it works?

RE-EDIT
Ok, sorry guys, it was finally the template. Simply I've take the index.php of a default Joomla-template and I've checked all the possibly-missing parts.
I think the problem was this:
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
Maybe it gives problems with form-submissions?
Anyway, hope this can help someone else!

FIXED:Posting Problems! 15 years 8 months ago #215

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Well, I'm always happy when the user find the bugs themselves :)

I don't believe that the problem is coming from the lines you are writing, but if it is working - who cares :)))))))

FIXED:Posting Problems! 15 years 8 months ago #216

  • Iolao
  • Iolao's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I'm not sure at all!!
I've just cleaned the xml template file from files that i don't really use (I'll repeat, it's my first template).
In the file index.php I've added just that three lines.
It works, who cares!?!?
Anyway my suggestion is: check the template out!
Today i've realized that the cleaning of it fixed some other issues of other components...
Ok, now all that I have to do is customize the colors of the comments!
Good component, really!
:laugh:

FIXED:Posting Problems! 15 years 7 months ago #558

  • Markus Widl
  • Markus Widl's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Hi! It seems that I've got the Same Problem!

When klicking on Send nothing happens, just the Arrows turn arround!

In my index.php there is a line which looks like the one above (but not exactliy the same)

defined( '_VALID_MOS' ) or die( 'Restricted access' );

I dont know how to fix this! Please Help
Maxx

Tried another Template, with same Problem!
Used Latest Jommla and Component

FIXED:Posting Problems! 15 years 7 months ago #570

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Guys, guys. Please!

defined('_JEXEC')(or valid mos) or die('Restricted access');
is very important! That ensures you that this file will not be opened outside joomla. If this happen - attacker may see the content of the file and find some holes (if they exist) and compromise your installation. That is why all joomla files have this line at the begining. If I try to directly open this file in the browser with example.com/components/path to the file then I will see only a blank screen with a message: Restricted access.

If your message are not sent this is normaly due to hidden characters in your template or language file - did you edited either of them? They should be saved in UTF-8 format with a program such as PHPedit.

FIXED:Posting Problems! 15 years 7 months ago #576

  • Markus Widl
  • Markus Widl's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
Sorry, I dont know about PHP! :huh:

I didn't edit any of the Files! I als tried the standard Joomla 1.0.15 Theme! Didn't work too!

Any Ideas?

Thanx
Maxx

FIXED:Posting Problems! 15 years 7 months ago #578

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I'm not speaking about the joomla template, but the !jocomment's one.
Enable ajax debugging and tell us the result.

FIXED:Posting Problems! 15 years 7 months ago #579

  • Markus Widl
  • Markus Widl's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I enabled AJAX Debug, but nothing changed! Arrows still turn arround!
Something special i have to do, to see Debug Messages?
Is there a file I can upload?

Thx
Maxx
  • Page:
  • 1
Time to create page: 0.185 seconds