| Author |
Message |
justbrowsing New Member


Joined: Sep 26, 2009 Posts: 12
|
Posted:
Sat Sep 26, 2009 2:43 pm |
|
Ive been able to get the frontend working but can not seem to get the admin section to work. I just get a white page. Ive made all the normal edits:
| Code: |
//if (!defined('ADMIN_FILE')) {
// die ("Access Denied");
//}
//global $admin_file;
//if ($radminsuper==1) {
// adminmenu("".$admin_file.".php?op=scmain", "SimpleCart", "SimpleCart.gif");
//}
if (!defined('ADMIN_FILE')) {
die('Access Denied');
}
global $admin_file;
adminmenu($admin_file . '.php?op=scmain', 'SimpleCart', 'banners.gif'); |
Has anyone else gotten the admin section of this module to work? Or willing to take a look at it to see what Ive missed? |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Sat Sep 26, 2009 3:48 pm |
|
Try what I suggested in this issue.
|
|
|
|
 |
justbrowsing New Member


Joined: Sep 26, 2009 Posts: 12
|
Posted:
Tue Sep 29, 2009 12:14 pm |
|
Nothing in the admin file. In the main index there were several !sset $op but none with index in it. Im assuming you meant the modules/simplecart/index? even with issue happening in admin? I can paste one of the files if that would help just let me know which one. I cant seem to get it to work. |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Tue Sep 29, 2009 12:55 pm |
|
Can you just point me to a download? |
|
|
|
 |
justbrowsing New Member


Joined: Sep 26, 2009 Posts: 12
|
Posted:
Tue Sep 29, 2009 1:11 pm |
|
Yes I can
Thanks.
Ive tried a few different carts with raven nuke and most have had the same result wit ALOT more files to go through. I stuck with this one since it looked well....simple :-p |
|
|
|
 |
Palbin Site Admin

Joined: Mar 30, 2006 Posts: 2404 Location: Pennsylvania
|
Posted:
Tue Sep 29, 2009 4:25 pm |
|
I dropped the files in and loaded the two sql files in phpmyadmin, and everything seems to be working fine for me. I can go to the admin with no problem.
Try reuploading the files again. What ftp program are you using? |
|
|
|
 |
justbrowsing New Member


Joined: Sep 26, 2009 Posts: 12
|
Posted:
Wed Sep 30, 2009 3:14 pm |
|
I feel like an as. Sorry for wasting your time :-\ Ive never had a problem with files not upload 100% or I downloaded from another location and got a corrupted file. I downloaded from the above location and what do you know.........it worked.
Not the most feature rich cart but will do the job. Thanks alot! |
|
|
|
 |
|
|
|
|