Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
2 registered (Ruben Rocha, 1 invisible), 22 Guests and 19 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 1097
Top Posters (30 Days)
Ruben Rocha 104
Rick 80
Mark S 72
Thelockman 58
Gizmo 54
driv 35
ntdoc 32
Sirdude 32
packlite 24
AllenAyres 22
Latest Photos
bear test
Beach Barbie-Q
Sunset
Accept the challenge!
Trees
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: 4120
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.4.1 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: 4120
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.4.1 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: 4120
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.4.1 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: 7991
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: 4120
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.4.1 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: 4120
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.4.1 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
GOTMYSELFA...., smilinjack
Recent Topics
New members don't get access and are not displayed in the config panel
by Yomar
01/08/09 03:32 AM
How to Change Link Color / Underline in styles?
by ECNet
01/07/09 10:00 PM
Chaging the "max online" number and date
by wanted
01/07/09 02:22 PM
7.4.1. In Threaded Mode - "Mark All Read" Doesn't Work
by packlite
01/07/09 10:26 AM
Custom island with sql connection
by Robje01
01/07/09 09:13 AM
Forum Stats
4296 Members
33 Forums
30687 Topics
156000 Posts

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