Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 6/28/2006 at 06:42 PM |
Here is my set up.
I go through a hosting service from aplus.net. Below are the services I
have installed
PHP5
Postnuke 0.762 (so I can run AT)
Auto Theme 1.77
PHPMyAdmin 2.6.2
MySQL 4.1.16
I tried enabling Debug mode in the atAPI.php listed in the Read First
thread, but nothing happened. I disabled it after looking for some sort of
debug.
I installed Postnuke onto my webserver and I set that up and it is now
working. I FTP'ed the entire contents of Auto Theme in my Modules folder in
PostNuke. I then FTP'ed my theme I bought into my Themes folder in
Postnuke. I changed the permissions on the folders as it says in the
directions
I can log into my Postnuke Admin site and activate Auto Theme in the
Modules section. Here is when I run into problems. In the Modules section,
I have Auto Theme listed as being active, but I do not have a version
number (o right now) and there is no description. If I go into 3rd party,
nothing shows up. I have seen another post about this, listed http://www.spidean.com/SpideanForums-viewthread-tid-4351.phtm
l and it was a database problem.
Please advise what to do. I really want to get my site up and I use the
theme I bought. |
| |
| |
Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 6/30/2006 at 08:59 PM |
Anyone? Anything? Do moderators even check these posts? I thought this was
a support fourm. |
| |
Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 7/1/2006 at 11:13 AM |
So I figured out that I have AT loaded on my webserver, but my SQL database
is not recongizing AT. I looked in my pn_modules entery in SQL, and I do
not see AT. Does anyone know how to get AT onto my SQL? I did look for
any sort of file to import from my AT files on my local drive, but I did
not have any luck. |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 7/8/2006 at 09:53 AM |
Do you have a 'modules/AutoTheme/Version.php' file?
-Shawn |
| |
Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 7/12/2006 at 11:27 PM |
I do. Below are the contents
<?php
//
----------------------------------------------------------------------
// Copyright (c) 2002-2006 Shawn McKenzie
// http://spidean.mckenzies.net
//
----------------------------------------------------------------------
// LICENSE
//
// This software is the copyrighted material of Shawn McKenzie. AutoTheme
is
// licensed for use on (1) web site installation only. See the license.txt
for your
// specific license.
//
// YOU AGREE NOT TO COPY OR DISTRIBUTE THIS SOFTWARE OR CHANGE THE SOURCE
CODE
// WITHOUT PRIOR WRITTEN PERMISSION. PLEASE SEND ANY QUESTIONS OR COMMENTS
TO
// AUTOTHEME@MCKENZIES.NET.
//
// SHAWN MCKENZIE, TAKES NO RESPONSIBILITY FOR ANY DAMAGE THAT THIS
SOFTWARE MIGHT
// CAUSE.
//
// Additional licensing information is available from
autotheme@mckenzies.net.
//
// If you disagree with any of these terms, you are not authorized to use
this
// software. If you do agree with these terms, please enjoy.
//
----------------------------------------------------------------------
$modversion['name'] = 'AutoTheme';
$modversion['version'] = '1.77';
$modversion['description'] = 'HTML Theme System';
$modversion['credits'] = 'docs/LICENSE.TXT';
$modversion['help'] = 'docs/INSTALL.TXT';
$modversion['changelog'] = 'docs/INSTALL.TXT';
$modversion['license'] = 'docs/LICENSE.TXT';
$modversion['official'] = 0;
$modversion['author'] = 'Shawn McKenzie';
$modversion['contact'] = 'http://spidean.mckenzies.net';
$modversion['admin'] = 1;
$modversion['securityschema'] = array('AutoTheme::' => '::');
?>
[Edited on 13/7/2006 by Twism] |
| |
Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 7/13/2006 at 11:57 PM |
And if this helps, here is my file path to the version.php
www.mysite.com/pn/modules/AutoTheme/modules/AutoTheme
pn=postnuke |
| |
Twism
Newbie   Posts: 9 Registered: 4/24/2006 Status: Offline
|
posted on 7/14/2006 at 12:05 AM |
I think that did it. After posting the file path, it made sense to move the
files in the 2nd Autotheme page over to the first set.
I think I am ok now. Thanks |
| |