You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion, feature requests, and technical support for the Simple PHP Framework.
|
|
|
SPF with APC enabled cause WAMP to crash
|
| |
Hello, I've created a simple "hello world" php file using this Simple PHP Framework with DBsession enable. After running the script 4 or 5 time, WAMP crushs. I restarted the WAMP, run the script a few time, and WAMP crush again.... I tried to debug for a few hours and found out that because of APC.... more »
|
|
error log
|
| |
Hi, I've implemented your framework on a previous site and when I produce a coding error, it will append/create the error log. On this current implementation, I'm getting a blank page when posting the form but no error log is being generated so I don't know what the fault is. Any ideas? I'm probably doing something stupid...... more »
|
|
Redirect Loop
|
| |
So here I was, trying out shine for the first time. Did all the steps and voila, Google Chrome says: "This webpage has a redirect loop The webpage at *[link] has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration... more »
|
|
error - object not found
|
| |
I put the latest version of the framework in a subdirectory of my
site. I can access the login page, but when I try to logout, or access
anything not logged in, I get a Object not Found error -The requested
URL was not found on this server. It looks like I need to modify my
path, but I'm not sure where. Changing loginUrl doesn't seem to help.... more »
|
|
isWriteConnect() not returning anything
|
| |
hi, is there a way to check if the database is connected, if not then
use some data source such as csv?
I tried using writeConnected() and isWriteConnect() but both don't
really return true or false appropriately. Thanks.
|
|
How to overload the constructor with new id
|
| |
I have a table with an id called 'number' instead of the preferred
name 'id' used by the dbobject class.
How would I overload the constructor to use 'number' as the id column?
|
|
DBObject fetch() order by?
|
| |
Im using the DBObject fetch function and want to know is there a
proper way of making the fetch sort the data?
Currently doing it like so:
RoomType::fetch('Select * FROM room_type ORDER BY name ASC');
Is there anything wrong with this?
|
|
preg_match warning in config?
|
| |
I have the following setting:
private $localServers = array('localhost');
And get the warning below on a default setup:
Warning: preg_match() [function.preg-match]: Delimiter must not be
alphanumeric or backslash in C:\xampp\htdocs\booking\includ es
\class.config.php on line 174
Where am I?... more »
|
|
Login Issues Google Chrome
|
| |
Ive started a new project using the simple php framework and have
found that once I set everything up i.e config, database etc I can't
login using google chrome; however everything works fine using
firefox.
Im just getting a blank page in chrome which hasn't happen to me
before when using this framework. At the moment im stumped at whats... more »
|
|
Accessing singleton Auth object fails when IE is used as browser
|
| |
Hi
My code base for this question is trunk SPF from git repo.
Source code:
fter the autentication succeeds, I want to redirect to a user.php
file. Used the code below in login.php:
redirect('user.php');
In user.php, I am trying to access the Auth object(which is a
singleton).Source for user.php is below:... more »
|
|
|