Author Topic: E-Rice users  (Read 610 times)

0 Members and 1 Guest are viewing this topic.

Offline Dr Obbins

  • Forecaster
  • *****
  • Posts: 1152
Re: E-Rice users
« Reply #25 on: November 09, 2013, 06:43:24 AM »
Fixed mine too. - Thanks!  UU
(except for the lightning page)

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #26 on: November 09, 2013, 12:10:12 PM »
I'm getting these everywhere:
Code: [Select]
Error Line 40, Column 10: xmlParsePI : no target name
        <? include("menu.php"); ?>

Has got me down in the dirt. Suggestions or advice anyone?

Doug

Offline Maumelle Weather

  • Forecaster
  • *****
  • Posts: 1825
    • Maumelle Weather
Re: E-Rice users
« Reply #27 on: November 09, 2013, 12:15:25 PM »
Hi Doug,

I am going to guess and say all of the files are there for the menu like they are supposed to be? If so, try changing

<? include("menu.php"); ?>

TO

<?php include("menu"); ?>
GR2AE, GR3, Cumulus

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #28 on: November 09, 2013, 12:33:39 PM »
Ok...that cured everything except the menu...when I add php it changes the validation code from:

<?php include("menu.php"); ?> (on my page before up-load) to:

<? include("menu-files/body_menu.inc"); ?>

Doug

Offline Maumelle Weather

  • Forecaster
  • *****
  • Posts: 1825
    • Maumelle Weather
Re: E-Rice users
« Reply #29 on: November 09, 2013, 12:36:06 PM »
Hi Doug,

Evidently I need to go back to bed. :oops: :oops: :oops: :oops: :oops:

Try

<?php include("menu.php"); ?>

Which is what I was trying for the first time. My apologies.

John
GR2AE, GR3, Cumulus

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #30 on: November 09, 2013, 12:40:49 PM »
Hi Doug,

Evidently I need to go back to bed. :oops: :oops: :oops: :oops: :oops:
<?php include("menu.php"); ?>
That's what I have on my up-load page...when I run thru validation it comes up:
Error Line 40, Column 10: xmlParsePI : no target name

        <? include("menu-files/body_menu.inc"); ?>

????

Thanks, Doug

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #31 on: November 09, 2013, 12:51:29 PM »
Finally got a menu...
« Last Edit: March 19, 2015, 04:57:04 AM by DougW »

Offline Maumelle Weather

  • Forecaster
  • *****
  • Posts: 1825
    • Maumelle Weather
Re: E-Rice users
« Reply #32 on: November 09, 2013, 12:54:15 PM »
What did you change? Or are you having to reinsert the menu back into each page?  I hope not. Glad you got it back.

John
« Last Edit: November 09, 2013, 01:01:13 PM by sacreyweather »
GR2AE, GR3, Cumulus

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #33 on: November 09, 2013, 01:01:02 PM »
What did you change?
The actual menu files were in a folder. I moved everything to root, changed path and it worked.

Thanks for the help...

Doug

Offline Maumelle Weather

  • Forecaster
  • *****
  • Posts: 1825
    • Maumelle Weather
Re: E-Rice users
« Reply #34 on: November 09, 2013, 01:07:49 PM »
You're most welcome on the help, Doug, although I don't think I helped much.
GR2AE, GR3, Cumulus

Offline AWL

  • Forecaster
  • *****
  • Posts: 727
    • Ardmore Weather Live
Re: E-Rice users
« Reply #35 on: November 09, 2013, 01:09:45 PM »
You're most welcome on the help, Doug, although I don't think I helped much.
You helped a bunch. Now I have to change the path on every page.....

Doug