![]() |
BackendPro 0.6.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: BackendPro 0.6.1 (/showthread.php?tid=7381) |
BackendPro 0.6.1 - El Forum - 05-31-2008 [eluser]ddrury[/eluser] OK, Here's what I came up with Code: //In function output_assets, change 1st & last lines of this snippet as shown BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]PvOostrom[/eluser] Hello, I have a website, which hold multiple applications. The directory structure looks like this: home/ -- framework (holds the system items) -- projects ---- Project 1 ---- Project 2 ---- Project 3 -- public_html How can I install BeP using this directory structure? I get a lot of unclear errors at the install, and blank pages. BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]adamp1[/eluser] I take it each project is an application? If so currently BeP can only be installed for 1 application/project. To have it running on multiple applications you would need multiple installs. All you need to do follow the information on this page http://ellislab.com/codeigniter/user-guide/general/managing_apps.html Looking at your directory structure why are the project files not in the public_html folder? Blank pages are due to missing files and or it not being setup correctly. Could you expand on any errors you get. BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]PvOostrom[/eluser] I moved the project files and the framework out of the public_html folder as it shouldn't be accessible by the public. By putting the folder one level higher, I have a organized, structured and easy to handle multi-application. After I modified some files, and somehow let it show me a page, the errorlogs were full of matchbox not able to open library files, even when the files were where they should be. BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]adamp1[/eluser] Where is the modules folder btw? Is it on the same level as the projecs? BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]PvOostrom[/eluser] I tried different locations, in the project' folder, the framework folder, even on the same level as the framework folder is on. BackendPro 0.6.1 - El Forum - 06-07-2008 [eluser]adamp1[/eluser] OK, thing is if you move it around you need to update its location in application/config/matchbox.php, otherwise as what seems to be happening matchbox can't locate files. BackendPro 0.6.1 - El Forum - 06-09-2008 [eluser]PvOostrom[/eluser] Okay, I am getting the following errors while using the whole path which I am using in my index.php as well Code: A PHP Error was encountered Is the script looking in the application folder by default? BackendPro 0.6.1 - El Forum - 06-09-2008 [eluser]adamp1[/eluser] This is a error with CI by the looks of things. What do you mean using the whole path which your using in index.php. And also what do you mean is the script looking for the application folder by default. If your talking about BackendPro then it does look for the application folder it should be inside an application folder. I'm afraid I don't really understand the information your giving me. BackendPro 0.6.1 - El Forum - 06-09-2008 [eluser]PvOostrom[/eluser] Okay, never mind that. I got it working now. The long list of errors were actually warnings, because the matchbox tries to locate the modules and libraries on 4 different locations. Thanks for the help ![]() |