Welcome Guest, Not a member yet? Register   Sign In
BackendPro 0.6.1

[eluser]adamp1[/eluser]
[quote author="NateL" date="1266968553"][quote author="adamp1" date="1266953488"]Afraid not, was it in reply to your issue with the install?[/quote]

haha. OK Maybe I hit "Preview" and forgot to submit it..lol. oops.

The code that I used, and worked for me to find the full root path was this code:

Code:
dirname(__FILE__) // /Users/nate/Sites/backendpro.local/html/install
[/quote]

OK Thanks for this I will take it into account for the new installer. Its being fully re-written for 1.0

[eluser]shinokada[/eluser]
I have a bit of problem with expiration time.

I am redirected to login page when I working in the backend.

And it is not consistent, sometime it is after 3 min, 10min, etc.

Does anyone have the same problem?

[eluser]adamp1[/eluser]
This tends to be an issue with your session expiring, if your session changes then you will loose your login details and have to login again. I havn't seen this my self I have to say.

[eluser]alainm[/eluser]
Hi would you mind providing the new schema for the SVN Dev branch?

I can see a number of tables have changed and the schema is different.

That would really help.. thanks

[eluser]James V[/eluser]
Here's a little bug - During the install process, on my windows dev machine
Code:
print $_SERVER['DOCUMENT_ROOT'] . dirname(dirname($_SERVER['SCRIPT_NAME']));
prints
'D:/dev/ci/\'

[eluser]adamp1[/eluser]
[quote author="James V" date="1267683021"]Here's a little bug - During the install process, on my windows dev machine
Code:
print $_SERVER['DOCUMENT_ROOT'] . dirname(dirname($_SERVER['SCRIPT_NAME']));
prints
'D:/dev/ci/\'[/quote]
Thanks for this I am re-coding the install process for 1.0 so will look into this for a fix.

[quote author="alainm" date="1267663202"]Hi would you mind providing the new schema for the SVN Dev branch?

I can see a number of tables have changed and the schema is different.

That would really help.. thanks[/quote]
Yes it has changed a bit, currently their isn't one in SVN but I will see if I can post one somewhere this weekend.

[eluser]adamp1[/eluser]
@alainm: The schema can be found here. Please note since there is no install process. You will have to make your own password. Please use the method in $this->authentication->encode_password();

Your encryption key will also have to be set.

[eluser]shinokada[/eluser]
@adamp1: Question regarding Image controller.
Q1.
You gave example of jpg. Will it work for png and gif?

Q2.
You wrote the following regarding cropping an image.
Quote:From the example above you will see I have applied a crop of 1:1 to the image, you can specify any crop ratio you want instead of 1:1, e.g. 16:9, 3:2. As long as it follows the [number]:[number] format.

Can you explain about the crop ratio please?

I am not sure how 16:9 is related to the crop ratio.

CI specifies cropping with pixel so I am a bit confused.

Thanks in advance.

[eluser]adamp1[/eluser]
You gave example of jpg. Will it work for png and gif?
Yes it will work with any image type.

Can you explain about the crop ratio please?
If you have an image and you crop it to 1:1 it means for every vertical pixel there will be 1 horizontal pixel (i.e you get a square image). So applying a 1:1 crop on a 200x100px image will give you a 100x100 pixel image.

If you do a 16:9 crop it will mean for every 16 horizontal pixels there will be 9 vertical pixels. So it will turn it into a wide screen photo. Of course cropping always looses picture information so use with care.

The crop feature was mainly written to do 1:1 crops but I coded it so it can do any form of aspect ratio adjustment.

Does that help?

[eluser]alainm[/eluser]
thanks for the schema, the bep_user structure was missing i'm assuming is the same as be_user?

also was there any changes to the application\controllers\admin?

otherwise what url should be used to access... i used /index.php/admin

or am i missing something simple

cheers,




Theme © iAndrew 2016 - Forum software by © MyBB