PDA

View Full Version : Moving to another server issues with sql


yourtradehere
08-02-2009, 08:01 AM
Hi Guys

I have a few directories that I want to move to another server. I'm happy with loading up the directories but not moving the sql. It always gives me an error.

Fatal error: Maximum execution time of 300 seconds exceeded in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/string_mb.lib.php on line 47

I have tried to follow the instructions as per the below but am never able to upload the new database? I would really appreciate any help you can offer me please?

URL's Removed as Im not allowed to post live ones

Also my upload says max (Max: 51,200 KiB) is that less that say 12mb? I think its 51.2 mb am I correct?

Thanks

James

James
08-02-2009, 06:23 PM
contact your host as you should be able to submit a ticket and have them import it for you...


Or is this a dedicated?

yourtradehere
08-02-2009, 07:49 PM
Hi James

Strange. I keep posting here and the posts disappear. I replied earlier that I am now able to load up the sql

The problem I have now and Im testing this on a dummy site is the category on the submit page is broken.

htt p:/ /cit i.or g.uk/ submi t.php

If you check the site above its really small.

Think thats why I cant post not able to post links. Can you remove the paces please if not try

citi
.
org
.
uk

Be very great full if you can help with this issue then I can move the actual site over.

Thanks

James

James
08-02-2009, 08:09 PM
need to compare the category select tpl with the one from the default download

yourtradehere
08-02-2009, 08:59 PM
Hi James

The template is using a submit.tpl file the standard template does not have this in the template folder so I cant compare. I think the part of the code I need to look at is below but not to sure.


<td class="label"><span class='req'>*</span>{l}Category{/l}:</td>



<td class="field">



<select name="CATEGORY_ID">



{foreach from=$categs item=cat_item name=cat_items}



{if $cat_item.STATE eq 0 AND $cat_item.ID > 0}



{if !empty($group)}</optgroup>}{/if}



<optgroup label={$cat_item.NAME}>



{assign var="group" value=$cat_item.ID}



{else}


Any ideas?

Thanks

James

yourtradehere
08-02-2009, 09:13 PM
James I have tried another submit form from another directory. Not perfect but it will do. I would like to know though what part of the code needs to be amended if you can. I know you only offer limited support for version 2 so no worries if you cant help. I appreciate all that you do here.

James