Tagged Questions
0
votes
2answers
93 views
CodeIgniter homepage URL won't work with GoDaddy?
first of all thanks in advanced for any help that you can provide me with this. I am publishing a site that I made on to a GoDaddy server but the home page will not load? I read this post: Solution ...
1
vote
1answer
94 views
Accessing Other Functions In My Main Controller File
How can i access functions in my main controller? I installed codeigniter in a subfolder on godaddy webhosting. "testapps" is the name of the folder containing CI. My default controller is "main" and ...
0
votes
1answer
439 views
Godaddy php5.ini alteration messes up site
I don't know how else to title this, but for some reason when I add the lines below into an additional php5.ini file my sites post/session/etc stops working. I know this because it will not allow me ...
1
vote
1answer
151 views
Codeigniter 2.1, Godaddy - setup email
First, I want to say sorry if this question is anyway stupid, but I am new at this and google is not very helpfull at the moment :D.
I have host at GoDaddy. When I click on email accounts, I get ...
1
vote
1answer
119 views
Codeigniter 2.1, htaccess - RewriteEngine
I have uploaded web site on GoDaddy (afficad.org), and at the moment I am having bit of the problem.
It seems that RewriteEngine is not working properly (we tried on different host, and it is working ...
0
votes
1answer
598 views
Codeigniter email class with Godaddy email hosting Issues
I bought email accounts for my domain from godaddy. I am using Codeigniter to send emails from my domain email account. I created the config file email.php where i put the config preferences:
...
0
votes
2answers
127 views
access to codeigniter app on godaddy
Yea i know this title is a bit used but i couldn't find the answer on any of the links i found.
I have a codeigniter site hosted at godaddy's. actually i got two:
one at the root level i.e. "/" -
...
0
votes
1answer
173 views
CodeIgniter throwing 500-errors, why?
I am hosting a website, developed in Code Ignitor and i am launching that website on Godaddy Virtual Dedicated Server.
I have done everything, all the setting that were guided by the godaddy people ...
0
votes
1answer
91 views
Godaddy not logging errors to CI logs
After uploading a site built with codeigniter to a goddaddy vps server, I had some issues with database errors and php errors, but there errors are not being logged in the Codeigniter log folder even ...
0
votes
1answer
293 views
Can't remove index.php with codeigniter on Godaddy [duplicate]
Possible Duplicate:
Problem with CodeIgniter and URI on GoDaddy servers
(Using: Codeigniter 2.1.2)
I am building a web application with code igniter and have been testing all the ...
1
vote
1answer
221 views
Cron Job with CodeIgniter on GoDaddy
I'm trying to run a cron job for a simple php script in codeigniter, hosted with GoDaddy.
the script is a controller like so:
http://my-domain.com/facebook/myapp/cron/select_winners
I have setup a ...
0
votes
1answer
586 views
CodeIgniter, Godaddy, htaccess passing variable through url, HMVC
I have a new controller in a module created with HMVC (admin), but i tried also without HMVC and the same issue. I am trying to pass a variable to index or another method from controller but when i ...
0
votes
1answer
751 views
codeigniter setup with godaddy
I am trying to run a codeigniter based portfolio website on godaddy hosting.The site url is www.wghclabs.com
The site worked fine on my local development server (I use MAMP) ,however when using ...
-1
votes
1answer
160 views
Issue with two codeigniter on godaddy server?
I have a website on godaddy server with codeigniter framework, I want to upload another website with codeigniter framework on same server and i want both of them running.
For this I have uploaded ...
0
votes
3answers
1k views
CodeIgniter and Godaddy hosting subdomain
I have finished my CodeIgniter website, and I wanted to upload it to the Godaddy.com hosting, as my website is still in the testing phase I uploaded it to a subdomain called "testwebsite", the home ...
0
votes
1answer
266 views
codeigniter site on goDaddy does not work
I am unable to access my site (developed using codeigniter framework) on godaddy. When I enter url in browser, it does not show anything, neither error nor any content. I am stuck that what is the ...
0
votes
3answers
239 views
Weird Plus sign error in godaddy with codeigniter
I can't use "+" and "%" in my url. For example:
http://www.bedavaemlaksitesi.com/mersinemlakrehberi210/siralama/menu/Mersin-Mezitli-Sat%C4%B1l%C4%B1k-Ev-Konut-Daire-3+1
...
1
vote
3answers
3k views
Puzzled using codeigniter on godaddy shared hosting server
This ones a new on me. I'm transferring a site I made in codeigniter to a godaddy shared hosting server. I can get to the home page with:
http://www.example.com
But when I try to go to the other ...
0
votes
1answer
166 views
Undefined variable: errors from empty 3rd uri params (code igniter)
I have many controllers with functions like
function search($person) {
if empty($person) {
redirect('...');
}
else {
.........
}
}
I wasn't getting ...
2
votes
2answers
329 views
Ternary Operator not working in godaddy php (parsererror)
<br />↵<b>Parse error</b>: syntax error, unexpected ':' in <b>.../ajax.php</b> on line <b>87</b>
LINE 87: $conditions = ($this->input->post()) ? : ...
0
votes
1answer
651 views
CodeIgniter and GoDaddy
I just finished developing a website using codeigniter and in the end the person I was developing for switched from the past host to GoDaddy. Now, when I try to go in the website at first I got a ...
0
votes
4answers
2k views
code igniter : removing index.php from url
Finally after a lot of searches I got my site working on Godaddy... now the problem is removing the index.php from the url
My current config.php has:
'uri_protocol' = 'AUTO';
'index_page' = '';
...
0
votes
1answer
415 views
edit .htaccess file on windows in Unix LF only
Hi I want to edit the .htaccess file in code igniter file on windows, on the link below in the last line it says "The .htaccess file must be in Unix LF only style. If you use Notepad or Wordpad and ...
0
votes
4answers
2k views
Problem with CodeIgniter and URI on GoDaddy servers
I can't seem to get CodeIgniter set up properly on GoDaddy. I tried creating a new function inside of the 'wecome' controller. But I can't access it anywhere.
http://domain.com/test (No ...
1
vote
3answers
6k views
How do you send e-mail via PHP on a GoDaddy shared host using CodeIgniter?
I am using CodeIgniter on a GoDaddy shared host and I need to send e-mails from a contact form. Following information from CodeIgniter, GoDaddy, and serveral web forums I came up with the following ...
0
votes
1answer
480 views
Codeigniter running on IIS7 on godaddy servers
Im' trying to run CI application with or without smart url capability on godaddy's MS IIS7, now they have by default enabled URL rewrite engine which prevents CI from running properly - is there some ...
1
vote
3answers
1k views
Gmail and hotmail problem with Codeigniter or Godaddy?
I have setup a mail sender with the Codeigniter email library.
Everything works fine until a user specifies a gmail or hotmail address as their address.
eg
$email = ...
0
votes
1answer
1k views
PHPMailer says mail sent successfully but doesn't really send
Hope i caught everyone doing alright. I have a small question to ask. I am developing a small site for a client and instead of using the email class with codeigniter I have chosen to use phpmailer for ...
3
votes
3answers
5k views
inserting date timestamp value to mysql thru php in godaddy hosting site
I'm using GoDaddy's Shared Linux hosting.
Using php i am inserting or updating the mysql database with create date or modified date using the variables
$datestring = "%Y:%m:%d %h:%i:%s";
...
1
vote
8answers
1k views
codeigniter problem with mod_rewrite on apache 1.3
Anybody came into this before?
Hosting a site on godaddy, the site is developed in codeigniter framework(php), to get pretty url, put this into .htacess
RewriteEngine on
RewriteCond $1 ...
