Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
PHPSimpl 0.8.5 Feature Release
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 42 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nick DeNardis  
View profile  
 More options Mar 9 2008, 9:26 am
From: Nick DeNardis <nick.denar...@gmail.com>
Date: Sun, 9 Mar 2008 06:26:08 -0700 (PDT)
Local: Sun, Mar 9 2008 9:26 am
Subject: PHPSimpl 0.8.5 Feature Release
Long awaited features now implemented. Main highlights include cross
database join's. Functions on DisplayList() fields and a way to change
where the required indicator (*) is on forms and the character that is
displayed after the label.

A rundown of the complete changes include:

 * Updated example
 * Completely rewritten Export class with CVS, JSON, XML and SQL
support
 * Export() function on DbTemplate for seamless exporting
 * Removed the requirement to have DB_DEFAULT defined
 * DisplayList() now places a &nbsp; for NULL table values for IE
border support
 * GetList() and Join() now support cross database queries
 * Added the "required" class to the field items that are required
 * DisplayList() $options can now take a function name as a value for
a field.
 * Added the DateTimeDiff() function to the global functions to
produce a human readable "time ago" output.
 * Added a type of "settings" for forms to manipulate the Form::Form()
function output.
 * A few bug fixes.

This is a Recommended Update

PHPSimpl 0.8.5 (100Kb)
 - http://phpsimpl.googlecode.com/files/phpsimpl-0.8.5.zip

Install Guide
 - http://code.google.com/p/phpsimpl/wiki/Installation

API and Examples
 - http://code.google.com/p/phpsimpl/wiki/BaseClasses


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 12 2008, 10:22 pm
From: marion <mar...@spiderweb.com.au>
Date: Wed, 12 Mar 2008 19:22:12 -0700 (PDT)
Local: Wed, Mar 12 2008 10:22 pm
Subject: Re: PHPSimpl 0.8.5 Feature Release
hi nick
looking forward to looking at your script.
marion


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 12 2008, 11:27 pm
From: marion <mar...@spiderweb.com.au>
Date: Wed, 12 Mar 2008 20:27:44 -0700 (PDT)
Local: Wed, Mar 12 2008 11:27 pm
Subject: Re: PHPSimpl 0.8.5 Feature Release
hi nick
cant work out the config.php
QUESTION
what should i put in
// Where things are sitting the DIR_ABS
thankyou for your time
mairon

// Always Include trailing slash "/" in Direcories
define('DIR_ABS','/usr/local/www/http://www.parentsawake.com/');
define('WS_SIMPL','simpl/');
define('WS_SIMPL_IMAGE','img/');
define('WS_SIMPL_INC','inc/');
define('WS_SIMPL_CSS','css/');
define('WS_SIMPL_JS','js/');
define('WS_CACHE','cache/');
define('FS_SIMPL',DIR_ABS . WS_SIMPL);
define('FS_CACHE',FS_SIMPL . WS_CACHE);

On Mar 9, 11:26 pm, Nick DeNardis <nick.denar...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 12 2008, 11:45 pm
From: marion <mar...@spiderweb.com.au>
Date: Wed, 12 Mar 2008 20:45:13 -0700 (PDT)
Local: Wed, Mar 12 2008 11:45 pm
Subject: Re: PHPSimpl 0.8.5 Feature Release
hi again nick
these are the error messages
http://www.parentsawake.com/simpl/simpl.php

Warning: include_once(DIR_ABSsimpl/config.php) [function.include-
once]: failed to open stream: No such file or directory in /home/
parents/public_html/simpl/simpl.php on line 6

Warning: include_once() [function.include]: Failed opening
'DIR_ABSsimpl/config.php' for inclusion (include_path='.:/usr/lib/php:/
usr/local/lib/php:/usr/bin/convert:/home/parents/php') in /home/
parents/public_html/simpl/simpl.php on line 6

Warning: include_once(FS_SIMPLfunctions.php) [function.include-once]:
failed to open stream: No such file or directory in /home/parents/
public_html/simpl/simpl.php on line 9

Warning: include_once() [function.include]: Failed opening
'FS_SIMPLfunctions.php' for inclusion (include_path='.:/usr/lib/php:/
usr/local/lib/php:/usr/bin/convert:/home/parents/php') in /home/
parents/public_html/simpl/simpl.php on line 9

Warning: include_once(FS_SIMPLmain.php) [function.include-once]:
failed to open stream: No such file or directory in /home/parents/
public_html/simpl/simpl.php on line 12

Warning: include_once() [function.include]: Failed opening
'FS_SIMPLmain.php' for inclusion (include_path='.:/usr/lib/php:/usr/
local/lib/php:/usr/bin/convert:/home/parents/php') in /home/parents/
public_html/simpl/simpl.php on line 12

Fatal error: Class 'Simpl' not found in /home/parents/public_html/
simpl/simpl.php on line 15


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 6:25 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 06:25:37 -0400
Local: Thurs, Mar 13 2008 6:25 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Marion,
Have you taken a look at the example that is included with PHPSimpl?
the DIR_ABS is the actual file system path to the web viewable
directory of your site. Try putting this line at the top of your php
file and see what it displays: "print_r($_SERVER["DOCUMENT_ROOT"]);"

You could also try this to make it variable throughout multiple sites
on your server if you are in a shared hosting environment
define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/');

// Always Include trailing slash "/" in Direcories
define('DIR_ABS','/usr/local/www/http://www.parentsawake.com/');
define('WS_SIMPL','simpl/');
define('WS_SIMPL_IMAGE','img/');
define('WS_SIMPL_INC','inc/');
define('WS_SIMPL_CSS','css/');
define('WS_SIMPL_JS','js/');
define('WS_CACHE','cache/');
define('FS_SIMPL',DIR_ABS . WS_SIMPL);
define('FS_CACHE',FS_SIMPL . WS_CACHE);

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 6:51 am
From: "marion" <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 20:51:59 +1000
Local: Thurs, Mar 13 2008 6:51 am
Subject: Re: PHPSimpl 0.8.5 Feature Release

hi nick
thankyou,  yes, have been attempting also with the example - i know i will get this to work with your assistance.
how long are you online for? approx?

marion

On 13/03/2008 8:25:37 PM, Nick DeNardis (nick.denar...@gmail.com) wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 6:53 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 06:53:51 -0400
Local: Thurs, Mar 13 2008 6:53 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
I will be on and off the computer all day and will be able to respond
to your questions if you need further assistance.

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:00 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:00:34 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:00 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
ok, thankyou ... it is 9 pm here, and will be successful soon in
getting this to work for me ...

On Mar 13, 8:53 pm, "Nick DeNardis" <nick.denar...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:03 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:03:57 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:03 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
re:the example folder
what do you recommend?
do i place the files into the simpl folder or do i upload it as is
into the root folder, so it is on the same level as the simpl folder?

On Mar 13, 8:53 pm, "Nick DeNardis" <nick.denar...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 7:13 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 07:13:08 -0400
Local: Thurs, Mar 13 2008 7:13 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Root folder would be best, also remember so run the .sql file in the
example folder to create the tables in your MySQL database and to edit
the define.php with your database information.

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:17 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:17:29 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:17 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
i have created test.php and uploaded to example folder.
in the test.php is

<?php
print_r($_SERVER["DOCUMENT_ROOT"]);
?>

the output is:

/home/parents/public_html

=============================
Try putting this line at the top of your php


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:19 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:19:42 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:19 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
ok, have uplooaded example folder into the root, same level as simpl
folder
and have run the .sql file in the example folder - the table have been
created.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 7:37 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 11:37:01 +0000
Local: Thurs, Mar 13 2008 7:37 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Okay so now edit the define.php with you db connection settings at the bottom of the file. The go to http://yoursite.com/examples but replace your site.com with your domain. You should see the example blog.
Sent from my BlackBerry® wireless device


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:38 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:38:29 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:38 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
this is what i have in define.php  (in example folder)
i will give it a go ...
yes, have uploaed define.php
the header looks promising

http://www.parentsawake.com/examples/inc/header.php

=============
PS.  is this correct?
define('ADDRESS', 'http://' . $_SERVER['parentsawake.com/'] . '/
examples/');
define('TITLE', 'PHPSimpl Blog');
----------------------------------------------------
<?php
$mode = 'dev';

switch ($mode){
        case 'production':
                // Simpl Config
                define('LOGGING', true);
                define('DEBUG', false);
                define('DEBUG_QUERY', false);
                define('DEBUG_LOG', false);
                define('USE_CACHE', true);
                define('USE_ENUM', true);
                define('QUERY_CACHE', true);
                define('DB_SESSIONS', true);

                break;
        case 'dev':
        case 'testing':
        default:
                // Simpl Config
                define('LOGGING', true);
                define('DEBUG', false);
                define('DEBUG_QUERY', false);
                define('DEBUG_LOG', true);
                define('USE_CACHE', true);
                define('USE_ENUM', true);
                define('QUERY_CACHE', false);
                define('DB_SESSIONS', false);

                break;

}

// Basic Information
define('ADDRESS', 'http://' . $_SERVER['parentsawake.com/'] . '/
examples/');
define('TITLE', 'PHPSimpl Blog');

// Directories
// Always Include trailing slash "/" in Direcories
define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/');
define('DIR_INC', 'inc/');
define('DIR_CSS', 'css/');
define('DIR_MANAGER', 'manager/');

// Simpl Directories
define('FS_SIMPL', DIR_ABS . 'simpl/');
define('FS_CACHE', DIR_ABS . 'cache/');

// Database Connection Options
define('DB_USER', 'parents_abc');
define('DB_PASS', 'inthegarden123');
define('DB_HOST', 'localhost');
define('DB_DEFAULT', 'simpl_example');
?>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 7:56 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 04:56:21 -0700 (PDT)
Local: Thurs, Mar 13 2008 7:56 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
define('DB_USER', 'parents_abc');
define('DB_PASS', 'inthegarden123');
define('DB_HOST', 'localhost');
define('DB_DEFAULT', 'simpl_example');

define('DB_DEFAULT', 'simpl_example');    ======== is this correct?
define('DB_DEFAULT', 'parents_abc'');      ========- or should it be
the name of my database? as


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 7:58 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 11:58:48 +0000
Local: Thurs, Mar 13 2008 7:58 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
You should not have to change anything except the db info
Sent from my BlackBerry® wireless device


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 8:00 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 05:00:54 -0700 (PDT)
Local: Thurs, Mar 13 2008 8:00 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
http://www.parentsawake.com/examples/

this is what i am seeing at the moment ...
---------------------------------------------------------

Warning: include_once(/home/parents/public_html/inc/classes.php)
[function.include-once]: failed to open stream: No such file or
directory in /home/parents/public_html/examples/inc/
application_top.php on line 10

Warning: include_once() [function.include]: Failed opening '/home/
parents/public_html/inc/classes.php' for inclusion (include_path='.:/
usr/lib/php:/usr/local/lib/php:/usr/bin/convert:/home/parents/php')
in /home/parents/public_html/examples/inc/application_top.php on line
10

Fatal error: Class 'Post' not found in /home/parents/public_html/
examples/index.php on line 6


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 8:13 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 05:13:49 -0700 (PDT)
Local: Thurs, Mar 13 2008 8:13 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
what is this setting for?
define('DB_DEFAULT', 'simpl_example');

is it the name of my database?

On Mar 13, 9:58 pm, "Nick DeNardis" <nick.denar...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 8:19 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 08:19:30 -0400
Local: Thurs, Mar 13 2008 8:19 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Yup, it is the name of the database you ran the .sql file on. When you
load the page it will connect to the server and select that database.

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 8:30 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 05:30:48 -0700 (PDT)
Local: Thurs, Mar 13 2008 8:30 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
 You should not have to change anything except the db info

ok, i have reuploaded define.php
the only two lines i have changed are:

define('DB_USER', 'parents_abc');
define('DB_PASS', 'inthegarden123');

RESULT:
still error messages on        http://www.parentsawake.com/examples/
---------------------------
Warning: include_once(/home/parents/public_html/inc/classes.php)
[function.include-once]: failed to open stream: No such file or
directory in /home/parents/public_html/examples/inc/
application_top.php on line 10

Warning: include_once() [function.include]: Failed opening '/home/
parents/public_html/inc/classes.php' for inclusion (include_path='.:/
usr/lib/php:/usr/local/lib/php:/usr/bin/convert:/home/parents/php')
in /home/parents/public_html/examples/inc/application_top.php on line
10

Fatal error: Class 'Post' not found in /home/parents/public_html/
examples/view.php on line 6
----------------------------------------
QUESTION: is this note    by other user relevent to this release?

Good example! Thank you. Finally got it going. Had to comment out:
... include_once(DIR_INC . 'functions.php');
in the "application_top.php" file.

http://groups.google.com/group/phpsimpl/browse_thread/thread/8174a7e0...

===========
<?php
$mode = 'dev';

switch ($mode){
        case 'production':
                // Simpl Config
                define('LOGGING', true);
                define('DEBUG', false);
                define('DEBUG_QUERY', false);
                define('DEBUG_LOG', false);
                define('USE_CACHE', true);
                define('USE_ENUM', true);
                define('QUERY_CACHE', true);
                define('DB_SESSIONS', true);

                break;
        case 'dev':
        case 'testing':
        default:
                // Simpl Config
                define('LOGGING', true);
                define('DEBUG', false);
                define('DEBUG_QUERY', false);
                define('DEBUG_LOG', true);
                define('USE_CACHE', true);
                define('USE_ENUM', true);
                define('QUERY_CACHE', false);
                define('DB_SESSIONS', false);

                break;

}

// Basic Information
define('ADDRESS', 'http://' . $_SERVER['parentsawake.com/'] . '/
examples/');
define('TITLE', 'PHPSimpl Blog');

// Directories
// Always Include trailing slash "/" in Direcories
define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/');
define('DIR_INC', 'inc/');
define('DIR_CSS', 'css/');
define('DIR_MANAGER', 'manager/');

// Simpl Directories
define('FS_SIMPL', DIR_ABS . 'simpl/');
define('FS_CACHE', DIR_ABS . 'cache/');

// Database Connection Options
define('DB_USER', 'parents_abc');
define('DB_PASS', 'inthegarden123');
define('DB_HOST', 'localhost');
define('DB_DEFAULT', 'parents_abc');
?>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 8:35 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 08:35:56 -0400
Local: Thurs, Mar 13 2008 8:35 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Hmm.. it seems the with the DIR_ABS, try replacing it with this line.

define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/examples/');

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 8:39 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 05:39:45 -0700 (PDT)
Local: Thurs, Mar 13 2008 8:39 am
Subject: Re: PHPSimpl 0.8.5 Feature Release

 Yup, it is the name of the database you ran the .sql file on. When
you
 load the page it will connect to the server and select that database.
--------------------
ok , have changed that database name setting also ... and uploaded...

by the error messages, it still does not appear to be connecting ...
still appears n


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 8:59 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 05:59:26 -0700 (PDT)
Local: Thurs, Mar 13 2008 8:59 am
Subject: Re: PHPSimpl 0.8.5 Feature Release

 Hmm.. it seems the with the DIR_ABS, try replacing it with this line.
--------------------------
ok have tried replacing it - have tried 2 diffferent codes in that
line

define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/');

define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/examples/');


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nick DeNardis  
View profile  
 More options Mar 13 2008, 9:07 am
From: "Nick DeNardis" <nick.denar...@gmail.com>
Date: Thu, 13 Mar 2008 09:07:43 -0400
Local: Thurs, Mar 13 2008 9:07 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
Okay I see whats up, Change this define:
define('FS_SIMPL', DIR_ABS . '../simpl/');

Make sure PHPSimpl is uploaded to:
/home/parents/public_html/simpl/

It was just looking for simpl inside the /examples folder. Make sure
you have this for your DIR_ABS:
define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/examples/');

--
Nick D.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
marion  
View profile  
 More options Mar 13 2008, 9:21 am
From: marion <mar...@spiderweb.com.au>
Date: Thu, 13 Mar 2008 06:21:45 -0700 (PDT)
Local: Thurs, Mar 13 2008 9:21 am
Subject: Re: PHPSimpl 0.8.5 Feature Release
 Okay I see whats up, Change this define:
 define('FS_SIMPL', DIR_ABS . '../simpl/');

 Make sure PHPSimpl is uploaded to:
 /home/parents/public_html/simpl/

 It was just looking for simpl inside the /examples folder. Make sure
 you have this for your DIR_ABS:
 define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/examples/');
=====================
1.  ok, have
changed
define('FS_SIMPL', DIR_ABS . 'simpl/');
to
define('FS_SIMPL', DIR_ABS . '../simpl/');

2, yes,
PHPSimpl is uploaded to:
 /home/parents/public_html/simpl/

3. yes, IN EXAMPLE/INC folder, i have in define.php    for the
DIR_ABS:
 define('DIR_ABS', $_SERVER["DOCUMENT_ROOT"] . '/examples/');
===========================
EUREKA, you have found it  !....

now the message is

1046 - No database selected

SELECT * FROM `post` LIMIT 1
----------------------------------------
QUESTION
is this what is meant to be ???


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 42   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google