Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Please help me - regex still failing

Re: Please help me - regex still failing 16 Oct 2012 05:37 #4547

  • BTB300
  • BTB300's Avatar
  • Offline
  • Moderator
  • Posts: 414
  • Thank you received: 130
  • Karma: 46
whispiri wrote:
Okay,

I have rebuild my component from scratch and so far it seems to be working now in Sandbox. No errors so far. Not sure what I did differently. However, I haven't tested it on the my server yet. Will do so in the morning. It's getting late here and need some sleep. Will keep you posted.

Hi whispiri,
How did your test go?
is it working locally and on your hosted server?
Still need Help?
The administrator has disabled public write access.

Re: Please help me - regex still failing 21 Nov 2012 06:54 #5523

  • mark d
  • mark d's Avatar
if (isset($_POST)){

is never verified because the submit button as no name attribute

change it from:

<input type="submit" value="Send information" id="submit"/>

to

<input type="submit" name="submit" value="Send information" id="submit"/>
The administrator has disabled public write access.

Re: Please help me - regex still failing 21 Nov 2012 08:07 #5531

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
mark d wrote:
if (isset($_POST)){

is never verified because the submit button as no name attribute

change it from:

<input type="submit" value="Send information" id="submit"/>

to

<input type="submit" name="submit" value="Send information" id="submit"/>
Is this relevant to the issue that @whispiri has with regex?

If so, please explain a bit more what the you mean to contexualise it.

Thanks,

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
The administrator has disabled public write access.

Re: Please help me - regex still failing 21 Nov 2012 08:18 #5534

  • mark d
  • mark d's Avatar
Actually, using this idea, one could replace unvieldly .js based language files ... Once found, it will replace that rule with one specified in launching options. ..... var rule = options.allrules[customRule]; if (!rule) { alert("jqv:custom rule not found "

My personal opinion.
The administrator has disabled public write access.

Re: Please help me - regex still failing 21 Nov 2012 08:26 #5536

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
  • Karma: 64
Regardless, your post didn't explain any of that but in addition, you'll see from reading the entire thread that this is in fact an issue with COOK 1.5 that can be solved by using COOK 2.0.

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
The administrator has disabled public write access.
The following user(s) said Thank You: admin
  • Page:
  • 1
  • 2
Time to create page: 0.102 seconds

Get Started