• Hi all,
    I downloaded and installed the latest version of WP. Installation went fine and I can see the wp-admin console.

    I am having 2 problems.
    1) Firstly when I go to my URL, I am not seeing the default WP site. I have installed WP in my root, and in a previous installation I did of WP it worked fine. My address is https://www.smashcomics.com.au
    You can see it redirects. I assume I need to change something, perhaps in my .htaccess file, but im not sure what to do. All that file has is

    # Inserted By Customer Control Panel
    SetEnv PHPRC /home/smashcom/public_html
    # BEGIN WordPress
    # END WordPress

    2) When activating a plugin – in this case the WP-Ecommerce one, I am getting the following errors,
    Warning: session_start() [function.session-start]: open(/tmp/sess_7f644ef7bcde07b14480fc0b33978016, O_RDWR) failed: Permission denied (13) in /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 788

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php:788) in /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 788

    Please help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. I can see your site using Twenty Ten just fine…

    2. Looks like this might be a permissions issue.

    Thread Starter thedon19

    (@thedon19)

    Thanks for the reply mate!

    1. I just tried on my laptop and it looks like i just need to clear my browser cache… fair noob mistake on my behalf!

    2. Any idea which files/folders need permissions set?

    Also when i just tried to change some settings in the general tab I got the following,

    Warning: session_start() [function.session-start]: open(/tmp/sess_7f644ef7bcde07b14480fc0b33978016, O_RDWR) failed: Permission denied (13) in /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 788

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php:788) in /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php on line 788

    Warning: Cannot modify header information – headers already sent by (output started at /home/smashcom/public_html/wp-content/plugins/wp-e-commerce/merchants/paypal_certified.php:788) in /home/smashcom/public_html/wp-includes/pluggable.php on line 897

    Warning: Unknown: open(/tmp/sess_7f644ef7bcde07b14480fc0b33978016, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

    Cheers!

    That looks like a server config issue to me. If wp-e-commerce started falling down on install all over the place, I’m pretty sure we would have heard about it. Try contacting your hosts and sending them a copy of that last warning:

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A few problems… :(’ is closed to new replies.