Tagged Questions
0
votes
0answers
11 views
How can I use multiple username domains on a single domain in Roundcube?
I would like to be able to use multiple username_domains on a single domain in Roundcube. In other words, I'd like to make it 'guess' or 'attempt' domains on each login request. My installation is ...
0
votes
2answers
28 views
requiring php config classes, but file not found
In my opinion I'm requiring all necessary files but I keep getting the error that one file is not found. All files are in the same folder.
This is my code for zConfig.php:
<?php
class zConfig {
...
2
votes
4answers
56 views
PHP ini vs array performance
I wonder what is faster:
loading/including a php file that contains some static data in an array within a function or
parsing an ini-file that contains the data and puts it into an arary
I need ...
0
votes
1answer
18 views
Place CodeIgniter's Config Files out of 'application/'
I'm trying to move the config directory in the root folder for my CMS.
It will be easier for users to update and edit the config.
Everything I tried gave me an error, so I do not think the right way ...
-1
votes
1answer
50 views
Get php to read from an XML file [closed]
I'm a PHP beginner and need help with a little coding problem:
class _settings_file {
/**
* @param string $file
* @param array $settings array($settings_group => $settings_name) It
...
0
votes
1answer
23 views
php mis-config cause joomla login to fail?
I was attempting to clone a Joomla site, I had exported the database from the original, and was attempting to use phpmyadmin to import it into the db for the new site. The DB was around 75mb so the ...
0
votes
2answers
54 views
CodeIgniter - URI Disallowed Characters
I had issue of @ which I added in $config['permitted_uri_chars'] as you can see below:
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_@\-';
BUt here is my URL
...
-1
votes
2answers
19 views
PHP - with one connection (config) displays data, with other not
i am trying to develop a script that i found in internet (search/autosuggestion). The script is very small, but the problem i think is in connection, configuration file. I found, that the old ...
0
votes
0answers
25 views
Would this be a good way to work with a configuration file in php? [closed]
I'm working on a small Wordpress Theme Framework to speed up my workflow in the future in which I would like to have a configuration file to handle some basic things like which styles and scripts to ...
0
votes
2answers
35 views
PHP: How to anchor a variable within a page
I'm trying to make a simple calculation form using PHP. A page will contain textfileds where users would input numerical values and by hitting a button, an mathematical operation will be performed and ...
0
votes
1answer
115 views
Php text field edit file
Iv have made a system that allows you to edit a config.php file through a text field on a web page But the textbox shows the whole files contents is there a way I can limit it to only show part of a ...
-1
votes
2answers
46 views
How do you get rid of / from generating in the config file
I am trying to make a system where you can edit a config.php file from a webpage with a text field this is my code for the webpage but what happends is when I edit the config.php through the webpage ...
-5
votes
1answer
56 views
Edit php files through a textfield [closed]
I have a config.php file with my settings and options stored in it How could I make it that those options can be edited from a textfield in my control panel
this is what the config.php file has in ...
0
votes
3answers
48 views
Config.php File Not Working Properly with dirname(__FILE__)
My config file looks like this:
<?php
define('ROOT_DIR', dirname(_FILE_));
?>
then my html:
<?php
require_once ('../../../../config.php'); // back to app root
?>
<?php
$pageTitle ...
1
vote
2answers
88 views
How do I get magento backend config xml data?
I have a system.xml in my module, which starts with this:
<config>
<sections>
<dev>
<groups>
<my_module>
...
2
votes
1answer
122 views
Set config item (csrf) doesnt work in Codeigniter
I want to turn ON csrf protection only in a few of my controllers, so I have
function __construct() {
parent::__construct();
$this->load->library('form_validation');
...
1
vote
2answers
82 views
Where should be stored the environment dependent configs in a Zend Framework 2 application?
A ZF2 application contains/nneds a lot of different config files: /config/application.config.php, /config/autoload/global.php, /config/autoload/local.php, /module/***/config/module.config.php.
Now ...
0
votes
2answers
41 views
How to solve the Permission Error
I have downloaded the minbill project from google code, and tried to run in my wamp server. But its index.php file says error as,
The projects config.php, has
/* Path Information */
...
0
votes
0answers
75 views
Nginx htpasswd config
Having a bit of trouble with setting up a htpasswd password protected directory on my nginx server. I've tried the following code which blocks the directory access and all files in it except for .php ...
1
vote
2answers
70 views
How to find and replace a line in multiple files with PHP
I want to create a installer for my current project, that automatically modifies a dozens of config files.
So if the form was sent, the PHP script should look in which config file the searched option ...
-1
votes
1answer
170 views
Uncaught exception 'Zend_Config_Exception' [closed]
I am getting the following error in my ZendFrameWork application , I checked application.ini and config.ini but still not able to understand what the error is pointing to
Fatal error: Uncaught ...
-2
votes
1answer
161 views
How do I get magento admin email programmatically?
How do I get magento admin email programmatically?
From anywhere, so I'm looking for an answer that starts "Mage::"
0
votes
3answers
50 views
Load data from config file with value from config file
I have a config.ini file with some values. One of them is the path to the root of my script. So in my js file i get the content from the config.ini file, but i have one big mistake. To load the data ...
0
votes
2answers
56 views
The right way to create a config.php
At the moment I am placing my config.php file in the include folder on my Apache Server, which gives me easy access to the file, with having to write a directory path. I assume this is a good idea ...
0
votes
1answer
92 views
Using a config file from within a php class
I am kind of new to PHP OOP, but I have a fairly decent understanding of the concepts behind OO. I want to have a config file that has general application data that can be used from throughout the ...
0
votes
0answers
38 views
PEAR path configuration Notice already defined
It seems I have a bad pear configuration but can not discover why, I get 'Notice already defined'message when using this library.
On my php.ini I have:
...
2
votes
1answer
47 views
imported config products are not getting associated
I am using Magento 1.7. I am able to successfully import configurable products, but associated products are not getting linked to it. I have to manually link them through my admin. How can I link ...
0
votes
0answers
101 views
fastcgi config - differences?
I intend to use NGINX with PHP FASTCGI
Now I came across two possible configs, but I cant tell wich one to use, or what exactly the differences are - the first one (and shorter one):
#!/bin/bash
...
2
votes
3answers
66 views
codeigniter htaccess not loaded?
htaccess I have made is not running as it should, why ?
there is my htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
...
1
vote
1answer
83 views
how to inject configs to every controller zend framework 2
How to inject some config as an property to every controller in zf2 ? I tried to do that by setting it from onBootstrap or init methods but no results...
$config = $e->getApplication();
...
-2
votes
1answer
30 views
Call image from config
I am currently learning PHP and I have a problem in calling an image from a config file.
Basically, the URL for the image is defined in a config file ("config.php") like this:
/*** VISUAL STYLE ***/
...
0
votes
0answers
52 views
Configuring PHP Website and Connecting mySQL Files Onto Local Server
My current work station is on a Mac OS X using MAMP as my local server, which has PHP 5.4.44 and mySQL configured.
I recently looked into the phpinfo() and made a test site to make sure the PHP was ...
0
votes
1answer
102 views
CodeIgniter form validation config stops working when an object name is assigned
I was working with CodeIgniter's form validation. I had a config file in
application/config/form_validation.php
it works fine in most case, but in one of my files, I had this line
...
0
votes
2answers
147 views
Mysqli php i want a custom error message when unknown server host
I am writing a script to install the database of an application in php. It working fine but when im trying to install a database that doesnt exist i want only my own error message but i keep getting ...
1
vote
3answers
2k views
ZF2: Custom user mapper for ZfcUser module
I`ve added module ZfcUser on my Zend Framework 2 application.
But I have to use existing database table,
which has slightly different column names than the default table structure for ZfcUser.
In ...
0
votes
4answers
230 views
Codeigniter - how do I update my database config settings dynamically?
I want to change some database settings for one part of my program.
In my setup the databse class is autoloaded with a config which looks like this
$db['default']['hostname'] = 'localhost';
...
0
votes
1answer
291 views
Symfony2 database config in PHP file
I've been searching for a way to do this and can't figure it out.
It it possible to store the database config for Symfony2 in a PHP file?
The reason I want to do this is mainly because I usually put ...
2
votes
3answers
89 views
Saving ~1kk chars text to MySQL
On a remote server I'm saving text (967 537 characters) from textarea to MySQL database, column with type of TEXT.
Only around 63 748 characters are saved.
Also, in phpMyAdmin I'm getting the ...
0
votes
1answer
144 views
htaccess file works on server, doesn't work locally
I've been searching around and trying all sorts of different approaches, but I can't seem to figure out what's wrong.
I have the following piece of .htaccess code:
Options +FollowSymLinks
...
2
votes
2answers
125 views
How do I store my website's config file securely?
I have a config.php file for my website that I store outside of the publicly accessible web directory and it contains my password information for a gmail account I use to send mail for the site and my ...
0
votes
0answers
42 views
php edits specific apache config
I would like to write a php function which would parse a specific apache conf file and would add to server alias new domains, than on user event would restart my apache server. Is it possible to do ...
0
votes
1answer
205 views
Sphinx's search.exe returning results correctly but the PHP API is returning nothing
I've recently installed sphinx for my MySQL database, and have configured the config file & I am getting correct results when running search.exe, but when I use the PHP API (along with its wrapper ...
0
votes
2answers
190 views
Variable in config.inc.php
I have a filemanager that uses a config.inc.php file. I'm wondering how to use a predefined variable in this file, but i have no idea how.
I would like to know how this syntax is called and how i can ...
1
vote
1answer
120 views
codeigniter conditional routing
I am trying to setup routing based on the 1st URI segment.
I have a rule:
$route['(:any)'] = pages/view_page/$1;
I want to make my routes conditional so that if a controller of the name of URI ...
0
votes
3answers
171 views
How do I distinguish PHP from Silex and Symfony2?
So, first of all, I'm really kinda new to programming in general (I'm a CS student interning).
My task is to strip away some Symfony2 and Silex from a config.php file. Apparently these two ...
1
vote
2answers
353 views
installing sitecake
I am trying to use sitecake www.sitecake.com on my website. I installed it using the instructions here http://sitecake.com/install.html and tested it on the about page.
The PHP is misbehaving, and ...
3
votes
3answers
2k views
How to set root folder for PHP include files
I've spent days researching the internet and I can't find the answer that I will understand and are able to implement.
I've got the website in which I want to use include_once files and be able to ...
-1
votes
1answer
60 views
Java servlets/jsp [closed]
I want to access the values from config server and set new values to config file using java/jsp/servlets .
I have a list of machines whose passwords need to be reset (chnanging the password ...
1
vote
1answer
186 views
Is there a way to have multidimensional config arrays?
I want to create my own custom config data in the application section of Codeigniter, but was wondering if we can build two dimensional config arrays.
Example of application/config/myconfig.php:
...
3
votes
2answers
253 views
Which is the best practice to access config inside a function?
<?php
define('ABSPATH', dirname(__FILE__)); //Absolute path to index
/*
* Method 1
* Dependency Injection
*/
class Config{
private $_config = NULL;
private $_filepath = NULL;
public ...






