17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 33012 Views |
-
Re: Moving from dev environment to live site

21 November 2007 at 2:54pm
Unless I'm mistaken, it seems you're asking a question on how to use a service being offered by a webhosting company, so ask them
-
Re: Moving from dev environment to live site

21 November 2007 at 2:59pm
I suppose you are right.
Thanks.
-
Re: Moving from dev environment to live site

23 November 2007 at 12:40pm
I switched hosts and am up and running now.
Thanks for all your help and putting up with my little crisis.
-
Re: Moving from dev environment to live site

23 November 2007 at 12:45pm
No problem, glad you got it all sorted.
-
Re: Moving from dev environment to live site

22 April 2008 at 8:07am
As I understand so far, I have to upload the files from my ss_mysite folder.
When I try to upload a file, see what the system tells me:Warning: mb_strpos() [function.mb-strpos]: Unknown encoding or conversion error. in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php on line 60
Warning: mb_strpos() [function.mb-strpos]: Unknown encoding or conversion error. in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php on line 60
Warning: mb_strpos() [function.mb-strpos]: Unknown encoding or conversion error. in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php on line 60
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/ob.lib.php on line 83
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_http.inc.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_http.inc.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_http.inc.php on line 21
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_http.inc.php on line 22
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php:60) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_http.inc.php on line 25
Server: localhost Database: work_working
Error
There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:
----BEGIN CUT----
eNrtUMtOwkAUnVIedeICE1cu9JoQV7RpawlQF9qQBkwKrS1i4k4FtUkpzyay94P8Bz/CmPglLsCZ
tkRUiHwAZ2Yyc+6599yZ0W3btFWoSFCRwdAbKogggSRKMnaaRJhi7LRINHfeVmE08Po3w1FnKHju
rdB/7INEMosgi2KRl2ReJpUllUxFuQav0y1DDtcnzoWhQkEQBaXA3/W63cB3xxPe6z3gS8cG08mD
VtUbzTy0dNLwyvXBtHRbg7IgF7FV11SQBUkSFGzVLJqTNx3qJwvHYLh+8IQNrVFVoePzwfieL+Gw
33SaYRDLvKMX1EYfiEVkHjKIYoZWYBYjYkm0Prafl/mswjyv+vb6GR8zv/gyMD/puvdj98k6IIcU
2Y8GQW98QsguWVvUNJ1mGWpN7LJ/OjJoh8QxHcnTMHQW9mViFS1T2b1YrRHC0ZGIfn43rEstPoed
P4OaEcYloi35rXGJGRelZBcLNtjgP3wBrnxyoQ==
----END CUT----
----BEGIN RAW----
ERROR: C1 C2 LEN: 0 1 1012
STR: �SVN: $Id: sqlparser.lib.php 11017 2007-12-21 18:18:44Z lem9 $
MySQL: 5.0.45-community-log
USR OS, AGENT, VER: Win OPERA 9.27
PMA: 2.11.4
PHP VER,OS: 5.2.3 Linux
LANG: en-utf-8
SQL: �� -
Re: Moving from dev environment to live site

14 December 2008 at 8:30am
I am trying a fresh install and i don't have mod_rewrite working.
How did you place your mod_rewrite working with litespeed ?
Thank you,
Paulo Santos
-
Re: Moving from dev environment to live site

15 December 2008 at 2:02am
I have this on .htaccess on silver directorty.
### SILVERSTRIPE START ###
<IfModule mod_dir.c>
DirectorySlash Off
</IfModule>RewriteEngine On
RewriteBase /silverRewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
RewriteCond %{REQUEST_URI} ^(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###I got this error
Cannot write manifest file! Check permissions of /tmp/silverstripe-cache-home-ahosting-public_html-silver/manifest_home_ahosting_public_html_silver_sapphire_main.php
| 33012 Views | ||
| Go to Top |



