Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
4 registered (Island Piper, Okusi Associates, Sirdude, Thelockman), 20 Guests and 25 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 01/30/08
Posts: 26
Top Posters (30 Days)
Ruben Rocha 187
Gizmo 107
Rick 100
Thelockman 83
driv 41
AllenAyres 35
ntdoc 28
Sirdude 27
Ian 24
Wordz 18
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Topic Options
Rate This Topic
#1499 - 07/20/06 06:34 AM Step 8 Fails v7 Beta 1 (Createtables.php)
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4044
Loc: Liverpool : England : UK
Hi guys,
I'm attempting to install v7 beta but it fails with the following
error after Step 8 "proceed to next step".

This is the error i recieve after i click the button.

Code:
Fatal error: main(): Failed opening required 'libs/smarty/Smarty.class.php' 
(include_path='.:/usr/local/lib/php') in 
*******/***/homepages/test/forums/install/createtable.php on 
line 40 


*** = the rest of the path..

php 5
If i HTACCESS to force php 5 i get these errors?

Code:
 Warning: require(libs/smarty/Smarty.class.php)
 [function.require]: failed to open stream: 
No such file or directory in *******/***//homepages/test/forums/install/createtable.php on line 40


Fatal error: require() 
[function.require]: Failed opening required 'libs/smarty/Smarty.class.php' 
(include_path='.:/usr/local/lib/php5') in *******/***//homepages/test/forums/install/createtable.php on line 40


Any help frown

I'm also using php 4.2 sick as default.
(I did read the 4.3 in the install doc).
But php 5 fails too frown

All tests passed only this error Setting up Tables.
I did download this install when it came out in the
newsletter a week ago.
Followed the Install manual to the letter.
I created an admin, not the import option.

Help, i so much want this to work. smile
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#1501 - 07/20/06 06:38 AM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Mark S]
Ron M Moderator Offline


Registered: 06/04/06
Posts: 358
Loc: Des Moines, IA
Can you verify that the libs directory was uploaded completely?
_________________________
Threads Alpha Tester
My Homepage

Top
#1502 - 07/20/06 06:46 AM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Ron M]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4044
Loc: Liverpool : England : UK
Yeh there alll there,
ive put the createtables.php back up too incase of corruption.

I had a look in the file and i made an ammendment to see if
it made a diffrence.

all it was on line 40 was
include ('blar blar');

but the other include files were
include ("blar blar");

so i changed it from ' to "

But the same error appears frown
(put original back after that).

I will upload the full lib directory again.
but i dont think thats the answer.

will let you know
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#1504 - 07/20/06 06:59 AM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Mark S]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4044
Loc: Liverpool : England : UK
Nope No Joy frown

I deleted the libs directory.
Uploaded it again.

I havent set any file permissions as its not listed
in the install manual.

-------------
I double checked the files and there all there.





_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#1511 - 07/20/06 08:38 AM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Mark S]
Rick Administrator Offline

*****

Registered: 06/04/06
Posts: 7904
Loc: Aberdeen, WA
Can you make sure that Smarty.class.php exists in your libs/smarty directory? It could be a case issue on your server, so make sure that it's the proper case as well. What's odd about this is the fact that if it was a path issue then it should be erroring out on the line right before the one that is actually causing the error, as shown below. So this leads me to believe it's a problem with just the Smarty.class.php file.

require_once("libs/phpmailer/class.phpmailer.php");
require('libs/smarty/Smarty.class.php');
_________________________
UBB.threads™ Developer
My Personal Website · StogieSmokers.com

Top
#1541 - 07/20/06 12:22 PM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Rick]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4044
Loc: Liverpool : England : UK
Whooo Hooo

Its working.

I had to rename 2 files. under PHP4.2
smarty.class.php
to
Smarty.class.php

And

smarty_compiler.class.php
to
Smarty_Compiler.class.php

The Second one errored once the tables were made,
and i think when the catergories were to be made.

I havent tested it in PHP 5 as of yet.
But its looking good.

Do you think i will get away with PHP 4.2 crazy

Will keep you posted of any other errors as i tweak things.

Will be styles my first task.

Thanks a million i can now play lol.... grin
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#1549 - 07/20/06 01:37 PM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Mark S]
Ron M Moderator Offline


Registered: 06/04/06
Posts: 358
Loc: Des Moines, IA
Case sensitivity is a webserver thing, not a PHP thing, so you will be fine with PHP 5.
_________________________
Threads Alpha Tester
My Homepage

Top
#1556 - 07/20/06 03:23 PM Re: Step 8 Fails v7 Beta 1 (Createtables.php) [Re: Ron M]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4044
Loc: Liverpool : England : UK
Just to followup..

I used WISE FTP PRO to up load,
and on the connetion i used in the session settings,
it was ticked "filecase lower" sick

So it was my FTP program that converted those to lower case.

My help someone, or an additional comment in the installation guide?
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top


Shout Box

Today's Birthdays
kimteague_5@msn.com, Trekkie, Trixie
Recent Topics
Issue mass-emailing
by Mitch P.
Today at 12:55 PM
Inclusion of Locked/Closed thread capabilities
by QSS Tim
Today at 11:17 AM
Contact Page Problem
by David DelMonte
Today at 09:05 AM
FAQ bug,
by BreeOge
Today at 08:36 AM
I'm the Admin but.....
by David DelMonte
Yesterday at 11:12 AM
Forum Stats
4261 Members
33 Forums
30539 Topics
155013 Posts

Max Online: 978 @ 06/24/07 08:19 PM