-1
votes
0answers
22 views

.Htacess page is not woking in (go-daddy linux) [closed]

htacess page for .php extensions, Options +FollowSymLinks -MultiViews # Turn mod_rewrite on RewriteEngine On RewriteBase / ## hide .php extension # To externally redirect /dir/foo.php to /dir/foo ...
-4
votes
1answer
28 views

Godaddy PHP error message [closed]

At http://beta.brianjblair.com/ I get: Warning: include(/ap/js.php) [function.include]: failed to open stream: No such file or directory in /home/content/63/10105363/html/beta/index.php on line 11 ...
0
votes
0answers
16 views

Send mail from Godaddy with mail()

I'm trying to use this code to send email from mail() function at Godaddy... It worked a few months ago, now it just does not work... I have no idea why and I am a bit stuck... This is the code: ...
0
votes
1answer
15 views

problems in timestamp insert Godaddy

I have an insert code on which is works on localhost but on my hosting which is Godaddy (Linux) i am having timestamp problem when i insert timestamp gets 10 hours back from my local time. i have ...
-1
votes
0answers
56 views

Weird email issue with godaddy / joomla [closed]

I have a joomla site installed on dediserve, the email for the domain is handled with godaddy. Generally speaking, the email functions perfectly. However, when I have a form submission from the site, ...
-1
votes
1answer
56 views

413 request entity too large - godaddy hosting [closed]

I have successfully POSTed files using AJAX to PHP running on GoDaddy hosted server for a year now. Admittedly the amount of data passed over is gradually getting larger, and it around 1.7Mb. Now ...
1
vote
3answers
50 views

timthumb.php show as a text, not working

I use economy plan of godaddy host. I installed wordpress on it an run ok. But when I up timthumb.php to host it's not run. Just show timthumb.php as a text. How can I fix it? My site: ...
0
votes
0answers
80 views

Issue with GDForm.php on GoDaddy web hosting

I have gdform.php in the root folder of my site. The coding is as follows (after <? php): $request_method = $_SERVER["REQUEST_METHOD"]; if($request_method == "GET"){ $query_vars = $_GET; } ...
4
votes
2answers
186 views

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in xxx/xxx/xxx/xxx

I have hosted one drupal website in godaddy. but now a days I am fighting with most weird problem "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 39 bytes) in ...
0
votes
1answer
84 views

Trying to get remote database server working with mysqli locally

I have created myself a new database through Godaddy, and I'm tyring to connect my PHP to it thru mysqli. It can't connect to the database. Since the database has just been created, maybe it's still ...
2
votes
4answers
272 views

php requests not send complete data always

I'm facing a problem that sometimes I'm not receiving complete data from php server for an AJAX request (Linux Shared hosting on godaddy). See attached image, it is showing 0B(14.3KB) (and it shows ...
0
votes
1answer
118 views

500 Internal Server Error on PHP Files - GoDaddy

I have a website in GoDaddy. - named 'skyslit.com' It was working fine. But from last 1 week it takes above 30 seconds to load and finally an error message like 500 Internal Server Error is shown. ...
0
votes
2answers
353 views

How to access the php.ini file in godaddy shared hosting linux

I have a web, and running well on my localhost. After I Upload on my godaddy hosting, My web got a bug. the conclusions is, I MUST change the memory_limit on the php.ini file, BUT cant find php.ini ...
0
votes
2answers
57 views

MySQL Connection Issues

Not Connecting as expected For some reason I cannot get my script to work as I need it to here is my mysql_connect that I have put into my PHP site. I cannot seem to get my PHP script to connect to ...
0
votes
3answers
209 views

Laravel installation in godaddy hosting, how to prevent accessing /public using .htaccess

I deploy a laravel application into godaddy hosting. I use Solution 2 from http://forums.laravel.io/viewtopic.php?id=1258 Now I have a working laravel application that accessible either using ...
0
votes
1answer
84 views

Cronjob executes multiple times - Godaddy

Everything was working ok but some days ago my newsletter started sending 3 times the same email to all of my subscribers at the same time! This is my script: /usr/bin/wget ...
0
votes
1answer
67 views

cURL and VPN issues

I have a question that I need some quick help on. I'm thinking of buying a domain for a personal portfolio and to make my work life easier. I've been experimenting with cURL and would love to do ...
0
votes
1answer
55 views

cannot visit cakephp controller's action on godaddy

I have configured cakephp to not use mod_rewrite: removed three .htaccess files and uncomment following line Configure::write('App.baseUrl', env('SCRIPT_NAME')); So if I have a Clients Controller, ...
0
votes
0answers
34 views

Internal Server Errors since moving to new GoDaddy Virtual Dedicated Server [closed]

Approximately three weeks ago GoDaddy contacted me offering to upgrade me to a new server. I bit and purchased the new server and had them move all of the my data. It is a large eCommerce website ...
1
vote
1answer
123 views

Email sent in php with attachment but no body on GoDaddy Server

I'm trying to send an email with attachment from my site hosted on GoDaddy Server. The mail is sent with the attachment but the message body (plain text) is missing in the email. On my local server it ...
1
vote
1answer
49 views

Parsing PHP in XML on GoDaddy

I wrote an XML file to be used on feedburner. When I test it using my local server (i.e. apache and myphp) it works just fine. When I upload to GoDaddy and try I do not see any of my data fetched ...
0
votes
2answers
622 views

What should my php.ini file settings should be to send email via php on godaddy?

Assuming that my domain name is pleasework.com and my email is contact@pleasework.com. What configuration settings does my godaddy linux server need to send mail via php. I've tried using PEAR to send ...
0
votes
1answer
132 views

Why is my godaddy website emails smtp not being sent?

I'm using PEAR Mail function to send my emails to clients. The code is written bellow. <?php require_once('Mail.php'); $email = $_POST['email']; $subject = $_POST['subject']; ...
1
vote
1answer
201 views

GoDaddy Cron Job PHP version (difference from sites PHP)

I have created a PHP script to do some automatic DB and scraping stuff for a GoDaddy website. Our GoDaddy site runs PHP 5.3.13, it is just the default one you get. And this script can be run manually ...
-1
votes
1answer
155 views

Opencart: subdomain not working for loading images

I have created a sub-domain for my site at GoDaddy.com which is images123.mysite.com. I found out at the internet that by downloading data from domain and sub-domains, page loading time is reduced. ...
-2
votes
2answers
92 views

Does updating PHP version of hosting server damage hosted websites? [closed]

I have a few websites hosted on Godaddy.com and I want to install Joomla 3.0, but it requires PHP 5.3.1 or higher. I want to update PHP version on the server, but first I want to know whether it will ...
0
votes
1answer
61 views

Troubleshooting mysql query limits

I am currently testing a price comparison script which crawls the web for prices and uses php to dump the results into a MYSQL database. I'm using GoDaddy to host. The basic structure of the script ...
0
votes
1answer
54 views

Downloading database to directory cron script

I have a client that has shared hosting with godaddy. It seems I cannot schedule a database backup with this type of hosting. I was just seeking advise so I don't go about this the wrong way. I'm ...
1
vote
1answer
404 views

php mail() not working - godaddy hosted

My "Contact Us" script worked fine when I initially created it. A user fills out a form, and the specified details are emailed over to me. However I just checked back up on it a few weeks after ...
0
votes
0answers
123 views

ajax/json not working with godaddy…?

I uploaded my site to GoDaddy and this part of my script is not working. I've seen issues with AJAX/JSON and GoDaddy when I Googled it, but can't figure out how to get this code to function. It runs ...
0
votes
0answers
26 views

Linux Server not accepting large Get parameters

I am trying to integrate a payment gateway into my website. The code works just fine on my local server. On the staging server however there is a problem. Once the transaction is completed by the ...
0
votes
2answers
175 views

.htaccess Returning 500 Internal Server Error in PHP

I have a number of websites running on my godaddy.com server but when using a certain port with the same permissions as the rest of the server has I have a 500 error returned on my page. The reason ...
0
votes
2answers
247 views

Sending email from form through gmail SMTP on GoDaddy

Through searching all the other threads on this topic. I'm still getting nowhere. I'll come at it from a different angle. In Google apps you have the option to route outgoing mails through an ...
0
votes
2answers
170 views

Cannot send mail from form using php

Okay bare with me, completely new to php. I'm hosting with godaddy and it's giving me a tonne of trouble. I first found out with godaddy you have to create an email with them if you want any php to ...
0
votes
1answer
122 views

Using imap_search with a Godaddy hosted email account?

I'm having issues with using imap_search() using a Godaddy hosted email account. I have created a script that connects to 3 mail boxes using PHP and the imap_open() and imap_search() functions before ...
1
vote
2answers
244 views

What prevents Symfony2 from being used in a shared hosting environment?

How come it is supposedly so insecure and bad practice to use Symfony in a shared hosting environment such as GoDaddy? Is it a particular component? Are there any installation guides available? Are ...
1
vote
2answers
217 views

LimeSurvey 2.0 “No input file specified” fails to come up under GoDaddy

I installed LimeSurvey 2.0 on my GoDaddy server and ran the installation script successfully. But when I tried to go to the administration control panel for the first time, with ...
1
vote
2answers
80 views

move_uploaded_file failing with no error

This question has been asked similarly a few times, but those answer's didn't apply to the problem I'm have. I've checked them all. Basically, the function move_uploaded_file is returning false every ...
0
votes
0answers
227 views

Sending email with PHPmailer 5.2 and GoDaddy

I am trying to configure PHPMailer 5.2 to send mail via Godaddy. I created email account and entered data that is given to me, but it is not sending email. I keep getting this error:: Message was not ...
-1
votes
1answer
282 views

post method not working in godaddy hosting [closed]

when using form method="post" on a godaddy linux hosting plan it is not working. Did not play with the php.ini file at all, and didnt change any settings. Contacted support and all they told me to do ...
-4
votes
1answer
52 views

Why does my website hang periodically? [closed]

I have a website that works great 90% of the time. However, every once in awhile it will hang for 30 seconds to a minute when submitting a page or navigating. During this time nothing loads. Sometimes ...
0
votes
1answer
116 views

SMTP Intermittent Error

I am stress testing my code that sends an automated confirmation email after a user registers on my web app. I am connecting to a godaddy SMTP server using the SwiftMailer plugin in a Kohana ...
0
votes
1answer
135 views

ImageMagick font install on Go Daddy Linux server

I have been searching for days on how to install my own ttf font when working with ImageMagick. The main part that is confusing me is that all forums and documentation is referring to ...
0
votes
2answers
40 views

php session changes on link

Moved working site to new host and all breaks loose. Linux Server php 5.2 same domain, same folder, same https. used a bit of code to display session_id $sid = session_id(); print("Session ID ...
0
votes
1answer
447 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 ...
0
votes
1answer
141 views

.php running jQuery script locally but not on GoDaddy.com [closed]

I prepared a new script using JQuery v1.8.3. Everything ran well locally (and I nearly did backflips when it finally worked), but I am unable to get the same code to execute when I upload it to the ...
-2
votes
1answer
172 views

Sending emails via WordPress on GoDaddy [closed]

I have a client with a GoDaddy account. I've set them up with a custom WordPress template. Now they want to be able to send newsletters out with a custom designed email template. They have a list of ...
-3
votes
2answers
131 views

godaddy hosting - Parse error: syntax error, unexpected T_FUNCTION in /home/content/m/a/r/marcott/html/admin/includes/admin_config.php on line 242 [closed]

Had godaddy rep check this out because there was an issue on line 242 - need help getting the error resolved. The website page will not load due to this error. Below is the page php code. I need ...
0
votes
3answers
221 views

json_decode fails on godaddy hosting

I use json_decode in my PHP to parse data from POST (the POST itself is executed via ajax). My code looks like this: $data = json_decode($_POST['logdata'], true); if(!$data) { $ecodes = array( ...
0
votes
1answer
350 views

PHP session does not work on GoDaddy Virtual Private Server

I'm working on a new virtual private server hosted by GoDaddy and I need some help getting PHP sessions to work. I have developed an application in PHP on another domain (hosted by bluehost) that ...

1 2 3 4 5