Part of the EllisLab Network
   
17 of 67
17
BackendPro 0.6.1
Posted: 07 July 2008 04:37 PM   [ Ignore ]   [ # 161 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  866
Joined  09-01-2007

Thanks have added that to my to do list, is the error message problem now working?

 Signature 

Kaydoo - A day in the life of a developer
BackendPro Control Panel

Profile
 
 
Posted: 07 July 2008 05:28 PM   [ Ignore ]   [ # 162 ]  
Summer Student
Total Posts:  5
Joined  06-13-2007

No, I just restart mysqld, now all works perfectly, thx! Great job

Profile
 
 
Posted: 08 July 2008 06:14 PM   [ Ignore ]   [ # 163 ]  
Lab Assistant
RankRank
Total Posts:  122
Joined  04-03-2007

I just perused the userguide, nice to see some docs backing this otherwise I probably would have shyed away. 

I noticed on the to do list was something for js minification (you have something implemented for css already looks like).  At any rate, it was posted elsewhere in the forums here, but just in case you didn’t come across it:
http://farhadi.ir/works/smartoptimizer

That is php based apparently, for more general considerations you might be interested in this thread:
http://extjs.com/forum/showthread.php?t=34354

I glanced through a few pages of this thread, but the downside for the popular threads is they get so long.  Anyway, a couple of questions/thoughts:

1. Your userguide is good an gives a good lay of the land.  Something you might touch on briefly is the folder structure and use of matchbox.  I was a little aware of it, and I saw the earlier posts this thread, but a little blurb on it would probably benefit people less informed than me.

2. I think I like your directory setup for the most part.  I’m curious why you didn’t pull the application folder outside of it’s default location, perhaps on the same level with system and modules.  Any downside to pulling it out on the same level that you know of?

Profile
 
 
Posted: 09 July 2008 01:31 AM   [ Ignore ]   [ # 164 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  866
Joined  09-01-2007

Thanks for the pointers on js minification, the reason I havn’t implemented one yet was since they messed up the pre-packed version of jquery. Just havn’t figured out the best way to do it yet, was thining of using

In answer to your questions,
1. Ill take that into account for the next release
2. The sole reason was to keep it like the default CodeIgniter install.

 Signature 

Kaydoo - A day in the life of a developer
BackendPro Control Panel

Profile
 
 
Posted: 09 July 2008 12:48 PM   [ Ignore ]   [ # 165 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  186
Joined  01-29-2008

Hi Adam, I’m just checking out BackendPro and so far it looks to be exactly what I was looking for.  I have used CodeExtinguisher on a project recently and it was excellent for creating an automated backend, I’m sure I will use it again but I think BP will better suit the project that I am working on now.

I think I found a typo in auth/libraries/Userlib.php

changed line 414
was

$data['users']['acive'1

changed to

$data['users']['active'1

And hey, why is there no fire related name for this tool!!

What about

BackendPyro

Just going through the docs now, I’m sure I will have questions.
wink
doodle

 Signature 

Shameless example of self promotion

Profile
 
 
Posted: 10 July 2008 05:49 AM   [ Ignore ]   [ # 166 ]  
Grad Student
Rank
Total Posts:  37
Joined  06-30-2008

I am using backendpro 0.2a for over a month. But in my case i used it only for user authentication.

At present in 1 of my project which includes user profile management, current user’s profile modification etc. Which means i needed to use backendpro in full.

Now here are the problems i faced and some i solved and some still in the queue.

Regarding User Profiles Creation and Modification: I followed all the steps mentioned in the documentation. But it failed to change or update or create all profile information. To make it work out i had to make change in the following file :

In file : ~/auth/controllers/admin/members.php
function : 

function _get_profile_details() {
  $data 
= array();
  if(
$this->preference->item('allow_user_profiles')) {
      $field_array 
$this->config->item('userlib_profile_fields');
      foreach( 
$field_array as $key => $val )
    
$data[ $key ] $this->input->post$key );
  
}
        
  
return $data;

 

 Signature 

My Blog: tohin.wordpress.com

Profile
 
 
Posted: 10 July 2008 12:55 PM   [ Ignore ]   [ # 167 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  186
Joined  01-29-2008

Recieved the following error trying to modify a users group

A Database Error Occurred

You must 
use the "set" method to update an entry

in

/auth/admin/members/form/3.html

tried to change member #3 from member to administrator

Also is there any way to quickly get info about who just logged in, such as id, member name, email etc.?

Thanks,
doodle

 Signature 

Shameless example of self promotion

Profile
 
 
Posted: 10 July 2008 02:08 PM   [ Ignore ]   [ # 168 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  221
Joined  02-16-2008

As far as I know all user information is stored in session. For example to get username i use:

$username $this->session->userdata('username'); 
Profile
 
 
Posted: 10 July 2008 03:04 PM   [ Ignore ]   [ # 169 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  186
Joined  01-29-2008

Thanks, that’s exactly what I was looking for

doodle

 Signature 

Shameless example of self promotion

Profile
 
 
Posted: 12 July 2008 04:30 PM   [ Ignore ]   [ # 170 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  866
Joined  09-01-2007

@got 2 doodle: First off the typo in auth/libraries/Userlib.php has been added to my fix list. Secondly can I make sure your using the latest version since previous to 0.3.1 there was a issue updating records?

@Amzad Hossain: Please can you try updating to 0.3.1 there was an error I found which meant all recording updating broke. I don’t know if it is related to your issue but I know an issue of a similar nature did exist.

Sorry for taking a while to reply, have been at my University graduation cermoney for the last 3 days. Can you let me know about the status of these issues you are having and if 0.3.1 fixes any of them.

 Signature 

Kaydoo - A day in the life of a developer
BackendPro Control Panel

Profile
 
 
   
17 of 67
17
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 819, on March 11, 2010 11:15 AM
Total Registered Members: 149018 Total Logged-in Users: 21
Total Topics: 103295 Total Anonymous Users: 4
Total Replies: 516930 Total Guests: 337
Total Posts: 620225    
Members ( View Memberlist )