Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Plugins
    In reply to: Indesign to WordPress

    Yes I′ve got an quote from woodwing as well wich is about 8.000€.
    I′m not shure if it makes sense to invest such an amount. I′ve got a date with one of the Key Account Managers of one Woodwing Partner.
    At the moment I′m still in the research phase. And I think you are researching as well. So I will inform you about the date on monday.
    At the moment I ask myself wether there is a possibility to catch the indesign xml and xslt files.
    Just some thoughts.

    Cy

    Forum: Plugins
    In reply to: Indesign to WordPress

    Hello,
    I′m facing the same challenge, a Designed Magazin with 164 sites should be available on IPad. The magazine should look the same way on the ipad like it looks like on the iPad. There seem to be an solution from a company named woodwing but it′s preety expensive and I would prefer WordPress.
    Do you have any more solutions found out yet.
    One of my ideas was just to make jpegs from the magazin pages. But these were just a first thought.

    Have a nice day.

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    Okay I′m still fighting with this topic.
    Let me describe what I did do and maybe I can help other soulmates with an solution.
    First I tried the solution David gave me in this post.
    If I use this code

    function ds_my_signup_page() {
    	$page = 'https://mydomain/signup/';
    	return $page;
    }
    add_filter( 'wp_signup_location', 'ds_my_signup_page' );
    
    if( strpos($_SERVER['REQUEST_URI'], 'wp-signup.php'))
    wp_redirect('signup/');

    I get an Error

    The Errormessage is
    function ds_my_signup_page() { $page = 'https://mydomain/signup/'; return $page; } add_filter( 'wp_signup_location', 'ds_my_signup_page' ); if( strpos($_SERVER['REQUEST_URI'], 'wp-signup.php')) wp_redirect('signup/');

    If I don′t use it and link direkt to https://mydomain/signup/ it works fine.
    But I′m not shure whether it is is a mistake to do it so.
    @dave Please give me your suggestion.

    Then I tried this Tutorial

    And got this notice: “Parse error: syntax error, unexpected ‘/’ in /var/www/web2/html/wp-content/themes/TheTheme_3.0/wp-signup.php on line 15”

    Line 15 is the line where I had to change the path:
    require( dirname(__FILE__) . ‘/wp-load.php’ );
    to
    require( ‘../../../wp-load.php’ );
    I tried require( ‘../../wp-load.php’ ); and require( ‘./wp-load.php’ );
    and every possibitity in between. With no success.

    Many thanks for your help

    cyprus

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    I′m still trying to set up another page as a sign up page. But did not succeed at least. To Andrea_r the answer is YES.

    Thanks for every answer till now.

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    Thanx andrea_r for your patience.
    It was a problem with reCaptcha.
    Got it fixed.

    I ran into the same thing cimy doesn′work anymore.
    I tried $wp_version = ‘3.0’; in the cimy_user_extra_fields.php
    And get still an error.

    I tried to change the 177 line in cimy_user_extra_fields.php
    $cuef_plugin_dir.= $cuef_plugin_path;
    $cuef_langs_setup_dir = MUPLUGINDIR.’/mu-plugins/’.$cuef_plugin_path.’langs’;
    $cuef_css_webpath = WP_CONTENT_URL.”/mu-plugins/”.$cimy_uef_plugins_dir.”/”.$cuef_plugin_path.”css/”;
    $cuef_js_webpath = WP_CONTENT_URL.”/mu-plugins/”.$cimy_uef_plugins_dir.”/”.$cuef_plugin_path.”js/”;
    Don′t get an error but don′t have cimy in the backend

    Last change:
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_db.php’);
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_register.php’);
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_profile.php’);
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_functions.php’);
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_options.php’);
    require_once($cuef_plugin_dir.’/mu-plugins/cimy_uef_admin.php’);

    Can anybody tell me exactly what to change to get this working again.

    Thanx in advance
    cy

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    I upgraded from 2.9.2
    The Link is https://360unltd.de

    Which error log do you mean. Do I see such problems in the server logs?
    May sound like a stupid question but I′m not shure, so I ask.

    Final test was a complete blog registration to membership routine.
    And before you ask I′enabled registration.

    Thank you for your support.

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    Okay I′ve got it.

    Every hint you gave me was important and good to keep in mind.
    But the solution was different.
    I missed a single step in the upgrade routine. After I loaded up the new files to my server I DID NOT run the upgrade prozess cause it was not written in the tutorial I used

    So my solution after uploading your files run /wp-admin/upgrade.php
    which may look like this on your server
    https://www.testblog.org/wordpress/wp-admin/upgrade.php

    Thats it . Happy blogging.

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    Hi I ran an info.php and my PHP Memory Limit is 256M
    I install Memory Bump with no result.
    I added define(‘WP_MEMORY_LIMIT’, ‘128M’); to wp-config.php

    I′ve got 5 Blogs running right now but I want to run approxmatly 200 in the future.
    I made the Upgrade but I got this message: Couldn’t resolve host blog.main.com

    The backend is still slow like a turtle

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    GOOD Advise!
    But it was not the solution. I optimized the tables after your hint. And it seems to be fine. I ran a ping test with no result. The Backend is still unbelievable slow.

    And I definatly have no clue whats going on here. Hopefully you have another suggestion. So we can help others who may ran into the same problem.

    Thread Starter cyprus_di_minda

    (@cyprus_di_minda)

    I deaktivated all plugins before I upgrade. And it was slow from the first moment.
    It′s terrible even openening the plugins area can last for 3 Minutes.

    Any other idea?

Viewing 11 replies - 1 through 11 (of 11 total)