| Author |
Message |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Sun Jul 13, 2008 12:38 pm |
|
I'm installing the digital shop (standalone version), the installation completed succesfully but when I clicked "go to new shop" I had a blank page with this error:
[07-13-08 12:23:21 pm][2](Line:21) main(smarty/libs/Smarty.class.php) [function.main]: failed to open stream: No such file or directory [/home/krike/public_html/shop/lib/init.php]
Fatal error: main() [function.require]: Failed opening required 'smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/krike/public_html/shop/lib/init.php on line 21
EDIT* got it fixed  |
Last edited by krike on Sun Jul 13, 2008 12:46 pm; edited 1 time in total |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Sun Jul 13, 2008 12:43 pm |
|
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Sun Jul 13, 2008 1:39 pm |
|
Forgot about the digital shop manuel so I got the admin access
still confused about that category thing... |
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Tue Jul 15, 2008 4:56 am |
|
euhm.. someone?
http://127.0.0.1/?act=categories I get this when I click on the category button of the default theme and also when I click on the download button of an item.. |
| |
|
|
 |
evilcorp

Joined: May 01, 2008
Posts: 14
|
Posted:
Tue Jul 15, 2008 12:06 pm |
|
lol yea there doesnt seem to be anyone home krike... |
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Tue Jul 15, 2008 1:49 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 754
|
Posted:
Wed Jul 16, 2008 5:47 pm |
|
Kirke, you would need to give me a url so I can check it out. |
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Mon Jul 21, 2008 2:26 am |
|
I got that problem when I clicked on the category button or on the download button of a product. but I have to reinstall the shop first lol let you know when it's up again. |
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Mon Jul 21, 2008 2:41 am |
|
well I have that problem again
| Quote: |
[07-21-08 02:36:08 am][2](Line:21) main(smarty/libs/Smarty.class.php) [function.main]: failed to open stream: No such file or directory [/home/krike/public_html/shop/lib/init.php]
Fatal error: main() [function.require]: Failed opening required 'smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/krike/public_html/shop/lib/init.php on line 21 |
this is when i finished the install and I click on the "new shop" link.
I had a look in the ftp and the link of Smarty.class.php is
"includes/smarty/libs/Smarty.class.php" and not "smarty/libs/Smarty.class.php" like shown above. I then downloaded the smarty map of my digital shop (installed on nuke evo) and added that map to the root of the shop, .... so maybe that caused that problem..
lol help  |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 754
|
Posted:
Mon Jul 21, 2008 5:30 am |
|
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Mon Jul 21, 2008 6:03 am |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 754
|
Posted:
Mon Jul 21, 2008 11:13 am |
|
Weird, it seems like its being redirected...
Do you have a .htaccess in or above your shop folder?
If so, post it here, because I'm guessing there is something in there messing with the shop. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 754
|
Posted:
Mon Jul 21, 2008 2:49 pm |
|
I see you got banned trying to post your .htaccess (I unbanned you).
Basically, it is this line that is causing the problem...
| Code: |
RewriteCond %{THE_REQUEST} (\\?act\\=) [NC,OR] |
Comment that line so it looks like this..
| Code: |
# RewriteCond %{THE_REQUEST} (\\?act\\=) [NC,OR] |
|
| |
|
|
 |
krike

Joined: Apr 02, 2008
Posts: 47
|
Posted:
Tue Jul 22, 2008 1:19 am |
|
thanks for unbanning me and thanks for the fix it works now
I had no idea it was the htaccess cause I'm going to upgrade my system to vBulletin, that's why I wanted to use the standalone version so I was going to delete that file anyway.
but I'm currently building the site on a subdomain hope that won't cause any problem when I move the file to the main domain  |
| |
|
|
 |
|
|