Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
When I access the galleries I receive emails concerning an error in autoindex.php at line 129. Here is one of the error messages, the others are essentially identical.
<p>An error occurred in script
'/home1/sixfivka/public_html/lib/autoindex/autoindex.php' on line 129: Undefined
index: value
<br />Date/Time: 5-31-2015 19:48:43
<br /><pre>Array
(
[_dir] => /home1/sixfivka/public_html/galleries/freshman-1961-1962
[_fpath] => /home1/sixfivka/public_html/galleries/
[data] => <?xml version="1.0" encoding="UTF-8"?>
<album>
<access>unlocked</access>
<thumbnail>custom-thumbnails/Freshman.jpg</thumbnail>
<title>Freshman - 1961-1962</title>
<description>Our Freshman Year - Photos from the Kahokian
Yearbook</description>
<url></url>
</album>
[parser] => Resource id #8
[vals] => Array
(
[0] => Array
(
[tag] => ALBUM
[type] => open
[level] => 1
)
[1] => Array
(
[tag] => ACCESS
[type] => complete
[level] => 2
[value] => unlocked
)
[2] => Array
(
[tag] => THUMBNAIL
[type] => complete
[level] => 2
[value] => custom-thumbnails/Freshman.jpg
)
[3] => Array
(
[tag] => TITLE
[type] => complete
[level] => 2
[value] => Freshman - 1961-1962
)
[4] => Array
(
[tag] => DESCRIPTION
[type] => complete
[level] => 2
[value] => Our Freshman Year - Photos from the Kahokian
Yearbook
)
[5] => Array
(
[tag] => URL
[type] => complete
[level] => 2
)
[6] => Array
(
[tag] => ALBUM
[type] => close
[level] => 1
)
)
[_xml] => Array
(
[access] => unlocked
[thumbnail] => custom-thumbnails/Freshman.jpg
[title] => Freshman - 1961-1962
[description] => Our Freshman Year - Photos from the Kahokian
Yearbook
)
[ i ] => 5
)
</pre>
</p>
Offline
can you post a link to your site?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Sorry - forgot to. http://65kahoks.com/galleries/
Evidently, when I open a connection to my database, the server is detecting that autoindex.php is attempting to send a query also? Just guessing here, but the error message is originating from my database connect script and referring to the autoindex script as the location of the error.
I can't see where it''s causing an actual issue - but I don't know the inner workings of the autoindex.
The site is still in development, so the home page currently is 65kahoks.com/index1.php
Thanks Rod.
Offline
I believe there's some code in the autoindex.php file for use with Publisher (xml stuff) and Publisher uses a database. So perhaps this code is also being sent to your missing classmates database.
Just a guess on my part.
But if this is happening due to your own custom database connection I don't know that there's anything Ben or Matt can do about it as it's probably beyond the scope of support.
Again, just a guess on my part.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I think you're probably right Rod - the error is being reported from my MySQL database system - it's registering that autoindex is sending a query that doesn't match up with data in my system.
I don't see any new or altered database entries or tables on my server. Does Publisher use MySQL or a different system? Whatever system it is, data must be stored in encrypted files/folders within ttg-be (guess).
Offline
ttg-be uses .sq3 database files
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Publisher uses an SQLite database.
Offline