Topic: If you're having problems installing Open Blog Open Blog 1.2.1

I've run into a couple of problems with the latest install, and here are a few things that might help you during the install:

If you run into problems in Step 2 of the installation where the form is incomplete and stops at  the SEO portion, please do the following and rerun the installation:

Find the following code in ./install/pages/install/step_2.php, on line 39:

<td><input type="checkbox" name="enable_seo_urls" value="1" id="enable_seo_urls" class="styled" <?php echo (get_mod_rewrite_status()) ? 'checked="checked"' : ''; ?>  /> (choose this if your web server has mod_rewrite module enabled)</td>

Replace it with:

<td><input type="checkbox" name="enable_seo_urls" value="1" id="enable_seo_urls" class="styled"  /> (choose this if your web server has mod_rewrite module enabled)</td>

Please rerun the installation which now should have a complete for and will be able to go through all the steps.


If you have installed the system and the rewrite rules are working, but you're unable to login or register a ueser, please do the following:

Find the following line in ./application/config/config.php, on line 26:

$config['index_page'] = "";

Change it to:

$config['index_page'] = "index.php";

AFTER this, find the following line in ./application/config/config.php, on line 151:

$config['enable_query_strings'] = FALSE;

Change it to:

$config['enable_query_strings'] = TRUE;

Once you've done this, please clear your cache and cookies and refresh the page.  You should be able to login without further issue as well as register accounts.

- Larry
Just trying to make the world a better place once <?php ?> at a time.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Hello,

Thank you for your bug report and suggestions.

They will be considered in the next release.

You can also expect a much better admin panel and installer in the next release (currently I'm working on an improved admin panel and after that I'll work on the installer).

I might post some screenshots when I make more progress.

Oh and enable_query_string has nothing to do with the SEO URLs, for more information please refer to the CodeIgniter user guide.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

i am wana install OpenBlog in localhost, database password in localhost is empty, in step2 is error . please check this part for other OpenBlog users.

Good Luck

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Thanks, I forgot some people use empty password (which is not safe in any case).

I advise you to set the password for your database even if your server not accessible from the outside (localhost only).

Re: If you're having problems installing Open Blog Open Blog 1.2.1

I too am having problems with the installation. I get the following message when I proceed past step 2.
Fatal error: Call to undefined function apache_get_modules() in /home/ricniven/public_html/kenbirddesigns/blog/install/includes/functions_common.php on line 22
I have looked at the ocde and am not able to determine what I must change to make the install run.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

kenbird wrote:

I too am having problems with the installation. I get the following message when I proceed past step 2.
Fatal error: Call to undefined function apache_get_modules() in /home/ricniven/public_html/kenbirddesigns/blog/install/includes/functions_common.php on line 22
I have looked at the ocde and am not able to determine what I must change to make the install run.

You can find the solution in the first post of this topic.

If you find it too difficult to change it yourself, post it and I'll attach the changed file.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

I have reached step 3 but I now get the following message - Table 'ob_categories' already exists. Where to now?

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Delete all the tables in the database or change the tables prefix (ob_) and re-start the installation process from step 1.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Thanks Administrator. I did that before receiving the new post. The blog has installed successfully. Question - can I insert images into the blog?

Re: If you're having problems installing Open Blog Open Blog 1.2.1

i get the message when i do step 2:
Fatal error: Call to undefined function apache_get_modules()

then i changed the code followed the way which your said,
and it proceed to step 3,
but there another message show me:
"Field 'content' doesn't have a default value"

and then now?
help me please, thanks.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Hello! I'm trying to install Open Blog  and when I get to step 2, the form is incomplete at the "main blog info section". So when I saw this thread, i got all excited! tried the fix, but it changed absolutely nothing.

Any other ideas?

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Duncan wrote:

i get the message when i do step 2:
Fatal error: Call to undefined function apache_get_modules()

then i changed the code followed the way which your said,
and it proceed to step 3,
but there another message show me:
"Field 'content' doesn't have a default value"

and then now?
help me please, thanks.

Solution in the first post should fix your problem.

If you can't get it working, say it and I'll post a modified file.

Re: If you're having problems installing Open Blog Open Blog 1.2.1

I found the correct solution,
I think there an error in file "database_schema_install.sql" on line 100,
pls check it!
aha..

Last edited by Duncan (2009-08-29 10:02:00)

Re: If you're having problems installing Open Blog Open Blog 1.2.1

I Tried this Blog in win 2003 std edition server. Installed php and gave rights.

started the installation with the browser. step 1 is okey when i started the step 2 the error appeared
ERROR is as under
<td><input type="checkbox" name="enable_seo_urls" value="1" id="enable_seo_urls" class="styled" <?php echo (get_mod_rewrite_status()) ? 'checked="checked"' : ''; ?>  /> (choose this if your web server has mod_rewrite module enabled)</td>

I replaced it with:

<td><input type="checkbox" name="enable_seo_urls" value="1" id="enable_seo_urls" class="styled"  /> (choose this if your web server has mod_rewrite module enabled)</td>

and passed to Step 3

Further there is no message as the installation is completed

i tried to identify the /application/config/config.php but there was no file like this name

please help me

Last edited by baijuep (2009-10-12 16:44:31)

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Kami wrote:
kenbird wrote:

I too am having problems with the installation. I get the following message when I proceed past step 2.
Fatal error: Call to undefined function apache_get_modules() in /home/ricniven/public_html/kenbirddesigns/blog/install/includes/functions_common.php on line 22
I have looked at the ocde and am not able to determine what I must change to make the install run.

You can find the solution in the first post of this topic.

If you find it too difficult to change it yourself, post it and I'll attach the changed file.


Hello
I'm reading this post because I have the same problem in installation, anyone could send the corrected file as it is not doing so.
Thanks
Excuse my grammar but only speak Spanish and I'm using a language translator to communicate.
Greetings
Javier

Re: If you're having problems installing Open Blog Open Blog 1.2.1

Hello,

Thank you for your bug report and suggestions.

They will be considered in the next release.

You can also expect a much better admin panel and installer in the next release (currently I'm working on an improved admin panel and after that I'll work on the installer).

I might post some screenshots when I make more progress.


louis vuitton louis vuitton handbags gucci