Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Moving from dev environment to live site


Go to End


23 Posts   37206 Views

Avatar
Sigurd

Forum Moderator, 628 Posts

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 :)

Avatar
redking

43 Posts

21 November 2007 at 2:59pm

I suppose you are right.

Thanks.

Avatar
redking

43 Posts

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. :)

Avatar
Sigurd

Forum Moderator, 628 Posts

23 November 2007 at 12:45pm

No problem, glad you got it all sorted.

Avatar
mente

Community Member, 5 Posts

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: ��

Avatar
pjssms

Community Member, 49 Posts

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

Avatar
pjssms

Community Member, 49 Posts

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 /silver

RewriteCond %{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

Go to Top