[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 02-08-2008, 04:32 PM   #1 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


error

I bought a directory (phpld) and have uploaded all the files but I'm getting this error when trying to install it

Warning: Smarty error: unable to read resource: "../CORE_TEMPLATES/messages.tpl" in /home/nnarcade/public_html/directoryboss/libs/smarty/Smarty.class.php on line 1095

anyone know how I can fix it? The site worked good on the seller's server, I believe I have uploaded al the files...

thanks
eharvester is offline  
Old 02-08-2008, 05:04 PM   #2 (permalink)
NamePros Legend
 
weblord's Avatar
 
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,840
21,700.43 NP$ (Donate)

weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness

Autism Protect Our Planet
is this your username on your hosting?
nnarcade if not replace it with your username

Quote:
Originally Posted by eharvester
I bought a directory (phpld) and have uploaded all the files but I'm getting this error when trying to install it

Warning: Smarty error: unable to read resource: "../CORE_TEMPLATES/messages.tpl" in /home/nnarcade/public_html/directoryboss/libs/smarty/Smarty.class.php on line 1095

anyone know how I can fix it? The site worked good on the seller's server, I believe I have uploaded al the files...

thanks
weblord is offline  
Old 02-08-2008, 05:11 PM   #3 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


nnarcade is my username for my hosting account. anyway, I did correct the error by manually editing config.php but now I get a new error lol

Fatal error: Call to a member function on a non-object in /home/nnarcade/public_html/directoryboss/include/functions.php on line 32
eharvester is offline  
Old 02-08-2008, 05:19 PM   #4 (permalink)
NamePros Legend
 
weblord's Avatar
 
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,840
21,700.43 NP$ (Donate)

weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness

Autism Protect Our Planet
did you do #2, usually these are permission errors
Quote:
2. Change permissions on the following file and four folders to 777
- include/config.php
- temp/
- temp/adodb
- temp/cache
- temp/templates
smarty error will lead into another smart error if you haven't done the permissions
weblord is offline  
Old 02-08-2008, 05:42 PM   #5 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


yup
eharvester is offline  
Old 02-08-2008, 05:50 PM   #6 (permalink)
NamePros Legend
 
weblord's Avatar
 
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,840
21,700.43 NP$ (Donate)

weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness

Autism Protect Our Planet
you are using a database dump to pre-fill it with content?
run the installer again pls.

Quote:
Originally Posted by eharvester
yup
weblord is offline  
Old 02-08-2008, 07:54 PM   #7 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


what's a database dump? that's what in another forum asked me. idk what that is hmm

how can I install it if I enter the install.php and it gives me the same error
eharvester is offline  
Old 02-08-2008, 09:47 PM   #8 (permalink)
NamePros Legend
 
weblord's Avatar
 
Join Date: Dec 2005
Location: Philippines - www.Nabaza.com
Posts: 19,840
21,700.43 NP$ (Donate)

weblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatnessweblord Has achieved greatness

Autism Protect Our Planet
the error calls for non-existing object in the database
a database dump is simply youre copying over or importing a mysql database with data on it already.

most probably arising from incompatible data format
first you do is do a clean install : re-upload to over write all the files to your public_html folder and make sure you follow every steps found in

documentations/install.txt

and forget about importing the database first


Quote:
Originally Posted by eharvester
what's a database dump? that's what in another forum asked me. idk what that is hmm

how can I install it if I enter the install.php and it gives me the same error
weblord is offline  
Old 02-09-2008, 02:16 AM   #9 (permalink)
Danltn.com
 
Daniel's Avatar
 
Join Date: May 2007
Location: Danltn.com / Nottingham, UK
Posts: 1,201
13.51 NP$ (Donate)

Daniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond repute

Ethan Allen Fund Ethan Allen Fund
It can't find the file: ../CORE_TEMPLATES/messages.tpl.

Ensure it's there.
Daniel is offline  
Old 02-09-2008, 11:09 AM   #10 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


ok. I uploaded db dump but now the site looks weird

www.directoryboss.com what am I not doing?

ty
eharvester is offline  
Old 02-09-2008, 02:22 PM   #11 (permalink)
Danltn.com
 
Daniel's Avatar
 
Join Date: May 2007
Location: Danltn.com / Nottingham, UK
Posts: 1,201
13.51 NP$ (Donate)

Daniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond reputeDaniel has a reputation beyond repute

Ethan Allen Fund Ethan Allen Fund
http://www.directoryboss.com/templat...style/main.css

doesn't exist.
Daniel is offline  
Old 02-09-2008, 03:24 PM   #12 (permalink)
Account Closed
 
eharvester's Avatar
 
Join Date: Nov 2007
Location: New Jersey, USA
Posts: 247
30.80 NP$ (Donate)

eharvester is on a distinguished road


fixed that damn, I know more than I thought.
eharvester is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 11:10 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85