|
Posted by Jerry Stuckle on 06/14/06 11:23
Tristán White wrote:
>
>
> On 13/6/06 18:52, in article HdydndRCU8zbZhPZnZ2dnUVZ_qydnZ2d@comcast.com,
> "Jerry Stuckle" <jstucklex@attglobal.net> wrote:
>
>
>>Hmmm, it looks like maybe you're trying to modify OS Commerce files? And
>>perhaps you're not including everything you need to define the oscommerce
>>information.
>>
>>Does /goodgifts/worldmap1.php actually exist? Or is it perhaps in a different
>>directory?
>
>
>
>
> Yes, basically the way all the webpages are laid out is:
>
> Filename.php within the root folder (goodgifts)
>
> Filename.php within includes/languages/english
>
> Basically it's two PHP files, both very different. This is the same
> structure we have used for about 800 pages so can't see why it's now going
> wrong. The HTML within the PHP works because it's actually a definition
> string (note the closing 'apostrophe and the closure of the PHP)....
>
> I probably wasn't very clear in my earlier post. Splitting them up they are:
> ---------------------------------------------------------------------------
<code snipped>
But are you trying to modify OS Commerce files? That's what it looks like. And
if so, why?
It's really hard to tell when you have all that code - but it's also incomplete
because it doesn't have all the headers.
You need to cut down the problem some. Start taking things out of your
goodgifts/worldmap1.php file. Or, better yet, start with a minimum file just to
see if it works:
<html><head></head><body>Hello, World!</body></html>
If that works, then your problem is in worldmap1.php. If not, it's in
guilttrips.php.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|