Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Batch Add problem  (Read 11811 times)

0 Members and 1 Guest are viewing this topic.

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Batch Add problem
« on: May 20, 2014, 11:34:13 pm »

I have searched around and found this but nothing there seemed to help me.
http://forum.coppermine-gallery.net/index.php/topic,75479.0.html

I have been creating new themes and have been having a "No files to add" error.

I based my theme on the newest "Classic" Theme from your downloads section. All I did was add some tables in the template.html and change up the style.css. Where would the error be coming from? Batch add works perfectly fine with a standard theme. So I don't think it would be coming from the permissions or anything like that.

My error must be coming from my template? I can't attach it...

----

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="css/coppermine.css" type="text/css" />
<link rel="stylesheet" href="theme/style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
{JAVASCRIPT}
<!--
  SVN version info:
  Coppermine version: 1.5.3
  $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/themes/classic/template.html $
  $Revision: 6849 $
  $LastChangedBy: gaugau $
  $Date: 2009-12-11 09:49:36 +0100 (Fr, 11 Dez 2009) $
-->
<!-- start Hollywood bar tag -->
<script src="http://cdn-media.hollywood.com/static/fstoolbar/top-toolbar.js"></script>
<!-- start Hollywood bar tag -->
</head>
<body>
<body>

<center>

<table align="center" width="800" height="592" border="0" cellpadding="0" cellspacing="0">

  <tr>

    <td valign="top" style="border: 0px solid;">

   <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">


        <tr>         <CENTER><IMG SRC="theme/images/header.jpg" WIDTH=800 HEIGHT=525></cENTER>
   <center><div id="footerInfo">{SYS_MENU} <br> {SUB_MENU}<br></center>
<center><!-- start fan-sites ad code -->
<script src="/ad/largead.js"></script>
<!-- end fan-sites ad code --></center>
<br><div id="footerInfo"><center>{ADMIN_MENU}</center>


              {GALLERY}


<div id="footerInfo" style="margin-top: 15px;">2014 <a href="x">x</a> &bull; <a href="#">Back to top</a><br>
Theme by <a href="http://x.com" target="_blank">Fran</a> &bull; Proudly hosted by <a href="http://fan-sites.org" target="_blank">Fansites Network</a> &bull; <a href="http://fan-sites.org/get-hosted/privacy-policy/" title="Privacy Policy" target="_blank">Privacy Policy</a> &bull; <a href="http://fan-sites.org/about/dmca/" title="DMCA" target="_blank">DMCA</a></div>
{CREDITS}</center></table>
</body>
</html>
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Batch Add problem
« Reply #1 on: May 22, 2014, 02:10:28 am »

Can anyone help please? I really need to fix this problem... I've ran out of ideas!
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Batch Add problem
« Reply #2 on: May 22, 2014, 04:31:35 pm »

Does it work if you remove this line -
Code: [Select]
<script src="http://cdn-media.hollywood.com/static/fstoolbar/top-toolbar.js"></script>
Logged
It is a mistake to think you can solve any major problems just with potatoes.

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Batch Add problem
« Reply #3 on: May 23, 2014, 07:02:37 am »

No.. That is part of my hosting, I need it there and it is placed correctly. That bar doesn't cause any problems with anyone else... any other ideas?

Does it work if you remove this line -
Code: [Select]
<script src="http://cdn-media.hollywood.com/static/fstoolbar/top-toolbar.js"></script>
Logged

Joe Carver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1545
  • aka 'i-imagine'
    • Home Page
Re: Batch Add problem
« Reply #4 on: May 23, 2014, 06:59:33 pm »

You could please start with:
  • Check and follow the rules/guidelines for requesting Upload support - see the docs here 
  • Validate your theme edits here: http://validator.w3.org/   (It looks like it needs fixing, validation is the only way to know)

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Batch Add problem
« Reply #5 on: May 24, 2014, 12:11:33 am »

I have done the first step.
I went to that validate and it said it couldn't read any of my theme files...

A fatal error occurred when attempting to transcode the character encoding of the document. Either we do not support this character encoding ("{charset}") yet, or you have specified a non-existent character encoding (often a misspelling).

The error was: Encoding not supported.


If you believe the character encoding to be valid you can submit a request for that character encoding (see the feedback page for details) and we will look into supporting it in the future.

IANA maintains the list of official names for character sets and the WDG has some information to help you correctly specify the character encoding.

You could please start with:
  • Check and follow the rules/guidelines for requesting Upload support - see the docs here 
  • Validate your theme edits here: http://validator.w3.org/   (It looks like it needs fixing, validation is the only way to know)
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Batch Add problem
« Reply #6 on: June 07, 2014, 05:02:54 am »

I still really need help with this please! Thankyou :)
Logged

gmc

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 785
    • GMC Design Photo Gallery
Re: Re: Batch Add problem
« Reply #7 on: June 07, 2014, 02:28:51 pm »

I have done the first step.
Great - but you didn't post any of the information the doc requests if asking for upload help...

Quote
I went to that validate and it said it couldn't read any of my theme files...
You need to point the validator to a resulting page (like www.mygalley.com/index.php) - not the theme file directly.
The validator has no idea what to do with {CHARSET} and other tags that CPG replaces before sending to the browser.
You didn't provide a url to your gallery.
Logged
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Re: Batch Add problem
« Reply #8 on: June 09, 2014, 08:09:00 pm »

Great - but you didn't post any of the information the doc requests if asking for upload help...
You need to point the validator to a resulting page (like www.mygalley.com/index.php) - not the theme file directly.
The validator has no idea what to do with {CHARSET} and other tags that CPG replaces before sending to the browser.
You didn't provide a url to your gallery.

I'm sorry, I'm still learning. I didn't know I needed the actual url of the gallery path. (kristenstewartonline.net/gallery) Now that I do know, the validator came up with 50 errors! I pasted it below:

Code: [Select]
[b]Error Line 36, Column 11: document type does not allow element "center" here; missing one of "th", "td" start-tag

<center><img src="http://kristenstewartonline.net/gallery/themes/bold-kriste…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 36, Column 107: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

…t/gallery/themes/bold-kristen/images/header.jpg" width=800 height=569></center>


Error Line 36, Column 118: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

…t/gallery/themes/bold-kristen/images/header.jpg" width=800 height=569></center>


Error Line 36, Column 121: required attribute "alt" not specified

…t/gallery/themes/bold-kristen/images/header.jpg" width=800 height=569></center>



The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 36, Column 130: end tag for "img" omitted, but OMITTAG NO was specified

…t/gallery/themes/bold-kristen/images/header.jpg" width=800 height=569></center>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 36, Column 12: start tag was here

<center><img src="http://kristenstewartonline.net/gallery/themes/bold-kriste…

Error Line 37, Column 5: document type does not allow element "br" here; missing one of "th", "td" start-tag

<br><center><div id="footerInfo">            <!-- BEGIN home -->



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 37, Column 6: end tag for "br" omitted, but OMITTAG NO was specified

<br><center><div id="footerInfo">            <!-- BEGIN home -->



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 37, Column 2: start tag was here

<br><center><div id="footerInfo">            <!-- BEGIN home -->

Error Line 37, Column 13: document type does not allow element "center" here; missing one of "th", "td" start-tag

<br><center><div id="footerInfo">            <!-- BEGIN home -->



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 41, Column 28: end tag for "br" omitted, but OMITTAG NO was specified

  <!-- END login -->   <br>               <!-- BEGIN album_list -->



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 41, Column 24: start tag was here

  <!-- END login -->   <br>               <!-- BEGIN album_list -->

Error Line 56, Column 11: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag

<p><center><!-- start fan-sites ad code --><!-- start fan-sites ad code -->



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 57, Column 29: required attribute "type" not specified

<script src="/ad/largead.js"></script>



The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Error Line 58, Column 44: end tag for "br" omitted, but OMITTAG NO was specified

<!-- end fan-sites ad code --></center><br> </center>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 58, Column 40: start tag was here

<!-- end fan-sites ad code --></center><br> </center>

Error Line 58, Column 53: end tag for "p" omitted, but OMITTAG NO was specified

<!-- end fan-sites ad code --></center><br> </center>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 56, Column 1: start tag was here

<p><center><!-- start fan-sites ad code --><!-- start fan-sites ad code -->

Error Line 58, Column 53: end tag for "div" omitted, but OMITTAG NO was specified

<!-- end fan-sites ad code --></center><br> </center>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 37, Column 14: start tag was here

<br><center><div id="footerInfo">            <!-- BEGIN home -->

Error Line 65, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 151, Column 77: document type does not allow element "img" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 151, Column 83: document type does not allow element "br" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 154, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 226, Column 77: document type does not allow element "img" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 226, Column 83: document type does not allow element "br" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 229, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 315, Column 77: document type does not allow element "img" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 315, Column 83: document type does not allow element "br" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 318, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 404, Column 77: document type does not allow element "img" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 404, Column 83: document type does not allow element "br" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 407, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 493, Column 77: document type does not allow element "img" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 493, Column 83: document type does not allow element "br" here; missing one of "th", "td" start-tag

…    <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 496, Column 86: document type does not allow element "table" here; missing one of "th", "td" start-tag

…align="center" width="100%" cellspacing="1" cellpadding="0" class="maintable ">



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 506, Column 6: document type does not allow element "br" here; missing one of "th", "td" start-tag

<br />



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 509, Column 10: ID "footerInfo" already defined

<div id="footerInfo" style="margin-top: 15px;">2014 <a href="http://kristenstew…



An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
Info Line 37, Column 23: ID "footerInfo" first defined here

<br><center><div id="footerInfo">            <!-- BEGIN home -->

Error Line 509, Column 47: document type does not allow element "div" here; missing one of "th", "td" start-tag

…"footerInfo" style="margin-top: 15px;">2014 <a href="http://kristenstewartonli…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 509, Column 193: end tag for "br" omitted, but OMITTAG NO was specified

…e.net</a> &bull; <a href="#">Contact</a> &bull; <a href="#">Back to top</a><br>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 509, Column 189: start tag was here

…e.net</a> &bull; <a href="#">Contact</a> &bull; <a href="#">Back to top</a><br>

Error Line 512, Column 129: document type does not allow element "div" here; missing one of "th", "td" start-tag

…ont-family: Verdana,Arial,sans-serif;">Powered by <a href="http://coppermine-g…



The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Error Line 514, Column 7: "tr" not finished but containing element ended

</body></html></center></table>


Error Line 514, Column 7: end tag for "tr" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 35, Column 7: start tag was here

      <tr>

Error Line 514, Column 7: end tag for "table" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 32, Column 2: start tag was here

<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">

Error Line 514, Column 7: end tag for "td" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 30, Column 5: start tag was here

    <td valign="top" style="border: 0px solid;">

Error Line 514, Column 7: end tag for "tr" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 28, Column 3: start tag was here

  <tr>

Error Line 514, Column 7: end tag for "table" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 26, Column 1: start tag was here

<table align="center" width="900" height="592" border="0" cellpadding="0" cells…

Error Line 514, Column 7: end tag for "center" omitted, but OMITTAG NO was specified

</body></html></center></table>



You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
Info Line 25, Column 1: start tag was here

<center>

Error Line 514, Column 23: end tag for element "center" which is not open

</body></html></center></table>



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.
Error Line 514, Column 31: end tag for element "table" which is not open

</body></html></center></table>



The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.[/b]

- I'm not sure what i have to do? Do I removed the characters highlighted in red? I just don't think that would work.

The gallery isn't actualy mine but I made the theme. She and another client are having the same issue with the batch add.
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Batch Add problem
« Reply #9 on: June 11, 2014, 10:16:28 pm »

Okay, I have narrowed it down to 27 errors and 1 warning now; instead of 50 errors and 1 warning...

I am completely stumped, I've tried so many different things but it just won't let me have any of it. :(

http://validator.w3.org/check?uri=http%3A%2F%2Fellenpagedaily.com%2Fphotos%2Findex.php%3Ftheme%3Dbold-kristen&charset=%28detect+automatically%29&doctype=Inline&group=0


What am I supposed to do?? I'm having issues mainly with the breaks and the header image. There is also a line there that is NOT in my template. (5 errors of this mystery)

My template.html is below:

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>

<link rel="stylesheet" href="/photos/themes/bold-kristen/style.css" type="text/css" />
<!-- start Hollywood bar tag -->
<script src="http://cdn-media.hollywood.com/static/fstoolbar/toolbar.js"></script>
<!-- start Hollywood bar tag -->
</head>
<body>
<div style="position: absolute; top: 105px; width: 160px; left: 10px; height: 600px;" >
[Advertisement]<br/>
<!-- start fan-sites ad code -->
<script src="/ad/sidead.js"></script>
<!-- end fan-sites ad code -->
</div>
<center>
<table align="center" width="900" border="0" cellpadding="0" cellspacing="0">

  <tr>

    <td valign="top" style="border: 0px solid;">

<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">


      <br><br/>
<p align="center"><img src="/themes/bold-kristen/images/header.jpg" alt="image description" height="569" width="800"></a></p>
<br><br/><center><div id="footerInfo">{SYS_MENU} <br> {SUB_MENU} {ADMIN_MENU}</center>



              {GALLERY}

</table>
<div id="footerInfo" style="margin-top: 15px;">2014 <a href="http://xx.net">xx.net</a> &bull; <a href="#">Contact</a> &bull; <a href="#">Back to top</a><br>
Theme by <a href="http://xx.com" target="_blank">Fran</a> &bull; Proudly hosted by <a href="http://fan-sites.org" target="_blank">Fansites Network</a> &bull; <a href="http://fan-sites.org/get-hosted/privacy-policy/" title="Privacy Policy" target="_blank">Privacy Policy</a> &bull; <a href="http://fan-sites.org/about/dmca/" title="DMCA" target="_blank">DMCA</a></div>
{CREDITS}
</body></html></center></table></div>



Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Batch Add problem
« Reply #10 on: June 16, 2014, 01:18:39 pm »

I based my theme on the newest "Classic" Theme

Does batch-add work with that unmodified theme? If so, please attach your whole theme as zip file to your next reply.
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Batch Add problem
« Reply #11 on: June 22, 2014, 04:33:09 pm »

Does batch-add work with that unmodified theme? If so, please attach your whole theme as zip file to your next reply.

Tested classic, yes it works.

I attached my problem theme. Thankyou for having a look. :)
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Batch Add problem
« Reply #12 on: June 23, 2014, 12:08:44 pm »

Batch-add works as expected if I remove
Code: [Select]
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">in template.hmtl.
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Batch Add problem
« Reply #13 on: June 23, 2014, 12:21:06 pm »

Batch-add works as expected if I remove
Code: [Select]
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">in template.hmtl.

Okay, so that's the problem. Why can't we use that? I need it because the whole theme table is taking up the whole page now instead of 900px wide.
Logged

fran86

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 61
Re: Re: Batch Add problem
« Reply #14 on: June 23, 2014, 12:28:13 pm »

Okay, so that's the problem. Why can't we use that? I need it because the whole theme table is taking up the whole page now instead of 900px wide.

Not sure how to edit... I figured that one out in the config. Thankyou! Now to see if it works on my side :)
Logged
Pages: [1]   Go Up
 

Page created in 0.033 seconds with 20 queries.