New Install Not Working

Posted in: Newspaper
Post count: 9

I cannot not get a new install of Newspaper working on GoDaddy Business Hosting plan.

The staging site is: http://www.rightnerdmedia.com/gemgeeksDEVELOPMENT/

tagDiv Composer loads, but will not make any changes to the site.

I get an error message when trying to open any of the demo posts that URL is not found, even though the front page is showing the featured image and content.

Here is the htaccess file:

# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
<IfModule mod_headers.c>
Header always append X-Frame-Options SAMEORIGIN
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

I have another site running the Newspaper theme on this exact same server…the only difference is that is is running version 10.4 of the theme.

Post count: 21065

Hello!

Please make sure you have the latest update of the theme and plugins.
Try to do these steps:

1. disable TagDiv Composer
2. uninstall(delete) TagDiv Composer
3. clear cache (if cache plugin exists)
4. install TagDiv Composer
5. activate TagDiv Composer
6. clear cache (if cache plugin exists)

Please start looking for a plugin conflict, deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache(also from your browser) and try again.

Let me know the results!

Thank you!

Post count: 9

Hello!

I followed all of the steps exactly and still am having the same issues.

There are no other plug-ins installed other than those provided by TagDiv.

TagDiv Composer will not make any changes and the image files do not populate when trying to change out the logo, etc.

The demo articles still give an URL error when clicked.

Thank you in advance for your help.

Post count: 9

I fixed it. There was a problem with the htaccess file.

All of the additional lines needed to be added to the very top.

I added all of these and it worked:
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.