Zen Cart Logo

Unexected errors

Locked

Views: 857

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
31 Dec 2006, 4:17 PM
#1
johnd avatar

johnd

Zen Follower

Join Date:
Oct 2006
Location:
New Jersey, USA
Posts:
119
Plugin Contributions:
0

Unexected errors

I am learning my way around 1.3.6 on my local PC, so I don't have a URL to give you.
I put in about 12 hours on my ZC yesterday and was well on my way to getting where I wanted to be -- a fairly basic ZC without bells and whistles. It looked great last night. It looked great first thing this morning. Then I went into my custom stylesheet (based on default with Classic green colors) and changed my MainWrapper width from 750px to 100%. All I wanted to do was settle on a size I liked. So, I made the change in Crimson Editor and went back to FF browser and refreshed my local ZC. My custome template is named magicfoxxx and the ZC resides in parent directory magicfoxxx. What did I do accidentally to get this:

Warning: include(includes/modules/extra_functions.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\magicfoxxx\includes\init_includes\init_general_funcs.php on line 34

Warning: include() [function.include]: Failed opening 'includes/modules/extra_functions.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\magicfoxxx\includes\init_includes\init_general_funcs.php on line 34

Warning: include(includes/modules/extra_definitions.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\magicfoxxx\includes\init_includes\init_templates.php on line 83

Warning: include() [function.include]: Failed opening 'includes/modules/extra_definitions.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\magicfoxxx\includes\init_includes\init_templates.php on line 83

Warning: require(includes/modules/meta_tags.php) [function.require]: failed to open stream: No such file or directory in C:\wamp\www\magicfoxxx\includes\templates\template_default\common\html_header.php on line 16

Fatal error: require() [function.require]: Failed opening required 'includes/modules/meta_tags.php' (include_path='.;C:\php5\pear') in C:\wamp\www\magicfoxxx\includes\templates\template_default\common\html_header.php on line **16

Thanks
John
**

31 Dec 2006, 7:08 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Unexected errors

It's telling you you're missing some files:

include(includes/modules/extra_functions.php) [function.include]: failed to open stream: No such file or directory
include(includes/modules/extra_definitions.php) [function.include]: failed to open stream: No such file or directory
require(includes/modules/meta_tags.php) [function.require]: failed to open stream: No such file or directory

31 Dec 2006, 9:20 PM
#3
johnd avatar

johnd

Zen Follower

Join Date:
Oct 2006
Location:
New Jersey, USA
Posts:
119
Plugin Contributions:
0

Re: Unexected errors

Thanks, DrB
I'll go try to find them and more importantly, how I lost them. All I did was change the MainWrapper width.
I'll let you know how I make out.
John

31 Dec 2006, 9:41 PM
#4
johnd avatar

johnd

Zen Follower

Join Date:
Oct 2006
Location:
New Jersey, USA
Posts:
119
Plugin Contributions:
0

Re: Unexected errors

I must have used all 10 thumbs. I'm back in business. My includes/modules folder disappeared. I couldn't find it in my Recycle Bin, so I don't know what really happened.

Do you have any ideas what the trickle down effects I can expect by taking the original includes/modules and just copied it into my ZC? I had started setting up my USPS and Paypal modules.

Thanks again
John

2 Jan 2007, 4:06 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Unexected errors

Sounds like somehow you had dragged-and-dropped things to another folder mistakenly.

As for simply copying the originals ... if you hadn't made any customizations within that folder, you'll be fine.

Backups are always handy in this sort of situation.
Here's a handy guide to making backups to your PC from your webserver:
http://www.zen-cart.com/wiki/index.php/LocalCopySite

2 Jan 2007, 10:56 PM
#6
johnd avatar

johnd

Zen Follower

Join Date:
Oct 2006
Location:
New Jersey, USA
Posts:
119
Plugin Contributions:
0

Re: Unexected errors

Thank you for that link. I've been trying to find all of the pieces that are in this one article.