pack webempresa en ...
Avisos
Vaciar todo

Hosting WordPress 70% dto Dominios promo

pack webempresa en local  

 
Roger
 Roger
Usuario activo

Hola
No se si es el sitio de preguntarlo
Me he bajado el joomla de webempresa y lo intento instalar en local
Tengo el Xaamp:
1.8.2
[PHP: 5.4.25]
Y me tira errores del tipo:
ou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''function ff_die($message='''', $action=''stop'', $target='''', $params='''', $l' at line 4 SQL=INSERT INTO `glqc7_facileforms_pieces` (`id`, `published`, `package`, `name`, `title`, `description`, `type`, `code`) VALUES (1, 1, 'FF', 'ff_addCustomCSSFile', 'Add custom CSS File', 'Adds a custom css file to the form. To choose a css file, execute this piece and call the function ff_addCustomCSSFile(''path/to/css/file'') with the RELATIVE (not full!) path to your joomla installation.rnDo not forget to call $this->execPieceByName(''ff_InitLib'') before!rnrnExample:rnrnglobal $mainframe;rnrn$this->execPieceByName(''ff_InitLib'');rn$this->execPieceByName(''ff_addCustomCSSFile'');rnrnff_addCustomCSSFile(''templates/'' . $mainframe->getTemplate() . ''/css/template.css'');', 'Before Form', 'function ff_addCustomCSSFile($path){rn if(file_exists(JPATH_SITE . ''/'' . $path)){rn JFactory::getDocument()->addStyleSheet(JURI::root() . $path);rn }rn}'), (2, 1, 'FF', 'ff_Constants', 'Constansts definitions', 'Library constants definitions', 'Before Form', 'define(''FF_DIE'', ''_ff_die_on_errors_'');rndefine(''FF_DONTDIE'', ''_ff_stay_alive_'');rndefine(''FF_IGNOREDIE'', ''_ff_ignore_if_dying_'');rnrndefine(''FF_ARRAY'', ''_ff_return_as_array_'');rndefine(''FF_LIST'', ''_ff_return_as_list_'');rndefine(''FF_SLIST'', ''_ff_return_as_slist_'');rndefine(''FF_DLIST'', ''_ff_return_as_dlist_'');rnrndefine(''FF_NOTRIM'', 1);rndefine(''FF_ALLOWHTML'', 2);rndefine(''FF_ALLOWRAW'', 4);'), (3, 1, 'FF', 'ff_die', 'Terminate form gracefully', 'Gracefully terminates the form and shows a message plus opionally a rnCONTINUE button for further redirection.rnrnCall:rnrn ff_die($message=null, $action=''stop'', $target='''', $params='''', $label=''Continue'');rn return;rnrn $message = A message to display. If no message is provided, it willrn display:rnrn Fatal error in $formname, processing stopped.rnrn $action = ''stop'' : Dont show a CONTINUE button (default)rn ''self'' : Redirect to the same formrn ''form'' : Redirect to another form rn ''page'' : Redirect to another page of this sitern ''home'' : Redirect to homepage of the sitern ''url'' : Redirect to a urlrnrn $target = Target name/url for ''form'', ''page'' and ''url''rnrn $params = Additional parameters for ''self'' and ''form''rnrn $label = Text for the continue buttonrnrnExamples:rnrn // Display standard message without continue buttonrn ff_die(); rnrn // Display message without continue buttonrn ff_die(''Sorry, cannot continue for some reason.'');rnrn // Display standard message and return to same form with a parameterrn ff_die(null, ''self'', ''&ff_param_foo=bar'');rnrn // Redirect to another formrn ff_die(''Guess you are hungry now...'', ''form'', ''SamplePizzaShop'', null, ''Order'');rnrn // Redirect to another site pagern ff_die(rn ''Something strange has happened!'', rn ''page'', rn ''index.php?option=com_content&task=section&id=1&Itemid=2''rn );', 'Untyped', 'function ff_die($message='''', $action=''stop'', $target='''', $params='''', $label=''Continue'')rn{rn global $ff_processor;rn if ($ff_processor->dying) return;rnrn ob_end_clean();rn $form =& $ff_processor->formrow;rn if (!$message) rn $message = rn "Fatal error in $form->name, form processing halted.";rn switch ($action) {rn case ''self'': $url = ff_makeSelfUrl($params); break;rn case ''form'': $url = ff_makeFormUrl($target, $params); break;rn case ''page'': $url = ff_makePageUrl($target); break;rn case ''home'': $url = "{mossite}"; break;rn case ''url'' : $url = $target; break;rn default : $url = '''';rn } // switchrn if ($form->class1 != '''') echo ''
''.nl();rn echo($message.''

Que hago?
Es por la versión de php?
Gracias
Roger

Citar
Respondido : 17/11/2014 8:25 pm
Jhon
 Jhon
Soporte CMS Webempresa Moderator

Hola

Es al parecer que algunos caracteres de cadenas de Breezing Forms en la exportación de la BD tiene problemas cuando se importan en algunos entornos

Lo que te recomiendo es hacer el backup con Akeeba Backup ya que este tiene una consistencia para la exportación e importación de la BD

Saludos.

ResponderCitar
Respondido : 17/11/2014 10:16 pm

wpdoctor-revisa-la-salud-de-tu-wordpress

Roger
 Roger
Usuario activo

Hola
No puedo hacer backup, ya que eso me ocurre cuando quiero instalar el paquete de Joomla que me he bajado de vuestra web.
Es decir, no es que lo haya instalado y pueda hacer backup, esque no lo puedo instalar directamente.
No pasa nada, instalo otro paqueste.
Muchas gracias por la pronta respuesta
Roger

ResponderCitar
Respondido : 19/11/2014 11:23 am
Jordi Sala
 Jordi Sala
Miembro Admin

Hola Leandre,

Te adjuntamos unos vídeos para poder copiar y restaurar Joomla! de un Hosting a otro o en el mismo Hosting o en local:

- https://www.webempresa.com/blog/realiza-copias-de-seguridad-y-restauraciones-en-joomla-3-con-akeeba-backup.html

No ofrecemos soporte a webs alojadas en servidores externos o localhost

Saludos

ResponderCitar
Respondido : 19/11/2014 11:36 am

Cursos Gratuitos WordPress

Roger
 Roger
Usuario activo

Ok, gracias
Roger

ResponderCitar
Respondido : 19/11/2014 11:47 am